BootstrapAdmin/Bootstrap.Admin/wwwroot/css/login.css

51 lines
811 B
CSS
Raw Normal View History

2018-06-07 00:45:47 +08:00
body {
color: #797979;
background-color: #f1f2f7;
2018-06-07 00:45:47 +08:00
}
.form-signin-heading {
margin: 0;
padding: 20px 15px;
2018-06-07 00:45:47 +08:00
text-align: center;
background-color: #41cac0;
border-radius: 5px 5px 0 0;
2018-06-07 00:45:47 +08:00
color: #fff;
}
.login-wrap {
padding: 20px;
2018-06-07 00:45:47 +08:00
}
.login-footer a:last-child {
float: right;
}
2018-06-07 00:45:47 +08:00
.btn-login {
background: #f67a6e;
color: #fff;
text-transform: uppercase;
font-weight: 300;
font-family: 'Open Sans', sans-serif;
box-shadow: 0 4px #e56b60;
2018-06-07 00:45:47 +08:00
margin-bottom: 20px;
outline: none !important;
2018-08-04 23:19:26 +08:00
margin-top: -8px;
2018-06-07 00:45:47 +08:00
}
.btn-login:focus {
box-shadow: 0 4px #e56b60;
}
.input-group-text {
background-color: #6bc3f4;
border-color: #1ca0e9;
}
.form-control {
border-color: #1ca0e9;
}
.form-check-label {
color: #333;
}