

/* Start:/local/components/bitrix/system.auth.authorize/templates/.default/style.css?17699870702176*/
/* auth-form component styles */
.auth-form {
    margin: 40px auto;
    background: #fff;
    border-radius: 32px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
    padding: 35px 62px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 515px;
    width: 100%;
    margin-top: 105px;
}

.auth-form__label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    color: #676767;
    font-weight: 500;
}

.auth-form__label--required:after {
    content: '*';
    color: #e53935;
    margin-left: 2px;
}

.auth-form__input {
    width: 100%;
    padding: 12px 16px;
    border-radius: 10px;
    border: 1.5px solid #d1d5db;
    font-size: 16px;
    background: #fff;
    transition: border-color .2s;
    min-height: 53px;
}

.auth-form__input:focus {
    border-color: #222;
}

.auth-form__captcha {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    margin-bottom: 18px;
}

.auth-form__captcha-block {
    background: #e5e7eb;
    color: #222;
    font-weight: 600;
    font-size: 18px;
    border-radius: 8px;
    padding: 8px 16px;
    min-width: 40px;
    text-align: center;
}

.auth-form__captcha-eq {
    font-size: 18px;
    color: #222;
    margin: 0 4px;
}

.auth-form__checkbox-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
}

.auth-form__checkbox {
    width: 18px;
    height: 18px;
    accent-color: #222;
}

.auth-form__checkbox-label {
    font-size: 15px;
    color: #919191;
    font-weight: 600;
}

.auth-form__checkbox-label a {
    color: #919191;
    text-decoration: underline;
}

.auth-form__actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.auth-form__submit {
    width: 100%;
    max-width: 220px;
    padding: 12px 0;
    border-radius: 24px;
    background: #111;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: background .2s;
    margin: 0 auto;
}

.auth-form__submit:hover {
    background: #222;
}

@media (max-width: 480px) {
    .auth-form {
        padding: 24px 12px;
        border-radius: 16px;
        gap: 12px;
    }
}
/* End */
/* /local/components/bitrix/system.auth.authorize/templates/.default/style.css?17699870702176 */
