body .container {
  background: #dcefff url(../img/loginpbg.jpg) no-repeat center center;
  background-size: 1920px;
  height: 768px;
}
body .container .w1200 {
  position: relative;
}
body .container .w1200 .login-container {
  overflow: hidden;
  width: 522px;
  height: 510px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.17);
  position: absolute;
  top: 110px;
  right: 0;
}
body .container .w1200 .login-container .title {
  width: 140px;
  margin: 30px auto;
  color: #ff6f3e;
  font-size: 24px;
  border-bottom: 5px solid #ff6f3e;
  line-height: 1.8;
  text-align: center;
  font-weight: bold;
}
body .container .w1200 .login-container ul {
  margin: 0 auto;
  width: 340px;
}
body .container .w1200 .login-container ul li {
  padding: 10px 0;
}
body .container .w1200 .login-container ul li::after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
body .container .w1200 .login-container ul li .label {
  width: 60px;
  padding-right: 10px;
  float: left;
  font-size: 14px;
  text-align: right;
  line-height: 34px;
}
body .container .w1200 .login-container ul li .label.required::before {
  content: "*";
  color: red;
  margin-right: 2px;
}
body .container .w1200 .login-container ul li .item {
  float: left;
  width: 275px;
}
body .container .w1200 .login-container ul li .item.small input[type="text"] {
  width: 184px;
}
body .container .w1200 .login-container ul li .item.small img {
  float: right;
  margin: 10px 5px 0 0;
}
body .container .w1200 .login-container ul li .item::after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
body .container .w1200 .login-container ul li .item input[type="text"],
body .container .w1200 .login-container ul li .item input[type="password"] {
  width: 275px;
  height: 34px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 0 5px;
  float: left;
}
body .container .w1200 .login-container ul li .item label {
  font-size: 14px;
}
body .container .w1200 .login-container ul li .item label span {
  color: rgba(0, 0, 0, 0.4);
}
body .container .w1200 .login-container ul li .item .login {
  width: 276px;
  height: 40px;
  background-color: #ff6f3e;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
body .container .w1200 .login-container ul li .item .forget {
  font-size: 12px;
  color: #f68022;
}
body .container .w1200 .login-container .reg {
  background-color: #eff8ff;
  height: 50px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
}
body .container .w1200 .login-container .reg a {
  color: #4788f0;
}
