#guokit-login-bg {
  background-image: url("/assets/images/login-bg.jpg");
  background-size: cover;
  background-repeat: 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;
}
/*第二种登录界面*/
.page-login {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #0d131f url("../images/login-bg.png") 50% no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.page-login .login-main {
  position: relative;
  left: 50%;
  top: 50%;
  width: 900px;
  height: 526px;
  margin-top: -263px;
  margin-left: -450px;
  background: #626472 url("../images/login-main-bg.png") 20px 100px no-repeat;
  background-size: 506px;
}
.page-login .login-main .login-cont {
  float: right;
  width: 372px;
  height: 526px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 12px 34px 0 rgba(6, 9, 16, 0.6);
  box-shadow: 0 12px 34px 0 rgba(6, 9, 16, 0.6);
  overflow: hidden;
}
.page-login .login-main .login-cont .title {
  width: 100%;
  line-height: 45px;
  padding-top: 60px;
  text-align: center;
  color: #333;
  font-size: 32px;
}
.page-login .login-main .login-cont .cont {
  width: 270px;
  padding-top: 33px;
  margin: 0 auto;
}
.page-login .login-main .login-cont .cont .item {
  width: 100%;
  padding: 40px 10px 5px 10px;
  line-height: 24px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.page-login .login-main .login-cont .cont .item i.iconfont {
  margin-right: 3px;
  font-size: 24px;
  color: #ccc;
  vertical-align: middle;
}
.page-login .login-main .login-cont .cont .item input {
  padding: 0 5px;
  height: 36px;
  line-height: 36px;
  border: 0;
  font-size: 14px;
  color: #333;
}
.page-login .login-main .login-cont .cont .login-btns {
  margin-top: 50px;
}
.page-login .login-main .login-cont .cont .login-btns .btn-login {
  display: block;
  width: 100%;
  cursor: pointer;
  line-height: 50px;
  background: #ff5000;
  color: #fff;
  border: none;
  border-radius: 25px;
  font-size: 20px;
  text-align: center;
}
.page-login .login-main .login-cont .cont .login-btns .btn-login:hover {
  background: #ff742d;
}
/*# sourceMappingURL=login.css.map */