.background {
  overflow: auto;
  position: relative;
  min-height: 800px;
  width: 100%;
  height: 100vh;
  background: url(../images/imgs/login/login_banner.png) no-repeat 0 center;
  background-size: cover;
}
.background .login {
  width: 480px;
  height: 678px;
  background-color: #ecf1f6;
  position: absolute;
  border-radius: 10px;
  padding: 40px 30px 40px 46px;
  top: 50%;
  margin-top: -339px;
  right: 28vh;
}
.background .login .login_tab span {
  cursor: pointer;
  display: inline-block;
  width: 90px;
  font-size: 20px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  color: #454545;
  margin-right: 10px;
}
.background .login .login_tab .re-sel {
  border-bottom: 1px solid #2398d6;
  color: #2398d6;
  font-weight: 700;
}
.background .login .company {
  display: none;
}
.background .login .company .forms {
  margin-top: 50px;
}
.background .login .company .forms .inputs {
  margin-bottom: 37px;
  position: relative;
}
.background .login .company .forms .inputs .forms_icon {
  display: inline-block;
  width: 23px;
  height: 23px;
  vertical-align: middle;
  margin-right: 20px;
}
.background .login .company .forms .inputs input {
  padding: 0 20px;
  border: none;
  font-size: 15px;
  text-indent: 10px;
  color: black;
  vertical-align: middle;
  width: 330px;
  height: 52px;
  line-height: 52px;
  border-radius: 50px;
  background-color: white;
  border: 1px solid #dcddde;
}
.background .login .company .forms .inputs .error_tip {
  position: absolute;
  bottom: -25px;
  left: 60px;
  color: red;
}
.background .login .company .forms .inputs .captchas {
  width: 83px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.background .login .company .forms .inputs input:focus {
  border: 1px solid #2398d6;
}
.background .login .company .forms .captcha {
  position: relative;
  margin: 20px 0 60px 0;
}
.background .login .company .forms .captcha input {
  padding: 0 120px 0 20px;
  border: none;
  font-size: 15px;
  text-indent: 10px;
  color: black;
  vertical-align: middle;
  width: 95%;
  height: 52px;
  line-height: 52px;
  border-radius: 50px;
  background-color: white;
  border: 1px solid #dcddde;
}
.background .login .company .forms .captcha .hq_captcha button {
  position: absolute;
  width: 100px;
  font-size: 14px;
  right: 33px;
  top: 15px;
  border-left: 1px solid #ccc;
  padding-left: 10px;
  background-color: #fff;
  overflow: hidden;
  color: #2398d6;
  z-index: 111;
}
.background .login .company .forms #submit {
  width: 95%;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background-color: #2398d6;
  color: white;
  font-size: 15px;
  border-radius: 50px;
}
.background .login .company .forms_login .login_form_logo {
  margin: 40px auto;
  width: 200px;
  height: 72px;
}
.background .login .company .forms_login .login_form_prompt {
  width: 200px;
  height: 30px;
  line-height: 30px;
  color: #cbcbcb;
  margin: 0px auto;
}
.background .login .company .forms_login .login_form_prompt .prompt_font {
  font-size: 17px;
  color: black;
  margin: 0 10px;
}
.background .login .company .forms_login .login_inputs {
  margin-top: 40px;
  position: relative;
}
.background .login .company .forms_login .login_inputs .forms_icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 14px;
  left: 25px;
}
.background .login .company .forms_login .login_inputs input {
  padding: 0 20px;
  border: none;
  font-size: 16px;
  text-indent: 38px;
  color: black;
  vertical-align: middle;
  width: 400px;
  height: 52px;
  line-height: 52px;
  border-radius: 50px;
  background-color: white;
  border: 1px solid #dcddde;
}
.background .login .company .forms_login .login_inputs input:focus {
  border: 1px solid #2398d6;
}
.background .login .company .forms_login .login_inputs .error_tip {
  position: absolute;
  bottom: -25px;
  left: 10px;
  color: red;
}
.background .login .company .forms_login .login_inputs_checkbox {
  margin-top: 30px;
}
.background .login .company .forms_login .services {
  margin-top: 10px !important;
}
.background .login .company .forms_login .services input {
  margin: 2px 5px 0 0;
  float: left;
}
.background .login .company .forms_login .services a {
  
}
.background .login .company .forms_login .login_inputs_checkbox input {
  width: 15px;
  height: 15px;
  line-height: 15px;
  vertical-align: middle;
}
.background .login .company .forms_login .login_inputs_checkbox span {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
.background .login .company .forms_login .login_inputs_submit {
  margin-top: 40px;
}
.background .login .company .forms_login .login_inputs_submit #login_submit {
  width: 100%;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background-color: #2398d6;
  color: white;
  font-size: 17px;
  border-radius: 50px;
  cursor: pointer;
}
.background .login .company .forms_login .go_forms {
  margin-top: 30px;
  font-size: 14px;
}
.background .login .company .forms_login .go_forms a {
  color: #2398d6;
}
.background .login .company:first-child {
  display: block;
}
