.login-full-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-bottom:
        50px;

}


.login-card {
    max-width: 400px;
    padding: 40px;
}

.login-hertz-business-title h2 {
    color: #ffffff;
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.hertz-business-subtitle {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.5rem;
}

.login-full-bg-left {
    max-width: 550px;
}

.footer-copy {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-top: 2rem;
    /* mt-5 */
    margin-bottom: 2rem;
    /* mb-5 */
    text-align: center;
    color: #ffffff;
    opacity: 0.75;
}

@media (max-width: 991px) {
    .login-full-bg {
        gap: 100px
    }

    .login-card {
        padding: 20px;
    }

    .login-full-bg {
        padding: 80px 0;
    }

    .login-hertz-business-title h2 {
        color: #ffffff;
        font-weight: 700;
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .hertz-business-subtitle {
        color: #ffffff;
        font-weight: 600;
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

/* new css */


body:after {
    content: '';
    background: linear-gradient(88deg, rgba(0, 0, 0, 0.50) 25.87%, rgba(0, 0, 0, 0.00) 59.43%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.login-full-bg {

    background-image: none;
    align-items: center;
    min-height: calc(100vh - var(--lang-dropdown-height));
    
}

.login-card {
    max-width: 440px !important;
}


.language-dropdown {
    display: flex;
    justify-content: end;
    padding-top: 20px;
    padding-bottom: 20px;
}

.language-dropdown .btn {
    border-radius: 20px;
    padding: 10px 10px 10px 13px;
    font-weight: 400;
    border: 1px solid #F5FEFF;
    font-size: 16px;
    line-height: 1;
    color: var(--white) !important;
    background-color: var(--hertz-teal);
}

.language-dropdown .btn:active {
    color: var(--white) !important;
    background-color: var(--hertz-teal);
    border: 1px solid #F5FEFF;

}

.language-dropdown .dropdown-menu {
    border-radius: 12px;
    padding: 8px;
    min-width: 180px;
}

.language-dropdown .dropdown-item {
    border-radius: 8px;
    padding: 8px 12px;
    margin: 2px 0;
}

.language-dropdown .dropdown-item.active,
.language-dropdown .dropdown-item:hover {
    background-color: #c0c0c03b;
    color: #000;
}

.login-alert {
    padding: 15px 0;
}

.login-alert p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    color: var(--BrandBlack);
    padding: 8px 12px;
    border-left: 3px solid var(--hertz-teal);
    background-color: #EFFDFE;
    margin: 0;

}

.step-1 .password-field,
.step-1 .login-btn,
.step-1 .login-btn-hertz-gold,
.step-1 .login-alert {
    display: none !important;
}

.step-2 .password-field,
.step-2 .login-btn,
.step-2 .remember-me-forgot,
.step-2 .click-to-login-hertz-gold {
    display: none !important;
}

.step-3 .login-alert,
.step-3 .login-btn-hertz-gold,
.step-3 .click-to-login-hertz-gold {
    display: none !important;
}

/* .footer-copy {
    position: relative;
} */

@media (max-width: 991px) {
    .login-full-bg {
        padding: 0px 0;
    }

    .language-dropdown {
        padding-bottom: 30px;
    }

    .footer-copy {
        position: relative;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}
