* {
  font-family: Microsoft YaHei, SimHei, Tahoma;
  margin: 0;
  padding: 0;
}

html,
body {
  font-size: 16px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #10204c url(/Images/bg.jpg) no-repeat center center;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bg.jpg', sizingMethod='scale');
}

div {
  box-sizing: border-box;
}

.layui-container {
  display: flex;
  flex: 1;
  width: 70%;
  height: 100%;
  justify-content: start;
  align-items: center;
}

#content {
  color: #333333;
}

body:after {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.admin-login-background {
  background: #FFFFFF;
  box-shadow: 0px 4px 33px 0px #002DA03F;
  width: 480px;
  height: 527px;
  display: flex;
  padding: 0 40px;
  position: relative;
  border-radius: 6px;
}

#loginType {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 0 6px 0 0;
  cursor: pointer;
}

.loginqr {
  background: #e5eaff url(/Images/qrlogin.png) no-repeat right top;
  background-size: 40px 40px;
}

.loginAccount {
  background: #e5eaff url(/Images/accountlogin.png) no-repeat 30px 4px;
  background-size: auto 26px;
}

#loginType::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  display: block;
  border-bottom: 60px solid #ffffff;
  border-right: 60px solid transparent;
  z-index: 5;
}

.title {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 45px 0;
  color: #333333;
  font-family: Hiragino Sans GB;
  font-size: 24px;
}

.login-form {
  width: 100%;
}

.layui-form-item {
  position: relative;
}
input[type=button] {
  border-width: 0;
}
.logo {
  display: flex;
  justify-content: center;
  padding-left: 200px;
  color: #ffffff;
}
.logo h1 {
    padding-left: 40px;
    font-size: 48px;
    line-height: 48px;
    font-weight: 200;
}
#Username,#Password,#VerificationCode,#phoneNo,#verCode,#newPassword,#newPassword2 {
  width: 100%;
  padding: 12px 0;
  border-width: 0 0 1px 0;
  border-bottom: 1px solid #e1e1e1;
  text-indent: 50px;
  height: 46px;
  box-sizing: border-box;
  color: #111111 !important;
}
.input-icon {
  content: " ";
  width: 40px;
  height: 30px;
  position: absolute;
  left: 0px;
  top: 8px;
  background-repeat: no-repeat;
  background-position: 10px center;
  display: block;
}
.icon-Username {
  background-image: url(/Images/login_user.png) !important;
}
.icon-Password,.icon-newPassword,.icon-newPassword2 {
  background-image: url(/Images/login_pwd.png) !important;
}
.icon-VerificationCode,.icon-verCode {
  background-image: url(/Images/login_vcode.png) !important;
}
.icon-phoneNo {
  background-image: url(/Images/login_user.png) !important;
}
#verCode {
  width: 200px;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #333333 !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
.vcodeRow {
  position: relative;
}
#imgCode {
  position: absolute;
  top: 5px;
  right: 5px;
}
#btnLogin {
  margin-top: 90px;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  letter-spacing: 2px;
  border-radius: 2px;
}
.language {
  justify-content: space-between;
  margin: 15px;
}
#cSetPassWord {
  cursor: pointer;
}
.btn-ab-a {
  width: 180px;
}
#showpwd {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: auto 28px;
}
.showp {
  background-image: url(/Images/show.png);
}
.hidep {
  background-image: url(/Images/hide.png);
}





.textIcon {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 38px;
  line-height: 36px;
  text-align: center;
  color: #d2d2d2;
}

.login-form .layui-form-item input {
  padding-left: 36px;
}

#bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #b3b1b1;
  display: none;
}

#bottom img {
  height: 16px;
}

.pull-right {
  float: right;
}

.messageContainer {
  text-align: center;
  padding: 20px 0;
}


.login_qr,
.login_confirm {
  display: none;
  text-align: center;
}


.qr_tips {
  font-size: 12px;
  margin: 30px 0 10px 0;
  line-height: 150%;
}

.qrArea {
  height: 190px;
  padding: 20px 0;
  position: relative;
}

.formLabel {
  margin: 30px 0 0 0;
}

.qrExpires {
  position: absolute;
  left: 30px;
  top: 10px;
  bottom: 20px;
  right: 30px;
  background-color: rgba(0, 0, 0, 0.8);
  padding-top: 75px;
  color: #ffffff;
}

.btn-disabled,
.btn-disabled:hover,
.btn-disabled:active {
  background-image: none;
  background-color: #cccccc66;
}

.loginType img {
  vertical-align: middle;
}

.loginForm .login_qr,
.loginForm .login_confirm {
  text-align: center;
  width: 100%;
}

.setpassWord {
  display: none;
  width: 100%;
}

.pw_bottom_newPassword {
  display: none;
}
