.auth-page .subheader-content {
    max-width: 654px;
}

/* ##### SECTIONS ##### */

/* FORM SECTION */
.auth-page section.form-section .list-points li:before {
    content: 'check_circle';
    color: var(--orange);
}

.auth-page section.form-section .list-points li span {
    font-size: var(--font-md);
}

.auth-page section.form-section .section-bottom img {
    width: 50px;
    height: 50px;
}

.auth-page section.form-section .section-bottom div > img:not(:first-child) {
    margin-left: -15px;
}

/* SECOND SECTION */
.auth-page section.second-section .list-filter *,
.auth-page section.second-section .list-points * {
    color: var(--white);
}

.auth-page section.second-section .list-filter li:hover > span,
.auth-page section.second-section .list-filter li.active-filter > span {
    text-decoration: underline;
}

/* OPTIONS SECTION */
.auth-page section.fifth-section,
.auth-page section.form-section:not(.login-section) {
    border-top: var(--border-default) !important;
}

/* ##### MEDIA QUERIES ##### */
@media screen and (max-width: 980px) {
    .auth-page section.form-section .section-sides div.right-side {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .auth-page .subheader-page {
        height: auto;
        padding: 40px 0 !important;
    }

    .auth-page .subheader-page .subheader-bg {
        display: none;
    }

    .auth-page .subheader-content {
        max-width: 100%;
        padding: 0 !important;
    }
}



