#guokit-login-bg {
  background: url("/static/images/login-bg.jpg") no-repeat;
}
.guokit-login {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 400px;
  height: 480px;
  margin: -250px 0 0 -200px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  box-shadow: 0px 0px 20px #333;
}
.guokit-login-title {
  width: 100%;
  margin: 30px 0 10px 0;
}
.guokit-login-title .logo {
  width: 100%;
  height: 100px;
  text-align: center;
}
.guokit-login-title .logo img {
  width: 100px;
  height: 100px;
}
.guokit-login-title h1 {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.guokit-login-body {
  width: 100%;
}
.guokit-login-body .login-input {
  width: 86%;
  margin: 20px 7%;
}
.guokit-login-body .login-input label {
  display: block;
  float: left;
  width: 80px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #eee;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.5);
}
.guokit-login-body .login-input .input {
  width: 200px;
  width: 244px;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  border: none;
}
.guokit-login-body .login-input .input-submit {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: none;
  background: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  color: #eee;
  cursor: pointer;
}
.guokit-login-body .login-input .input-submit:hover {
  background: rgba(0, 0, 0, 0.8);
}
.guokit-login-body .login-input .tip {
  color: #e22;
}
.guokit-login-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
}
.guokit-login-footer .friend-link {
  width: 100%;
  text-align: center;
  height: 50px;
  line-height: 50px;
}
.guokit-login-footer .friend-link a {
  color: #dddddd;
  display: inline-block;
  padding: 0 10px;
  font-size: 16px;
}
.guokit-login-footer .friend-link a:hover {
  color: #999;
}
.guokit-login-footer .copyright {
  width: 100%;
  height: 50px;
  line-height: 30px;
  text-align: center;
  color: #bebebe;
  font-size: 13px;
}
/*# sourceMappingURL=login.css.map */