body, .login-bg {
    background-color: #ecf5ff;
}
.form-left {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(60, 56, 54, 0.09) 0px 2px 10px;
    border-radius: 8px;
    padding: 32px;
}
.login-img-max-height {
    height: calc(100vh - 300px);
    max-height: 660px;
    max-width: 100%;
}
@media screen and (max-width: 768px) {
    .remove-vh-100-mobile {
        height: 100% !important;
        max-height: 100%;
    }
    .form-left {
        width: 100%;
    }
    
}