.login_input_style {
  background: #f3f3f3;
  height: 45px !important;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
}
.form-horizontal .form-control.form_lg {
  background: #f3f3f3;
  height: 45px !important;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
}
.form-horizontal .phone_input {
  position: relative;
}
.form-horizontal .phone_input .phone_no {
  position: absolute;
  top: 12px;
  left: 12px;
  padding-right: 12px;
  border-right: 1px solid #dfdfdf;
}
.form-horizontal .phone_input .form-control {
  background: #f3f3f3;
  height: 45px !important;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  padding-left: 80px;
}
.form-horizontal .pwd_input {
  position: relative;
}
.form-horizontal .pwd_input .parsley-errors-list {
  position: absolute;
  bottom: -18px;
}
.form-horizontal .pwd_input .input-group {
  height: 45px;
}
.form-horizontal .pwd_input .input-group .form-control {
  height: 100%;
}
.form-horizontal .pwd_input .input-group .input-group-addon {
  border: none;
  background-color: #f3f3f3;
  outline: none;
}
.form-horizontal .pwd_input .form-control {
  background: #f3f3f3;
  height: 45px !important;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
}
.form-horizontal .yzm_input {
  position: relative;
  height: 45px;
}
.form-horizontal .yzm_input .float_text {
  position: absolute;
  right: 10px;
  font-size: 12px;
  top: 15px;
}
.form-horizontal .yzm_input .reget_time {
  color: #999;
}
.form-horizontal .yzm_input .form-control {
  background: #f3f3f3;
  height: 45px !important;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  padding-right: 80px;
}
.form-horizontal .img_yzm_input {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-horizontal .img_yzm_input > input {
  flex: 1;
}
.form-horizontal .img_yzm_input > img {
  display: block;
  width: 100px;
  height: 45px;
  cursor: pointer;
}
.login_modal .modal-body {
  padding: 0 !important;
  position: relative;
}
.login_modal .modal-body .left_banner {
  width: 200px;
  height: 590px;
  background: -moz-linear-gradient(top, #5074FC, #6C95F6);
  background: -webkit-linear-gradient(top, #5074FC, #6C95F6);
  background: -o-linear-gradient(top, #5074FC, #6C95F6);
  background: -ms-linear-gradient(top, #5074FC, #6C95F6);
  background: linear-gradient(to bottom, #5074FC, #6C95F6);
}
.login_modal .modal-body .left_banner .login_bg {
  width: 200px;
  height: 400px;
  background: url("../img/login_bg.c19bc9f88935.png") no-repeat top left;
}
.right_forms {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 200px;
  overflow: hidden;
}
.right_forms .alert {
  border-radius: 4px;
  padding: 10px 20px;
}
.right_forms .alert.alert-danger {
  border-color: #d92c23;
  color: #d92c23;
  background-color: #fbe9e8;
}
.right_forms .alert.alert-danger > i {
  margin-right: 5px;
}
.right_forms .login_form,
.right_forms .register_form {
  padding: 30px;
  position: absolute;
  top: 0;
  width: 400px;
}
.right_forms .login_form > h4,
.right_forms .register_form > h4 {
  margin-top: 0;
  margin-bottom: 30px;
  position: relative;
}
.right_forms .login_form > h4 > span,
.right_forms .register_form > h4 > span {
  font-size: 12px;
  color: #9DA6B7;
  position: absolute;
  right: 0;
  bottom: 2px;
}
.right_forms .login_form > h4 > span > a > i,
.right_forms .register_form > h4 > span > a > i {
  font-size: 14px;
  margin-left: 5px;
}
.right_forms .login_form .form-group,
.right_forms .register_form .form-group {
  margin-bottom: 20px;
}
.right_forms .login_form .form-group .form-control,
.right_forms .register_form .form-group .form-control {
  background: #f3f3f3;
  height: 45px !important;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
}
.right_forms .login_form .form-group .widgets__img_check_box .widgets__img_display,
.right_forms .register_form .form-group .widgets__img_check_box .widgets__img_display {
  position: absolute;
  bottom: 100%;
  display: none;
  z-index: 2;
}
.right_forms .login_form .form-group .checkbox,
.right_forms .register_form .form-group .checkbox {
  color: #999;
  padding: 0;
  min-height: auto;
}
.right_forms .login_form .form-group .checkbox input,
.right_forms .register_form .form-group .checkbox input {
  margin-top: 1px;
}
.right_forms .login_form .btn-lg,
.right_forms .register_form .btn-lg {
  height: 45px;
  -webkit-box-shadow: 0 0 5px rgba(38, 104, 197, 0.2);
  box-shadow: 0 0 5px rgba(38, 104, 197, 0.2);
}
.right_forms .login_form .login_br,
.right_forms .register_form .login_br {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.right_forms .login_form .login_br > span,
.right_forms .register_form .login_br > span {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  background: #fff;
  font-size: 12px;
  color: #666;
  position: relative;
  z-index: 1;
}
.right_forms .login_form .login_br:after,
.right_forms .register_form .login_br:after {
  content: "";
  display: block;
  height: 0;
  width: 90%;
  border-top: 1px solid #666;
  position: absolute;
  top: 50%;
  left: 5%;
}
.right_forms .login_form .other_links a,
.right_forms .register_form .other_links a {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin: 0 auto;
  border-radius: 50%;
  background: #f1f1f1;
}
.right_forms .login_form .other_links a img,
.right_forms .register_form .other_links a img {
  width: 24px;
  -webkit-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.right_forms .login_form .other_links a:hover,
.right_forms .register_form .other_links a:hover {
  background: #eee;
}
.right_forms .login_form .other_links a:hover img,
.right_forms .register_form .other_links a:hover img {
  transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  /* IE 9 */
  -moz-transform: rotate(-15deg);
  /* Firefox */
  -webkit-transform: rotate(-15deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(-15deg);
  /* Opera */
}
.right_forms .login_form {
  left: 0;
}
.right_forms .register_form {
  left: 100%;
}
.right_forms .register_form .form-group .widgets__img_check_box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: none;
}
.right_forms .register_form .form-group .widgets__img_check_box .widgets__img_display {
  display: block;
}
.right_forms .register_form .verify-wrap {
  display: none;
  width: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
.find_pwd_modal .modal-body .form-group {
  margin-bottom: 20px;
}
.find_pwd_modal .modal-body .form-group .verify-wrap {
  display: none;
  width: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
.find_pwd_modal .modal-body .form-group .widgets__img_check_box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: none;
}
.find_pwd_modal .modal-body .form-group .widgets__img_check_box .widgets__img_display {
  display: block;
}
@media (max-width: 768px) {
  .login_modal .modal-dialog {
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  .login_modal .modal-dialog .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 100%;
  }
  .login_modal .modal-dialog .modal-content .modal-body {
    height: 100%;
  }
  .login_modal .modal-dialog .modal-content .modal-body .left_banner {
    display: none;
  }
  .login_modal .modal-dialog .modal-content .modal-body .right_forms {
    left: 0;
  }
  .login_modal .modal-dialog .modal-content .modal-body .right_forms .login_form,
  .login_modal .modal-dialog .modal-content .modal-body .right_forms .register_form {
    width: 100%;
  }
}
