html {
  height: 100%;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #364150;
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.box-pws {
    margin-left: 26px;
    margin-bottom: 10px;
    color: #e0e0e0;
    font-size: 12px;
}

    .box-pws input {
        vertical-align: middle
    }
.box-pws {
    margin-left: 26px;
    margin-bottom: 10px;
    font-size: 12px;
    color:#eee;
}


    .box-pws input {
        vertical-align: middle;
    }
.page-login .login-title {
  width: 1000px;
  margin: 20px auto;
}
.page-login .login-content {
  width: 280px;
  height: 280px;
  border: none;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -147px;
  margin-top: -184px;
  z-index: 99;
}
.page-login .login-content .con-shade {
  background: #000000;
  opacity: 0.4;
  width: 280px;
  height: 280px;
  position: absolute;
}
.page-login .login-content .content-box {
  position: absolute;
  width: 100%;
}
.page-login .login-content .content-box .box-title {
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.page-login .login-content .content-box .box-user {
  width: 220px;
  background: #ffffff;
  height: 40px;
  margin: auto;
  margin-bottom: 10px;
}
.page-login .login-content .content-box .box-user .user-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #cccccc;
  text-align: center;
  line-height: 46px;
}
.page-login .login-content .content-box .box-user .user-icon img {
  width: 20px;
  height: 20px;
}
.page-login .login-content .content-box .box-user .page-text {
  width: 166px;
  height: 18px;
  border: none;
  outline: none;
  position: relative;
  top: -3px;
}
.page-login .login-content .content-box .box-pw {
  width: 220px;
  background: #ffffff;
  height: 40px;
  margin: auto;
  margin-bottom: 10px;
}
.page-login .login-content .content-box .box-pw .pw-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #cccccc;
  text-align: center;
  line-height: 46px;
}
.page-login .login-content .content-box .box-pw .pw-icon img {
  width: 20px;
  height: 20px;
}
.page-login .login-content .content-box .box-pw .page-text {
  width: 166px;
  height: 18px;
  border: none;
  outline: none;
  position: relative;
  top: -3px;
}
.page-login .login-content .content-box .error-prompt {
  font-size: 12px;
  color: red;
  width: 220px;
  margin: auto;
  margin-bottom: 30px;
}
.page-login .login-content .content-box .footer-btn {
  text-align: center;
}
.page-login .login-content .content-box .footer-btn .btn-cl {
  width: 220px;
  height: 40px;
  background: inherit;
  background-color: #169bd5;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  outline: none;
}
.page-login .login-content .content-box .footer-btn .btn-cl:hover {
  background: #00679b;
  outline: none;
}
.bt-mt {
  position: absolute;
  width: 500px;
  left: 50%;
  top: 50%;
  margin-left: -497px;
  margin-top: 70px;
  -webkit-transform: rotate(-539deg);
  -moz-transform: rotate(-539deg);
  -ms-transform: rotate(-539deg);
  -o-transform: rotate(-539deg);
  transform: rotate(-539deg);
}
.bt-mt2 {
  position: absolute;
  width: 500px;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: 89px;
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  transform: rotate(-1deg);
}
