body {
    /*background-color:#081827;*/
    color:#ffffff;
    font-family: Tahoma, sans-serif;
    background: linear-gradient(to bottom right,#7e8aca 1%, #081827 90%);
    height: auto;
}
main {
    max-width: 820px;
    margin:0 auto;
    vertical-align:middle;
}
.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, main .MainTableAuth td {
    text-align: center;
    vertical-align: middle;
}
main .MainTableAuth .heading {
    font-size: 21px;
    margin-bottom: 10px;
}