.login-container {
  width: 900px;
  height: 500px;
  box-shadow: none;
  background-color: #fff;
  box-shadow: 0px 10px 50px 0px rgba(102, 102, 102, 0.12);
  font-family: SourceHanSansCN, "Microsoft YaHei";
}

.login_bg {
  width: 500px;
  height: 500px;
}

.container-fluid {
  background-color: #fff;
}

.login-form {
  padding: 0 64px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.login-form-header {
  align-items: center;
  flex-direction: column;
  /* margin-bottom: 30px; */
  height: 130px;
  justify-content: flex-end;

}

.login-form-body {
  flex: 1;
}

.login-form-body .form-signin {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.login-form-body .footer_box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.login-form-header span {
  font-size: 14px;
  color: #333;
}

#header_title {
  font-size: 16px;
  color: #4770ae;
  text-align: center;
  font-weight: 600;
  margin-bottom: 6px;
}
.second_title{
  font-size: 14px!important;
  color: #4770ae!important;
  font-weight: 600;
  margin-top: 9px;
}
.input_label {
  display: block;
  padding-left: 20px;
  color: #666;
  font-size: 12px;
  margin-bottom: 12px;
}

.login-wrap {
  display: flex;
  flex-direction: column;

}

.login-wrap .form-control {
  padding-left: 18px;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
}

.login-wrap .form-group {
  margin-bottom: 21px;
}

.login-wrap #validate {
  margin-bottom: 10px;
}

.login-wrap .form-control::placeholder {
  font-weight: normal;
  font-size: 14px;
  color: #999;
}

.btn_box {
  height: 80px;
}

#Btn_Login {
  /* margin-top: 30px; */
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  height: 45px;
  background: #4770ae;
}

.login-other {
  margin: 0;
}

.login-list {
  height: 0;
}