19 lines
306 B
CSS
19 lines
306 B
CSS
.bg-img {
|
|
background: url(/assets/images/login-bg.jpg) no-repeat fixed var(--sc-login-bg-position, 50% 50%);
|
|
background-size: cover;
|
|
}
|
|
|
|
.logo {
|
|
text-align: -webkit-center;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.login-section {
|
|
padding: 0px 120px 0px 0px;
|
|
}
|
|
|
|
.object-cover {
|
|
object-fit: cover;
|
|
}
|
|
|