.choose-change {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0 20px;
  font-size: 18px !important;
}
.login-way {
  padding: 10px 0;
  margin: 0 40px;
  cursor: pointer;
  border-bottom: 3px solid transparent;
}
.login-way a {
  font-size: 18px;
}
.login-way a:hover {
  color: #0084ff;
}
.choose-active {
  border-bottom: 3px solid #0084ff;
  color: #0084ff;
}
.login-form {
  display: block;
}
.register-form1 {
  display: none;
}
.register-form2 {
  display: none;
}
.errorMessage {
  color: red;
}
.findPassword {
  font-size: 18px;
  color: #333;
  text-align: center;
}
.login-captcha-img {
  cursor: pointer;
}

.lk-modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  /* border-bottom: 1px solid #dee2e6; */
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header-logo {
  width: 105px;
  height: 30px;
}
