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

84 lines
1.5 KiB
CSS

body {
background-color: #5bc0de;
background: url('../images/bg2.jpg') fixed no-repeat;
background-size: 100% 100%;
}
.container {
background: url('../images/bg3.png') no-repeat;
background-size: contain;
width: 704px;
height: 404px;
margin: 0 auto;
}
.form-signin-heading {
padding: 15px;
text-align: center;
color: #fff;
font-size: 32px;
font-weight: 300;
margin-top: 10px;
}
.login-wrap {
margin: 62px 0 0 370px;
width: 280px;
height: 200px;
}
.login-wrap .login-footer {
padding-bottom: 15px;
}
.login-wrap .login-footer .login-create {
float: left;
}
.login-wrap .login-footer .login-reset {
float: right;
}
.has-error .input-group, .has-success .input-group {
border-color: transparent;
}
.input-group {
margin-bottom: 15px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: solid 1px #1ca0e9;
}
.input-group > span {
top: 0;
background-color: #5bc0de;
}
.input-group > span, div.input-group > input {
border-color: #5bc0de;
}
.btn-login {
background: #f67a6e;
color: #fff;
text-transform: uppercase;
font-weight: 300;
font-family: 'Open Sans', sans-serif;
box-shadow: 1px 1px #e56b60;
margin-bottom: 20px;
outline: none !important;
}
.checkbox {
padding-left: 24px;
}
.checkbox > input {
top: -1px;
}
.checkbox > label {
padding-left: 4px;
}