body {
    font-family: Verdana, Geneva, sans-serif;
    height: auto;
    background-color:#ffffff;
    margin: 0px;
    padding: 0px;
}
main {
    max-width: 100%;
    margin:0 auto;
    vertical-align:middle;
}

main .mainTopPanel {
    background-color:#3E3B32;
    height: 102px;
    width: 100%;
    display: table;
}
main .mainTopPanel div.logo {
    vertical-align: middle;
    text-align: left;
    height: 100%;
    display: table-cell;
    padding-left: 50px;
}
main .actionForm input[type="text"],
main .actionForm input[type="password"] {
    background-color:#3E3B32;
    border-radius: 13px;
    height: 40px;
    padding:5px 9px;
    text-align: center;
    color: #ffffff;
    width: 200px;
    border: thick double #B0C4DE;
    font-size: 15px;
}
main .actionForm input[type="submit"] {
    background-color:#4682B4;
    border-radius: 13px;
    height: 40px;
    padding:5px 9px;
    text-align: center;
    color: #ffffff;
    width: 200px;
    border: solid 1px #B0C4DE;
    font-size: 15px;
    cursor: pointer;
}
main .actionForm input[type="submit"]:hover {
    background-color:#3E3B32;
    color: #ffffff;
}
main .actionForm div {
    margin:10px 0;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ffffff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ffffff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ffffff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ffffff;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #ffffff;
}
::placeholder { /* Most modern browsers support this now. */
   color:    #ffffff;
}
main .actionForm .heading {
    color:#F64A46;
    margin-bottom: 25px;
    font-size: 13px;
}





.mainLogo {
    text-align: center;
    margin:50px;
}
.mainLogo img {
    width: 150px;
    border-radius: 100px;
}
.mainText {
    text-align: center;
    margin:40px;
    font-size: 19px;
    line-height: 25px;
}
.copyText {
    text-align: center;
    margin:40px;
    font-size: 17px;
    color:dimgray;
}
.fa-telegram1 {
    color:#62a8df;
    background-color:#ffffff;
    font-size: 49px;
    border-radius: 100px;
}
.fIcon {
    color:#ffffff;
    font-size: 41px;
    margin: 4px 0 0 10px;
    vertical-align:middle;
    float:left;
}
.butDIV {
    background-color:#62a8df;
    border-radius: 29px;
    padding:5px;
    margin:15px;
    height: 50px;
    border: 1px solid #081827;
}

.butDIVINst {
    background-color:#f00075;
    border: 1px solid #081827;
}
.butDIVDef {
    background-color:#081827;
    border: 1px solid #081827;
}
.textBut {
    float:left;
    vertical-align:middle;
    align-items: center;
    justify-content: center;
    text-align: center; 
    width:83%;
    height: 50px;
    display: table-cell;
}
.txBl1 {
    display: table;
    overflow: hidden;
    height: 50px;
    text-align: center;
    width:100%;
}
.txBl2 {
    display: table-cell;
    vertical-align:middle;
}
.butDIV:hover, .butDIV:focus-within {
    border: 1px solid #ffffff;
}
main a {
    color:#ffffff;
}
hr {
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
    border: 0;
    height: 1px;
    margin: 32px 0 32px 0;
    box-sizing:content-box;
    display: block;
}
main .MainTableAuth {
    margin: 0px;
    padding: 0px;
}
main .MainTableAuth, main .MainTableAuth td {
    text-align: center;
    vertical-align: middle;
}