@charset "UTF-8";
body,
html {
  height: 100%;
  display: block;
}
body {
  background-color: #e8f6f9;
  vertical-align: middle;
  background-size: cover;
}
.def-login-wrap {
  background: #f8f8f8 url(../img/login/center-bg.png) no-repeat;
  background-size: cover;
  background-position: 50%;
  height: 100%;
}
.def-login-wrap .contain {
  background: #fff url(../img/login/center-banner.png) no-repeat 0;
  background-size: auto 100%;
  width: 640px;
  height: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
}
.def-login-wrap .contain .main {
  margin-left: 35%;
  padding: 26px 20px;
  border-radius: 5px;
}
.def-login-wrap .contain form h3 {
  font-size: 16px;
  margin-bottom: 0;
  letter-spacing: 3.2px;
  color: #999;
  margin-bottom: 5px;
}
.def-login-wrap .contain form h2 {
  font-size: 28px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #6870be;
}
.def-login-wrap .contain form ul li {
  margin-top: 25px;
  position: relative;
}
.def-login-wrap .contain form ul li.verify label {
  width: 275px;
}
.def-login-wrap .contain form ul li.verify input.layui-input {
  text-transform: uppercase;
}
.def-login-wrap .contain form ul li.verify img {
  width: 95px;
  height: 44px;
  cursor: pointer;
  position: absolute;
  margin-left: 5px;
  border-radius: 3px;
}
.def-login-wrap .contain form ul li i.layui-icon {
  color: #a5a5a5;
  font-size: 18px;
  position: absolute;
  padding: 14px 15px 13px 20px;
}
.def-login-wrap .contain form ul li input {
  height: 45px;
  padding: 0 15px;
  font-size: 14px;
  line-height: 1em;
  text-indent: 35px;
  border-radius: 3px;
  letter-spacing: 1px;
}
.def-login-wrap .contain form ul li span {
  letter-spacing: 1px;
}
.def-login-wrap .contain form ul li button {
  color: white !important;
  height: 45px !important;
  border: none !important;
  background: #5566fe !important;
  border-radius: 3px !important;
  letter-spacing: 1px !important;
  box-shadow: 0 15px 30px 0 hsla(0, 0%, 100%, 0.25) inset, 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  font-size: 16px;
}
.def-login-wrap .contain form ul li button:hover {
  opacity: 1;
}
.def-login-wrap .contain .footer {
  left: 0;
  bottom: 0;
  color: #a5a5a5;
  width: 100%;
  position: absolute;
  text-align: center;
  line-height: 30px;
  padding-bottom: 10px;
}
.def-login-wrap .contain .footer a,
.def-login-wrap .contain .footer span {
  color: #a5a5a5;
}
.def-login-wrap .contain .footer a:hover {
  color: #a5a5a5;
}
.def-login-wrap .footer {
  left: 0;
  bottom: 0;
  color: #666666;
  width: 100%;
  position: absolute;
  text-align: center;
  line-height: 30px;
  padding-bottom: 10px;
}
.def-login-wrap .footer a,
.def-login-wrap .footer span {
  color: #666666;
}
.def-login-wrap .footer a:hover {
  color: #666666;
}
