
html, body {
  height: 100%;
  width:100%;
  background-image:url(../images/login.png);
  background-size:100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  min-width: 1200px;
  position: relative;
}
.login {
  height: 380px;
  width: 440px;
  background-image: url(../images/login_right.png);
  background-repeat: no-repeat;
  background-position: -13px -51px;
  background-size: 534px 520px;
  padding: 30px 80px;
  color: #fff;
}
.login_right{
  position: absolute;
  top:0;
  bottom:0;
  right:130px;
  margin:auto;
}
.login-hd {
  text-align: center;
  margin-bottom: 20px;
}

.login-title {
  font-size: 20px;
  display: inline-block;
  letter-spacing: 15px;
  font-weight: 600;
  color:#fff;
}

.login-form-field {
  margin-top: 32px;
}
.login-form-field:first-child{
  margin-top:0;
}
.login-form-field:last-child{
  margin-top:10px;
  text-align: right;
}
.input-field {
  height: 46px;
  border: 1px solid rgba(81, 145, 230, 0.08);
  border-radius: 5px;
  display: block;
  width: 100%;
  font-size: 16px;
  padding: 14px 8px;
  background: #fff;
  color: #333;
}

.btn-login {
  background-color: #2680fb;
  border-radius: 5px;
  width: 100%;
  border: 0;
  color: #fff;
  font-size: 16px;
  padding: 10px;
}

.technical_support{
  position: absolute;
  bottom:10px;
  left:0;
  right:0;
  text-align: center;
  color:#fff;
  font-size: 14px;
}
.login_role{
  padding:10px 0;
}