

/* Start:/local/templates/family/components/ctweb/sms.authorize/lka/style.css?17381456392957*/
.auth-form {
    padding: 0 15px 70px;
    min-height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

.auth-form__logo {
    width: 100%;
    max-width: 48px;
}

.auth-form__title {
    margin: 24px 0 12px;
    max-width: 360px;
    font-family: var(--font-family);
    font-size: 30px;
    font-weight: 600;
    line-height: 115%;
    text-align: center;
    color: var(--gray-900);
}

.auth-form__text {
    margin-bottom: 32px;
    max-width: 360px;
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    text-align: center;
    color: var(--gray-600);
}

.auth-form form {
    width: 100%;
    max-width: 360px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.auth-form form label {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

.auth-form form label span {
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    text-align: left;
    color: var(--gray-800);
}

.auth-form form label input {
    padding: 10px 14px;
    border: 1px solid var(--gray-200);
    border-radius: 8px;
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    text-align: left;
    color: var(--gray-500);
    background-color: var(--white);
    box-shadow: 0px 1px 2px 0px #1018280D;
}

.auth-form form .forgot {
    text-align: center;
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    color: var(--gray-600);
}

.auth-form form .register {
    margin-top: 10px;
    text-align: center; 
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    color: var(--gray-600);
}

.auth-form form .register a {
    color: var(--brand-700);
}

.auth-form form .err p {
    text-align: center;
    font-size: 14px;
}

@media (max-width: 640px){
    .auth-form__title {
        margin: 15px 0 10px;
        font-size: 24px;
    }
    
    .auth-form form {
        row-gap: 15px;
    }

    .auth-form form .register {
        margin-top: 0;
    }
} 

@media (max-width: 370px){
    .auth-form__title {
        font-size: 20px;
    }

    .auth-form__text {
        font-size: 14px;
    }
}

.timer-wrap {
    display: flex;
    justify-content: center;
}

.timer-wrap span {
    display: flex;
    text-align: center;
    justify-content: center;
    width: 100%;
    /* color: var(--brand-600); */
}

.error-wrap:has(.error) {
    margin-bottom: 30px;
}

.error-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
}

.error-wrap .error {
    text-align: center;
    color: var(--brand-600);
}

/* End */
/* /local/templates/family/components/ctweb/sms.authorize/lka/style.css?17381456392957 */
