63 lines
1.1 KiB
CSS
63 lines
1.1 KiB
CSS
body {
|
|
color: #797979;
|
|
background-color: #f1f2f7;
|
|
}
|
|
|
|
/*Login*/
|
|
.form-signin {
|
|
margin: 0 auto;
|
|
background: #fff;
|
|
border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
border: solid 1px #ddd;
|
|
}
|
|
|
|
.form-signin-heading {
|
|
margin: 0;
|
|
padding: 20px 15px;
|
|
text-align: center;
|
|
background: #41cac0;
|
|
border-radius: 5px 5px 0 0;
|
|
color: #fff;
|
|
}
|
|
|
|
.login-wrap {
|
|
padding: 20px;
|
|
}
|
|
|
|
.login-footer a:last-child {
|
|
float: right;
|
|
}
|
|
|
|
.btn-login {
|
|
background: #f67a6e;
|
|
color: #fff;
|
|
text-transform: uppercase;
|
|
font-weight: 300;
|
|
font-family: 'Open Sans', sans-serif;
|
|
box-shadow: 0 4px #e56b60;
|
|
margin-bottom: 20px;
|
|
outline: none !important;
|
|
margin-top: -8px;
|
|
}
|
|
|
|
@media (min-width: 375px) {
|
|
.form-signin {
|
|
width: 320px;
|
|
}
|
|
}
|
|
|
|
.form-control:focus, .form-control.is-valid:focus, .form-control.is-invalid:focus, .btn:focus, .btn:focus:active {
|
|
box-shadow: none;
|
|
}
|
|
|
|
.input-group-text {
|
|
background-color: #6bc3f4;
|
|
border-color: #1ca0e9;
|
|
line-height: 1.5;
|
|
}
|
|
|
|
.form-control {
|
|
border-color: #1ca0e9;
|
|
}
|