.header_s1 {
  top: 0 !important;
}
.login_wrap {
  margin-top: 150px;
}
.login_form {
  box-sizing: border-box;
  padding-left: 31px;
  padding-right: 31px;
  width: 410px;
  min-height: 510px;
  /* border: 1px solid #cccccc; */
  border-radius: 5px;
  margin: 0 auto;
  padding: 25px 0;
}
.login_form h3 {
  line-height: 23px;
  font-size: 24px;
  text-align: center;
  margin: 40px auto 49px;
}
.login_form .input {
  display: inline-block;
  width: 100%;
  height: 50px;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.login_form .input input {
  width: 100%;
  height: 100%;
  border: none;
  padding: 18px;
}
.login_form .btn {
  width: 100%;
  line-height: 40px;
  margin-top: 10px;
  font-size: 20px;
  color: #ffffff;
  background-color: #0056b7;
}
.login_form .tips {
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  cursor: pointer;
}
.login_form .tips a {
  display: block;
  color: #000000;
  text-decoration: none;
}
.login_form .tips a:hover {
  color: #0056b7;
}
