Files

73 lines
1.1 KiB
CSS

.lowecase {
text-transform: lowercase;
}
.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;
}
.text-underline{text-decoration: underline;}
@media screen and (max-width: 1024px){
.d-none {
display: none;
}
}
@media screen and (max-width: 1024px){
.d-center {
display: grid;
place-items: center;
padding: 0;
}
}
@media screen and (min-width: 1024px){
.d-center {
display: flex;
justify-content: space-between;
}
}
.logo-img{
position: absolute;
top: 90px;
left: 338px;
}
@media screen and (max-width: 1024px){
.shadow-none {
box-shadow: none;
}
}
@media screen and (max-width: 640px){
.d-none-copyright {
display: none;
}
.padding-none {
padding: 0;
}
}
@media screen and (min-width: 640px){
.d-none-mobile {
display: none;
}
}