

.tips,
.login-box {
  width: 50%;
  margin: 0 auto;
}

.tips h3 {
  line-height: 40px;
}

.tips p {
  line-height: 35px;
}

#login {
  background: #337ab7;
}
.loginbtn{
  cursor: pointer;
}
#login:disabled{
  background: #aaaaaa !important;
}

.loaddot {
  width: 27px;
  text-indent: -32px;
  vertical-align: bottom;
  overflow: hidden;
  animation: dot 3s infinite step-start both;
  font-family: Consolas, Monaco, monospace;
  display: none;
}

@keyframes dot {
  33% { text-indent: 0; }
  66% { text-indent: -12px; }
}

.login>h2 {
  font-weight: lighter;
  text-align: center;
  line-height: 50px;
  border-bottom: 1px solid #b5bdca;
  font-size: 18px;
  margin-bottom: 18px;
}

.login dl {
  margin-bottom: 6px;
  padding: 10px 25px 0;
}

.login dl dt {
  display: inline-block;
  width: 90px;
  font-size: 16px;
  color: #666;
  text-align: right;
  line-height: 40px;
}

.login .tips {
  font-size: 12px;
  color: #f00;
  float: right;
  display: none;
}

.login dl dd {
  display: inline-block;
  position: relative;
}

.login dl dd input {
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  padding-left: 10px;
  height: 38px;
  border: 1px solid #b5bdca;
  border-radius: 2px;
  background: #ffffff;
}

.login dl dd i {
  display: inline-block;
  box-sizing: border-box;
  font-style: normal;
  width: 90px;
  height: 38px;
  font-size: 14px;
  color: #e4393c;
}

.login dl dd i .yzm {
  width: 70px;
  height: auto;
}

.login p input {
  vertical-align: middle;
}

.login p span {
  font-size: 14px;
  color: #666;
  display: inline-block;
  vertical-align: middle;
  margin: 16px 0;
}

.login button {
  outline: none;
  display: block;
  width: 80%;
  height: 38px;
  border-radius: 3px;
  border: 0;
  margin: 20px auto;
  background: #337ab7;
  color: #fff;
  font-size: 18px;
}

.login p{
  width: 100%;
  text-align: center;
}

.findpwd{
  display: inline-block;
  text-align: left;
  color: #337ab7;
}

.findpwd:hover{
  color: #337ab7;
}
/* .login .input[type="password"]::-webkit-input-placeholder {
  text-indent: -9999px;
} */
.login input[type="password"]::-ms-reveal {
  display: none;
}
.login input[type="password"]::-webkit-toggle-password {
  -webkit-appearance: none !important;
  display: none !important;
}
.login input[type="password"]::-moz-ui-password {
  -moz-appearance: none !important;
  display: none !important;
}