.login_bg {
  background: #F8F9FD;
}

.login_box {
  position: relative;
}

.switch-syslang {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  color: #3B74FA;
  padding: 10px;
  border-radius: 3px;
  cursor: pointer;
  transition: all .1s;
}

.switch-syslang:hover {
  background: #eee;
}

.login_box_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: #2863EE; */
  background-image: url(../img/login_bg2.jpg?v=1);
  background-size: 5000px auto;
  background-position: top center;
  background-repeat: repeat;
}

.login_box_content {
  position: relative;
}

.login_box_title {
  font-size: 60px;
  line-height: 58px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 133px 0 56px;
  margin: 0;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35);
}

.login_box_title span {
  font-size: 40px;
}

.login_box_form {
  width: 432px;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid #DFE0E3;
  padding: 30px 56px 45px;
  border-radius: 6px;
  box-shadow: 0px 0px 20px 0px rgba(0, 47, 96, 0.29);
}

.login_box_form__title {
  font-size: 26px;
  line-height: 37px;
  text-align: center;
  color: #333333;
}

.backButton {
  font-size: 16px;
  line-height: 22px;
  color: #3B74FA;
  cursor: pointer;
}

.login_box_form__pwd {
  margin-top: 12px;
}

.login_box_form__pwd .remember {
  margin-top: 2px !important;
}

.login_box_form__pwd-right {
  text-align: right;
}

.login_box_form__pwd .forget {
  color: #666666;
}

.login_box_form .form-group {
  margin-top: 35px;
}

.login_box_form .form-control {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #DFE0E3;
  height: 44px;
  line-height: 44px;
}

.login_box_form .form-control:focus {
  box-shadow: none;
  border-color: #3B74FA;
}

.login_box_form__btn {
  height: 60px;
  line-height: 60px;
  padding: 0;
  font-size: 18px;
  background: #3B74FA;
  color: #fff !important;
  outline: none !important;
}

.login_box_form__action {
  text-align: center;
  margin-top: 19px;
}

.login_box_form__reg {
  font-size: 16px;
  line-height: 22px;
  color: #3B74FA;
}

.sendBox_icon {
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 auto;
}

.sendBox_title {
  font-size: 26px;
  line-height: 37px;
  margin-top: 10px;
  text-align: center;
}

.sendBox_content {
  color: #05774F;
  background-color: #E0F7F1;
  padding: 16px 20px;
  margin-top: 12px;
  font-size: 14px;
  line-height: 24px;
  margin-right: -15px;
  margin-left: -15px;
}

.sendBox_tip {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  margin-top: 14px;
  margin-right: -15px;
  margin-left: -15px;
}

.sendBox_tip a {
  color: #3B74FA;
}