body {
    background-color: white;
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, sans-serif;
}

.telegram-login {
    margin: auto;
    width: 100%;
}

#telegram-login-FlylightsSecurityBot {
    margin: auto;
    display: block;
}

#telegram-login-FlylightsProjectBot {
    margin: auto;
    display: block;
}

.wait-form {
    display: none;
    width: 100%;
    text-align: center;
    padding: 30px;
}

#auth_cancel {
    display: none;
    width: 100%;
    text-align: center;
    padding: 40px 0;
    font-size: 20px;
    color: #2a0217;
    font-weight: bold;
}

.code-text {
    font-size: 20px;
    padding: 10px;
    font-weight: bold;
}

.login-logo {
    width: 100%;
    margin: auto;
}

.login-img {
    width: 300px;
    margin: auto;
}

.login-img img {
    width: 300px;
}

.login-title {
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #6f6f6f;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #1a1a1b;
}

.login-content {
    width: 100%;
    margin: auto;
}

.text-login {
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: #333333;
    font-family: "Verdana";
    margin: 40px 0;
}

.login-form {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 10%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.login-block {
    padding: 20px;
    padding-bottom: 40px;
    border: solid 1px gray;
    border-radius: 10px;
    width: 400px;
    box-shadow: 1px 1px 2px #1a1a1b;
}

.login-user-item {
    border: 1px solid rgba(152, 156, 145, 0.41);
    margin: 4px;
    padding: 4px;
    border-radius: 5px;
    font-size: 18px;
    color: #1a1a1b;
}

.login-user-item:hover {
    background-color: rgba(84, 169, 235, 0.41);
    box-shadow: 1px 1px 1px #1a1a1b;
    cursor: pointer;
}

.login-user-item img {
    width: 40px;
    vertical-align: middle;
    border-radius: 20px;
}

.login-user-item:hover img {
    box-shadow: 1px 1px 1px #1a1a1b;
}

.telegram-info {
    height: 0;
    position: relative;
    left: 112%;
    top: 0;
    width: 306px;
    opacity: 0;
    -webkit-transition:  0.5s;
    transition:  0.5s;
    font-size: 12px;
    font-family: Verdana;
    text-align: center;
}
.telegram-info div {
    border: solid 1px gray;
    border-radius: 10px;
    box-shadow: 1px 1px 2px #1a1a1b;
    padding: 10px;
}

#telegram_form:hover .telegram-info {
    opacity: 1 !important;
}

.telegram-start {
    text-decoration: none;
    padding: 10px 10px 10px 20px;
    border-radius: 20px;
    color: white;
    background: rgba(179,204,14,1);
    background: -moz-linear-gradient(top, rgba(179,204,14,1) 0%, rgba(118,194,19,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179,204,14,1)), color-stop(100%, rgba(118,194,19,1)));
    background: -webkit-linear-gradient(top, rgba(179,204,14,1) 0%, rgba(118,194,19,1) 100%);
    background: -o-linear-gradient(top, rgba(179,204,14,1) 0%, rgba(118,194,19,1) 100%);
    background: -ms-linear-gradient(top, rgba(179,204,14,1) 0%, rgba(118,194,19,1) 100%);
    background: linear-gradient(to bottom, rgba(179,204,14,1) 0%, rgba(118,194,19,1) 100%);
}


.text-login:hover .telegram-info {
    opacity: 1 !important;
}
#history_users:hover .telegram-info {
    opacity: 1 !important;
}
