2018-04-06 06:59:49 +00:00
|
|
|
/* You can add global styles to this file, and also import other style files */
|
2018-04-11 10:51:50 +00:00
|
|
|
|
|
|
|
//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;
|
2018-04-12 05:31:31 +00:00
|
|
|
height: 100% !important;
|
|
|
|
background-repeat: no-repeat !important;
|
|
|
|
background-position: bottom !important;
|
|
|
|
background-size: cover !important;
|
2018-04-11 10:51:50 +00:00
|
|
|
}
|
2018-04-11 10:53:51 +00:00
|
|
|
|
2018-04-11 10:51:50 +00:00
|
|
|
@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;
|
|
|
|
}
|
|
|
|
}
|