2018-06-07 00:45:47 +08:00
|
|
|
|
body {
|
2018-09-06 16:37:49 +08:00
|
|
|
|
color: #797979;
|
|
|
|
|
background-color: #f1f2f7;
|
2018-06-07 00:45:47 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-signin-heading {
|
2018-09-06 16:37:49 +08:00
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 20px 15px;
|
2018-06-07 00:45:47 +08:00
|
|
|
|
text-align: center;
|
2018-09-06 16:37:49 +08:00
|
|
|
|
background-color: #41cac0;
|
|
|
|
|
border-radius: 5px 5px 0 0;
|
2018-06-07 00:45:47 +08:00
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.login-wrap {
|
2018-09-06 16:37:49 +08:00
|
|
|
|
padding: 20px;
|
2018-06-07 00:45:47 +08:00
|
|
|
|
}
|
|
|
|
|
|
2018-08-26 17:14:39 +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;
|
2018-09-06 16:37:49 +08:00
|
|
|
|
font-family: 'Open Sans', sans-serif;
|
|
|
|
|
box-shadow: 0 4px #e56b60;
|
2018-06-07 00:45:47 +08:00
|
|
|
|
margin-bottom: 20px;
|
2018-09-06 16:37:49 +08:00
|
|
|
|
outline: none !important;
|
2018-08-04 23:19:26 +08:00
|
|
|
|
margin-top: -8px;
|
2018-06-07 00:45:47 +08:00
|
|
|
|
}
|
|
|
|
|
|
2018-09-08 16:17:30 +08:00
|
|
|
|
.btn-login:focus {
|
|
|
|
|
box-shadow: 0 4px #e56b60;
|
|
|
|
|
}
|
2018-08-01 21:54:54 +08:00
|
|
|
|
|
|
|
|
|
.input-group-text {
|
|
|
|
|
background-color: #6bc3f4;
|
2018-08-04 16:45:54 +08:00
|
|
|
|
border-color: #1ca0e9;
|
2018-08-01 21:54:54 +08:00
|
|
|
|
}
|
|
|
|
|
|
2018-08-04 16:45:54 +08:00
|
|
|
|
.form-control {
|
|
|
|
|
border-color: #1ca0e9;
|
2018-08-01 21:54:54 +08:00
|
|
|
|
}
|
2018-09-07 16:19:41 +08:00
|
|
|
|
|
|
|
|
|
.form-check-label {
|
|
|
|
|
color: #333;
|
|
|
|
|
}
|