body.xelastic.login-page {
    background-image: url('/images/login.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

html.dark-mode body.xelastic.login-page {
        background-image: url('/images/login.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
}
/* html.dark-mode body.xelastic.login-page #layout-content {
background-color: #fff !important;

}
html.dark-mode .custom-file-label, html.dark-mode .form-control {
        background-color: #fff;
        color: #c5d1d3;
} */