body {
  position: relative;
  overflow: hidden;
}
body .login {
  width: 400px;
  height: 435px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  padding: 20px 40px;
  top: 40%;
}
body .login img {
  margin: 0 auto;
  margin-bottom: 20px;
}
body .login .login_input {
  position: relative;
  width: 320px;
  line-height: 50px;
  background: #fff;
  margin-bottom: 20px;
}
body .login .login_input input {
  line-height: 30px;
  margin-left: 50px;
  height: 30px;
  width: 80%;
}
body .login .login_code {
  line-height: 50px;
  margin-bottom: 20px;
}
body .login .login_code .left {
  width: 185px;
  position: relative;
  background: #fff;
}
body .login .login_code .left input {
  height: 30px;
  line-height: 30px;
  margin-left: 50px;
  width: 70%;
}
body .login .login_code .right {
  width: 120px;
  height: 50px;
  background: #fff;
}
body .login .login_code .right img {
  width: 120px;
  height: 50px;
}
body .login .notarize {
  font-size: 13px;
  color: #999;
  margin-bottom: 20px;
}
body .login .notarize .yes {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  vertical-align: top;
  margin-right: 5px;
  display: inline-block;
  background: url("../../images/Admin/save_icon.png") no-repeat;
}
body .login .notarize .yes_on {
  background-position: -16px 0px;
}
body .login .confirm {
  border-radius: 4px;
  background: #428df6;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;
}
body .login .confirm:hover {
  background: #2d79e8;
}
body .login .error {
  font-size: 14px;
  text-align: center;
  color: #0055cc;
}
body .login i[class*="icon"] {
  width: 16px;
  height: 16px;
  margin: 0px 15px;
}
body .login .icon_user {
  background: url("../../images/Admin/login_icon_1.png") center center no-repeat;
}
body .login .icon_password {
  background: url("../../images/Admin/login_icon_2.png") center center no-repeat;
}
body .login .icon_code {
  background: url("../../images/Admin/login_icon_3.png") center center no-repeat;
}
body .login ::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
body .login ::-moz-placeholder {
  color: #999;
  font-size: 14px;
}
body .login :-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}
