

/* Start:/local/components/ml/authorization/templates/.default/style.css?1745565664899*/
.auth-page .form_footer__bottom {
    width: calc(100% + 32px);
}

.auth-page .form_footer .licence_block {
    width: 100%;
}

.auth-page .form_footer .licence_wrap {
    display: flex;
    justify-content: space-between;
}

.auth-page .form_footer .licence_wrap .licence_block {
    width: 50%;
}

.auth-page .form_footer .licence_wrap .licence_block.forgot {
    text-align: right;
}

.line-block__item.required {
    flex-grow: 1;
}

.form .btn.btn-default {
    width: auto;
}

div.error {
    color: #e62222 !important;
    font-size: 10px;
    text-align: center;
}

#code-timer-wrap {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
}

#another-code {
    text-decoration: underline;
    cursor: pointer;
}

@media (max-width: 768px) {
    .auth-page .form_footer__bottom {
        flex-direction: column;
    }
}
/* End */
/* /local/components/ml/authorization/templates/.default/style.css?1745565664899 */
