
body {
    background-color: #F4F5FA;
}

.form-signin {
    width: 100%;
    max-width: 400px;
    padding: 15px;
    margin: auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}


#login-form, #register-form, #forgot-form, #resend-form, #reset-form, #register-success {
    background-color: #fff;
    border: 1px #eaeaea solid;
    min-width: 300px;
    padding: 24px;
    border-radius: 15px;
}

.intro {
    font-size: 24px;
    font-weight: 600;
}

.google-btn {
    margin-top: 30px;
    border-radius: 10px;
    padding: 8px 10px;
    background-color: #FFEAA6;
    width: 100%;
    display: block;
    text-decoration: none;
    color: black;
}

.google-btn:hover {
    color: black;
}

.error-message {
    color: #f64949;
}


.enter {
    font-size: 20px;
}

.enter a {
    text-decoration: none;
}

input.error {
    border: 1px #f64949 solid;
}


.top-logo {
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
}


.footer-logo-text {
    font-size: 13px;
    font-weight: 600;
}

.footer-logo-text-bott {
    font-size: 13px;
    margin-top: 6px;
    font-weight: 300;
    color: #909399;
}

.btn-lg.btn:hover {
    background-color: #411165;
    border-color: #411165;
}

.telega-link a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.telega-icon {
    margin-right: 6px;
    width: 20px;
    background-image: url(/img/logo/teleram.png);
    height: 20px;
    background-position: center;
    background-size: cover;
}

.reg-text {
    font-size: 12px;
    color: #5D5D5D;
    margin-top: 10px;
}
