

/* Start:/local/templates/new/components/bitrix/system.auth.authorize/.default/style.css?1779969939671*/


.bx-system-auth-popup.fancybox__content{
    width: 25rem;
    background-color: var(--light);
}
.auth-code-digits{
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}
.auth-code-digit.form-control{
    flex: 0 0 2.75rem;
    width: 2.75rem;
    height: 3rem;
    padding: 0;
    text-align: center;
    font-size: 1.25rem;
}
.auth-call-password-tail{
    color: #dc3545;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .bx-system-auth-popup.fancybox__content{
        width: 100%;
    }
    .auth-code-digits{
        gap: 0.35rem;
    }
    .auth-code-digit.form-control{
        flex-basis: 2.35rem;
        width: 2.35rem;
    }
}

/* End */
/* /local/templates/new/components/bitrix/system.auth.authorize/.default/style.css?1779969939671 */
