.login-page, .register-page {
    height: 100% !important;
    background-position: center center !important;
    background-attachment: fixed !important;
    background: url("login.jpg") !important;
    background-size: cover !important;
    background-repeat: no-repeat, repeat !important;
}

.login-box-body, .register-box-body {
    background: rgba(255, 255, 255, 0.690) !important;
    justify-content: center !important;
    align-items: center !important; 
    
    
}

.login-box, .register-box {
    justify-content: center !important;
    align-items: center !important;  
}