.background-image1 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../../images/background-2.png) no-repeat;
  background-size: cover;
}

.signinpanel {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 50%;
  margin: auto;
  width: 66%;
  box-shadow: 0 0 0px 600px rgba(7, 42, 100, 0.3);
  -moz-box-shadow: 0 0 0px 600px rgba(7, 42, 100, 0.3);
  -webkit-box-shadow: 0 0 0px 600px rgba(7, 42, 100, 0.3);
  -o-box-shadow: 0 0 0px 600px rgba(7, 42, 100, 0.3);
  /*background: url(../../images/background-2.png) no-repeat 50%;*/
}

.signinpanel .login-box-info {
  background: #fff;
  height: 100%;
  position: absolute;
  padding: 2%;
  right: 0;
  width: 35%;
  top: 0;
}

.signinpanel form {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.welcome-login {
  color: #070095;
  font-size: 2em;
  font-weight: normal;
  text-align: center;
  padding: 5% 0;
}

.welcome-login span {
  display: inline-block;
  border-bottom: 2px solid #070095;
  padding-bottom: 10px;
  letter-spacing: 1px;
}

.signinpanel form .form-group {
  height: 11%;
  margin-top: 2%;
}

.signinpanel form .form-control {
  border: 0;
  border-bottom: 1px solid #bdbdbd;
  height: 11%;
  margin: 1% 0;
  padding: 6% 15%;
}

.form-control:focus {
  border-color: #070095 !important;
}

.signinpanel form .uname {
  background: url("../../images/user-gray.png") no-repeat 5% center;
}

.signinpanel form .uname:focus {
  background: url("../../images/user-blue.png") no-repeat 5% center;
}

.signinpanel form .pword {
  background: url("../../images/locked-gray.png") no-repeat 5% center;
}

.signinpanel form .pword:focus {
  background: url("../../images/locked-blue.png") no-repeat 5% center;
}

.login-button {
  background: -moz-linear-gradient(to right, #1d60ce, #070095);
  background: -o-linear-gradient(to right, #1d60ce, #070095);
  background: -webkit-linear-gradient(to right, #1d60ce, #070095);
  background: linear-gradient(to right, #1d60ce, #070095);
  font-size: 23px;
  outline: none;
  border: 0;
  margin-top: 4%;
}

.signinpanel form .radio {
  margin-top: 7%;
}

.radio input {
  opacity: 0;
}

.radio label {
  padding-top: 8px;
  margin-right: 20px;
  background: url(../../images/unchecked-radio.png) no-repeat 0 0;
}

.radio label.checked {
  padding-top: 8px;
  background: url(../../images/checked-radio.png) no-repeat 0 0;
}

.radio span {
  display: inline-block;
  margin-left: 10px;
}

/*验证码*/
.signinpanel form input.code {
  width: 66%;
  height: 100%;
  transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
  font-size: 14px;
  color: #333;
}

.code-img {
  width: 22%;
  margin-left: 10px;
  vertical-align: top;
  cursor: pointer;
  padding-top: 1%;
}

.signinpanel .title {
  padding-right: 35%;
  text-align: center;
  font-size: 30px;
  color: #eee;
  text-shadow: #5c5c5c 3px 3px 3px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.title .title-chinese span {
  display: inline-block;
  background: url(../../images/logo.png) no-repeat -40px;
  padding-left: 60px;
  font-family: SimHei;
  height: 80px;
  line-height: 80px;
}

.title .title-english {
  font-size: 18px;
}

.title .title-area {
  /* margin-top: 26%; */
}

.eye {
  position: absolute;
  z-index: 100;
  top: 38%;
  right: 5%;
  cursor: pointer;
}

.signinpanel .login-form .form-group {
  height: auto;
  margin-bottom: 0;
  position: relative;
}

.login-form label.error {
  position: absolute;
  z-index: 300;
  /*left: 10px;
  bottom: -25px;*/
}