

/* Start:/local/templates/DT/components/bitrix/system.auth.form/.default/style.css?17862646892435*/
.bx-system-auth-form {
    margin: 40px 0;
    padding: 32px;
    border: 1px solid var(--color-lightgray);
    border-radius: 8px;
}
.bx-system-auth-form form {
    max-width: 400px;
}
.auth-form__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 32px;
}
.auth-form__field-block:not(:last-child) {
    margin-bottom: 16px;
}
.auth-form__field-block p {
    margin-bottom: 8px;
    transition: all 0.3s ease;
}
.auth-form__field-block input[type="text"],
.auth-form__field-block input[type="password"] {
    width: 100%;
    height: 40px;
    padding: 4px 8px;
    border: 1px solid #E0E2E5;
    border-radius: 4px;
    background-color: var(--color-lightgray);
    font-size: 13px;
    transition: all 0.3s ease;
    opacity: .6;
}
.auth-form__field-block input[type="text"]:focus-visible,
.auth-form__field-block input[type="password"]:focus-visible {
    outline: none;
    opacity: .8;
}
.auth-form__field-block input[type="checkbox"] {
    display: none;
}
.auth-form__field-block label {
    position: relative;
    padding-left: 24px;
}
.auth-form__field-block label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background-color: var(--color-lightgray);
    border: 1px solid #E0E2E5;
    opacity: .5;
    transition: all 0.3s ease;
}
.auth-form__field-block input[type="checkbox"]:checked + label:before {
    opacity: .9;
    background-image: url("/local/templates/DT/components/bitrix/system.auth.form/.default/images/checkbox-checked_16x16.svg");
    background-position: center;
    background-repeat: no-repeat;
}
.auth-form__btn-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #CCCCCC80;
}
.auth-form__btn-block .btn {
    display: block;
    width: 45%;
    height: 40px;
    padding: 10px 24px !important;
}
.auth-form__btn-block .btn-transparent p {
    text-transform: math-auto;
}
.auth-form__btn-block .btn-blue,
.auth-form__btn-block .btn-blue:hover {
    font-size: 14px;
    font-weight: 500;
    color: white;
}

@media(max-width: 767px) {
    .bx-system-auth-form form {
        max-width: none;
    }
}
@media(max-width: 450px) {
    .auth-form__btn-block {
        flex-direction: column;
        row-gap: 12px;
    }
    .auth-form__btn-block .btn {
        width: 100%;
        padding: 10px 24px !important;
    }
}
/* End */
/* /local/templates/DT/components/bitrix/system.auth.form/.default/style.css?17862646892435 */
