You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
617 B
CSS

2 years ago
body {
background: url('../images/admin/bg.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.card {
border-radius: 0.5rem;
}
.login-box {
width: 350px;
}
.login-header {
padding-top: 1.4rem;
letter-spacing: -0.05rem;
background-color: #f5f5f5;
border-top-left-radius: 0.5rem;
border-top-right-radius: 0.5rem;
}
.login-header h1 {
color: #333;
font-size: 1.7rem;
font-weight: 500;
text-align: center;
}
.login-body {
padding-bottom: 1.5rem;
}