body{
    /* color */
    background-color: rgb(49, 4, 163) !important;
    
    /* image */
    /* background-image: url('..//img/bgauth.jpg') !important;
    background-size: cover;
    background-repeat: none;

    &::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5); 
    } */
}

/* 
.login-box {
    z-index:1;
} */

.login-name {
    color: white;
}
