/* You can add global styles to this file, and also import other style files */ //auth style .login-body { //background: url("../images/login/login.png") top left no-repeat #f7f7f7; background: url("/assets/layout/images/login11.jpg") top left no-repeat #f7f7f7 !important; margin: -100px 0 0 0 !important; padding: 100px 0 !important; } @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { .login-body { //background: url("../images/login/login2x.png") top left no-repeat #f7f7f7; background: url("/assets/layout/images/login11.jpg") top left no-repeat #f7f7f7 !important; } }