.header{
  position: absolute;
}
.vertical-layout>.content{
  display: flex;
  align-items: center;
  background: #F5F6F9;
}
.reset-wrapper{
  position: relative;
  width: 960px;
  height: 540px;
  background: #FFF url(/static/images/login-bg.png) no-repeat left/contain;
  margin: 0 auto;
  padding-top: 45px;
  display: flex;
  justify-content: flex-end;
  box-shadow:0px 2px 7px 0px rgba(64,124,247,0.38);
  border-radius:14px;
}
.reset-wrapper .opration-bar{
  position: absolute;
  top: 40px;
  right: 0;
}
.reset-wrapper .opration-bar a{
  margin-right: 30px;
  line-height: 20px;
  font-size: 14px;
  color: #FFFFFF;
}
.reset-form{
  margin-right: 80px;
  width: 320px;
}
.reset-form .title{
  font-size: 28px;
  color: #0E5CFA;
  margin-bottom: 34px;
  margin: 0;
}
.reset-form .form-group{
  position: relative;
  margin-top: 20px;
  margin-bottom: 0;
}
.reset-form .login-form-tip{
  font-size: 14px;
  color:#666666;
  margin-bottom: 10px;
  font-weight:normal;
}
.reset-form .login-form-control{
  width:320px;
  height:45px;
  border-radius:2px;
  border:1px solid #CCCCCC;
  padding-left: 10px;
}
.reset-form .form-group .btn-outline {
  position: absolute;
  right: 0;
  bottom: 12.5px;
  color: #0E5CFA;
  padding: 0 10px;
  cursor: pointer;
  outline: none;
  z-index: 3;
}
.reset-form .form-group .btn-outline.disabled{
  color: #AAAAAA;
}
.reset-form .icheckbox_square-dark-blue{
  transform: scale(0.64);
  margin-right: 10px;
}
.reset-form .extra-option{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  color: #AAAAAA;
}
.reset-form .extra-option a{
  font-size: 14px;
  color: #002535;
  line-height: 20px;
}
.reset-form .btn-login{
  width: 320px;
  height: 45px;
  font-size: 16px;
  color: #FFFFFF;
  background: #0E5CFA;
  border-radius:2px;
}
.reset-form .sign-tip{
  line-height: 20px;
  font-size: 14px;
  color: #666666;
  text-align: right;
}
.reset-form .sign-tip a{
  color: #0E5CFA;
}

.input-underline .error{
  position: absolute;
  bottom: -20px;
}
