/*
    Auth CSS - Login, Registration, Complete Profile

*/

.auth-banner {
    background-image: url('../../img/2024/03.2 Plain Background.jpg');
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-size: cover;
    padding: 120px 60px 120px 60px;
    padding-top: 120px;
    padding-bottom: 120px;
    border-radius: 8px 0px 0px 8px !important;
}

@media (max-width: 991px) {
    .auth-banner {
        border-radius: 8px 8px 0px 0px !important;
    }
}



.auth-banner-txt-color {
    color: #fff;
}

.auth-logo-img {
    max-width: 250px;
}

.auth-banner-txt-color h2::after {
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 3px;
    width: 70px;
    content: "";
    background-color: #ed165c;
}

.login-form {
    z-index: 500;
}

.authentication-content  {
    z-index: 500;
}