
.login {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    max-width: 100vw;
    max-height: 100vh;
    height: 100vh;
    width: 100vw;
    background: 
    linear-gradient(
        to left, 
        rgb(255, 255, 255) 0%, 
        rgba(255, 255, 255, 0.8) 45%, 
        rgba(255, 255, 255, 0.002) 98%, 
        transparent 100%
    );
}

.login-card {
    background-color: rgba(255, 255, 255, .8) !important;
}

.login-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
    max-width: 100vw;
    max-height: 100vh;
    height: 100vh;
    width: 100vw;
}

.login-logo {
    width: 60%;
    max-width: 300px;
    max-height: 300px;
    margin: auto;
}