* {
  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');
}

#content {
  color: #ffffff;
}

body:after {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.layui-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.admin-login-background {
  position: absolute;
  left: 60%;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #010711b0;
  display: flex;
  padding: 0 80px;
}

.flex {
  display: flex;
}

.flex1 {
  flex: 1;
}

.flex2 {
  flex: 2;
}

.flex3 {
  flex: 3;
}

.flex4 {
  flex: 4;
}

.flex5 {
  flex: 5;
}

.flex6 {
  flex: 6;
}

.flexColumn {
  flex-direction: column;
}

.flexAC {
  align-items: center;
}

.flexAE {
  align-items: flex-end;
}

.flexJCE {
  justify-content: end;
}
.flexBtn {
  width: 120px;
}

.logo img {
  height: 48px;
  margin-right: 15px;
  vertical-align: middle;
}

.logo .title {
  font-size: 1.8em;
  font-weight: 600;
  line-height: 80px;
  text-align: center;
  background: linear-gradient(to bottom, #ffffff, #87daff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.login-form {
  border-radius: 3px;
  width: 90%;
}

.login-form .layui-form-item {
  position: relative;
}

.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;
}

.layui-form-item {
  line-height: 30px;
}

.messageContainer {
  text-align: center;
  padding: 25px 0;
}


.login_qr,
.login_confirm {
  display: none;
  text-align: center;
}

h2 {
  margin: 30px 0;
  font-size: 18px;
  text-align: left;
}

.blueText {
  color: #43bbff;
}

.qr_tips {
  color: #eeeeee;
  font-size: 12px;
  margin: 10px 0;
  line-height: 150%;
}

.qrArea {
  height: 160px;
  padding: 20px 0;
  position: relative;
}

.formLabel {
  color: #ffffff;
  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;
}

.btnX {
  display: inline-block;
  width: 160px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  font-size: 20px;
  letter-spacing: 5px;
  margin-top: 60px;
  background: url(../Images/btnLogin.png) no-repeat left center;
  border: none;
  color: #ffffff;
}
.btnX-sm {
  width: 100%;
  height: 36px;
  line-height: 36px;
  letter-spacing: 0;
  padding: 0 4px;
  font-size: 16px;
  max-width: 160px;
  margin-top: 0;
}

.btnX:hover {
  background: url(../Images/btnLoginHover.png) no-repeat left center;
}

.btnX:active {
  background: url(../Images/btnLoginActive.png) no-repeat left center;
}
.btn-disabled,
.btn-disabled:hover,.btn-disabled:active {
  background-image: none;
  background-color: #cccccc66;
}

input {
  font-size: 18px !important;
}

#Username,
#Password,
#phoneNo,
#verCode,
.inputX {
  background-color: transparent !important;
  width: 90%;
  padding: 10px;
  border: 1px #567aae solid;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  outline: none;
  color: #ffffff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  box-shadow: 0 0 0px 1000px transparent inset !important;
  background-color: transparent !important;
  transition: background-color 0s linear 3600s;
  -webkit-text-fill-color: #ffffff !important;
  caret-color: white;
  font-size: 18px !important;
}

.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;
}

#imgCode {
  vertical-align: middle;
}

.txtVCode {
  width: 120px;
  padding-left: 10px !important;
}