.auth.theme-two .banner-section .slide-content.bg-2 {
    background: url(/assets/images/banners/banner-signup.png) no-repeat top left;
    background-size: cover;
}
.auth.theme-two .banner-section .slide-content {
    width: 100%;
}
.auth.theme-two .banner-section {
    padding-right: 0;
}
.auth.theme-two .auto-form-wrapper {
    position: relative;
    /* height: 100vh; */
    min-height: 100vh;
    /* max-height: 100vh; */
    padding: 110px 5% 5%;
    border-radius: 4px;
}
@media (max-width: 576px) {
    .auth.theme-two .auto-form-wrapper {
        padding: 11% 15px;
        text-align: center;
        /* height: 100%; */
        /* max-height: 100%; */
    }
}



/* ---------------------------------------- */
.auth.theme-two .auto-form-wrapper .nav-get-started {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    top: 30px;
    right: 30px;
}
@media (max-width: 576px) {
    .auth.theme-two .auto-form-wrapper .nav-get-started {
        margin-bottom: 5%;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        top: unset;
        right: unset;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}


.auth.theme-two .auto-form-wrapper .nav-get-started p {
    margin-bottom: 0;
    font-weight: 300;
}
.auth.theme-two .auto-form-wrapper .nav-get-started .get-started-btn {
    border: 1px solid #dee2e6;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 600;
    color: #212529;
    margin-left: 20px;
    border-radius: 50px;
}

/* ------------------------------------------ */
.auth.theme-two .auto-form-wrapper form {
    width: 75%;
    min-width: 300px;
    max-width: 700px;
}


/* ---------------------------------------- */

.auth.theme-two .auto-form-wrapper .footer-text {
    font-size: 13px;
    margin-bottom: 0;
}
.auth.theme-two .auto-form-wrapper .auth-footer {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 7px;
    padding-left: 0;
    margin-bottom: 0;
}
@media (max-width: 576px) {
    .auth.theme-two .auto-form-wrapper .auth-footer {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.auth.theme-two .auto-form-wrapper .auth-footer li {
    margin-right: 10px;
    line-height: 1;
    padding-right: 10px;
    border-right: 1px solid #6c757d;
}
.auth.theme-two .auto-form-wrapper .auth-footer li a {
    font-size: 13px;
    color: #6c757d;
}

.auth.theme-two .auto-form-wrapper .auth-footer li:last-child {
    margin-right: 0;
    border-right: none;
}
/* ------------------------------------ */
