

/* Start:/local/templates/site/components/bitrix/system.auth.form/modern/style.css?17738993432210*/
.auth-form {
    max-width: 450px;
    margin: 0 auto;
}

.auth-form__error {
    padding: 12px 16px;
    margin-bottom: 20px;
    background: #fee;
    border: 1px solid #fcc;
    border-radius: 4px;
    color: #c33;
}

.auth-form__success {
    text-align: center;
}

.auth-form__success p {
    margin-bottom: 20px;
}

.auth-form__form {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*gap: 20px;*/
}

.auth-form__field {
    display: flex;
    flex-direction: column;
}

.auth-form__label {
    /*margin-bottom: 8px;*/
    /*font-weight: 500;*/
    /*color: #333;*/
}

.auth-form__label .required {
    color: #e74c3c;
}

.auth-form__input {
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 15px;
    transition: border-color 0.2s;
}

.auth-form__input:focus {
    outline: none;
    border-color: #ec6608;
}

.auth-form__captcha-img {
    margin-bottom: 10px;
    border-radius: 4px;
}

.auth-form__remember {
    margin-top: -10px;
}

.auth-form__checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.auth-form__checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.auth-form__buttons {
    /*display: flex;*/
    /*gap: 10px;*/
    /*margin-top: 10px;*/
}

.auth-form__links {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}


/* Buttons */
.btn {
    display: inline-block;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-primary {
    background: #ec6608;
    color: #fff;
}

.btn-primary:hover {
    background: #d45507;
}

.btn-outline {
    background: transparent;
    color: #ec6608;
    border: 1px solid #ec6608;
}

.btn-outline:hover {
    background: #ec6608;
    color: #fff;
}

.btn-block {
    width: 100%;
}

/* Responsive */
@media (max-width: 768px) {
    .auth-form {
        padding: 20px;
    }

    .auth-form__links {
        flex-direction: column;
        gap: 10px;
    }
}


/* End */
/* /local/templates/site/components/bitrix/system.auth.form/modern/style.css?17738993432210 */
