html, body {
  width: 100%;
  height: 100% !important;
  /* background: url(/img/user_login_bg.png) center no-repeat !important; */
  /* background-size: cover; */
}
.login-wrap {
  display: flex;
  width: 100%;
  height: 100% !important;
  background: #000 url(/img/user_login_bg2.png) center no-repeat;
}
.site-login {
  display: flex;
  margin: auto;
  position: relative;
  width: 882px;
  height: 539px;
  background: url(/img/user_login_bg_form.png) center no-repeat;
  background-size: cover;
}
.site-form {
  margin: auto;
  width: 640px;
  height: 400px;
}
.lang {
  margin: auto;
  position: absolute;
  top: 10px;
  left: 0;
  height: 18px;
}
.lang-label {
  display: block;
  float: left;
  height: 18px;
  padding: 0 10px;
  line-height: 18px;
  font-size: 14px;
  color: #fff;
}
.lang-select {
  float: left;
  width: 60px;
  height: 18px;
  padding: 0;
  font-size: 12px;
  color: #4d80c3;
  border-radius: 2px;
  overflow: hidden;
  transition: all 0.3s;
}
.lang-select.active {
  height: 54px;
}
.lang-select ul {
  list-style: none;
  padding: 0;
}
.lang-select ul li {
  width: 60px;
  height: 18px;
  padding: 0 5px;
  line-height: 18px;
  background: #d6e4f3;
  cursor: pointer;
}
.lang-select ul li:hover {
  color: #fff;
  background: #2e8dff;
}
.title {
  padding-top: 10px;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.form {
  height: 284px;
  margin-top: 30px;
  padding: 0 100px;
  overflow: hidden;
}
.form-group {
  height: 86px;
}
.control-label {
  width: 100%;
  font-size: 16px;
  color: #fff;
}
.has-success .control-label {
  color: #fff;
}
.form-control {
  border-radius: 0;
}
.has-success .form-control {
  border-color: #ccc;
  box-shadow: none;
}
.has-success .form-control:focus {
  border-color: #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.btn-primary {
  width: 100%;
  font-size: 18px;
  border-radius: 0;
  background: #125ab7;
}
.login-copyright {
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.login-copyright .copyright-img {
  height: 18px;
  margin-right: 3px;
  vertical-align: top;
}
.login-copyright .copyright-text {
  font-size: 16px;
  color: #fff;
}