html,
body {
  height: 100%;
}
.box {
  width: 100%;
  height: 100%;
  background: url(../img/bg2.png) no-repeat center center;
  background-size: 100% 100%;
}
.box .container {
  width: 1200px;
  height: 100%;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.box .container .logo {
  width: 100%;
  height: 48px;
  position: absolute;
  top: 31px;
}
.box .container .sys_intro {
  width: 714px;
  height: 390px;
  padding: 135px 0;
  margin-left: 60px;
  position: absolute;
  top: 50%;
  margin-top: -195px;
}
.box .container .sys_intro p:first-of-type {
  font-size: 42px;
  color: #fff;
  line-height: 60px;
  font-weight: bold;
}
.box .container .login_box {
  width: 380px;
  height: 434px;
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -217px;
  background: #fff;
  border-radius: 8px;
  padding: 26px 45px 0;
}
.box .container .login_box .title {
  width: 100%;
  height: 44px;
  line-height: 16px;
  padding: 14px 0;
  font-size: 16px;
  text-align: left;
  color: #333;
  border-bottom: 1px solid rgba(221, 221, 221, 0.63);
}
.box .container .login_box .title .apply_account {
  float: right;
  font-size: 16px;
  color: #1ab596;
  font-weight: 400;
}
.box .container .login_box input {
  width: 100%;
  height: 40px;
  border: 1px solid rgba(221, 221, 221, 0.63);
  padding-left: 15px;
  font-size: 14px;
  color: #333;
}
.box .container .login_box input::-webkit-input-placeholder {
  color: #999;
}
.box .container .login_box input::-moz-placeholder {
  color: #999;
}
.box .container .login_box input:-ms-input-placeholder {
  color: #999;
}
.box .container .login_box .name {
  margin-top: 45px;
}
.box .container .login_box .psw {
  margin-top: 29px;
}
.box .container .login_box .prompt_text {
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  color: #e61c1c;
  text-align: left;
  position: absolute;
  left: 45px;
  top: 234px;
}
.box .container .login_box button {
  width: 100%;
  height: 40px;
  background-color: #1ab596;
  border-radius: 4px;
  border: none;
  outline: none;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  margin-top: 37px;
  cursor: pointer;
}
.box .container .login_box .icp {
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    color: #e61c1c;
    text-align: left;
    position: absolute;
    left: 45px;
    bottom: 12%;
}