.authentication-wrapper{
    position: relative;
    width: 100%;
    height: 100vh !important;
}

.authentication-wrapper .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;

    z-index: 1;
    background-image: url("../../images/backgrounds/10-hQqyTue.jpg");
}

.authentication-wrapper .card-background {
    position: absolute;
    background: black !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    opacity: 0.5;
    z-index: 2;
}

.authentication-wrapper .card {
    z-index: 3;
}