.login-header {
  padding: 30px 0;
}
.login-header .col-md-3 {
  text-align: right;
  color: #aaa;
}
.login-header .col-md-3 img {
  float: left;
}
.login-header .col-md-3 .online {
  margin-left: 20px;
}
.login-header .col-md-3 .online span {
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 50%;
  background-color: #aaa;
  font-size: 16px;
}
.login-header .col-md-3 .online span i {
  color: #fff;
  font-size: 16px;
}
.login-header .col-md-3 p {
  text-align: left;
  margin-bottom: 3px;
  font-size: 20px;
}
#login {
  position: relative;
}
#login > .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
#login > .bg img {
  width: 100%;
}
#login .container {
  position: relative;
  min-height: 400px;
}
#login .login {
  position: absolute;
  right: 0;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
}
#login .login .login-title {
  position: relative;
  padding: 0 0 30px;
  font-size: 20px;
  text-align: center;
}
#login .login .login-title:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 14px;
  right: auto;
  bottom: auto;
  height: 1px;
  background-color: #ddd;
  z-index: 2;
}
#login .login .login-title:before {
  content: " ";
  position: absolute;
  right: 0;
  top: 14px;
  left: auto;
  bottom: auto;
  height: 1px;
  background-color: #ddd;
  z-index: 2;
}
#login .login .input-group {
  margin-bottom: 20px;
}
#login .login .input-group .input-group-addon,
#login .login .input-group .form-control {
  border-radius: 0;
  background-color: #fff;
  height: 45px;
}
#login .login .input-group .form-control {
  box-shadow: none;
}
#login .login .input-group .input-group-addon {
  color: #cecccd;
  font-size: 18px;
}
#login .login .code .form-control {
  margin-right: 20px;
}
#login .login .code img {
  float: right;
  height: 45px;
}
#login .login .checkbox a {
  color: #1890ff;
}
#login .login button.btn-default {
  height: 45px;
  background-color: #ed565c;
  color: #fff;
  border-radius: 0;
  border: 0;
}
.login-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 110px;
  padding-top: 30px;
  background-color: #fff;
  color: #666 !important;
}
@media (max-width: 1359px) {
  .login {
    top: 5%;
    width: 350px;
  }
  .login-title:after,
  .login-title:before {
    width: 80px;
  }
  .code .form-control {
    width: 157px;
  }
}
@media (min-width: 1360px) {
  .login {
    top: 8%;
    width: 350px;
  }
  .login-title:after,
  .login-title:before {
    width: 80px;
  }
  .code .form-control {
    width: 157px;
  }
}
@media (min-width: 1440px) {
  .login {
    top: 11%;
  }
}
@media (min-width: 1600px) {
  .login {
    top: 18%;
    width: 400px;
  }
  .login-title:after,
  .login-title:before {
    width: 100px;
  }
  .code .form-control {
    width: 205px;
  }
}
@media (min-width: 1800px) {
  .login {
    top: 29%;
  }
}
/*# sourceMappingURL=project.css.map */