@charset "utf-8";
.lui_login_form_table {
  width: 100%;
}
.lui_login_form_table tr td {
  padding: 0px 8px;
}
.lui_login_message_td {
}
.lui_login_message_div {
  color: #e9806c;
  font-size: 12px;
  padding: 5px 0px;
}
.lui_login_input_td {
}
.lui_login_input_td input {
  height: 19px;
  line-height: 19px;
  padding: 3px 1px;
  border: 1px solid #e8e8e8;
  width: 155px;
  border-top: 1px solid #d8d8d8;
}
.lui_login_input_username {
}
.lui_login_input_password {
}

.login_form_input {
  border: none;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 90%;
  background: none;
  border-bottom: 2px solid #eee;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: none;
  padding: 0 15px;
}

.login_form_input:focus {
  background: transparent;
}

.lui_login_input_td input[type='radio'] {
  margin: 0 3px 0 10px;
  vertical-align: middle;
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
}

.lui_login_input_td select {
  width: 100%;
  height: 26px;
  line-height: 26px;
  color: #898a8e;
  border: 1px solid #e5e5e5;
  border-top-color: #c3c3c3;
  /* background-color: #f2f2f2; */
  border-radius: 3px;
  box-shadow: inset 0 2px 5px -2px rgba(0, 0, 0, 0.45);
  display: block;
  overflow: hidden;
  position: relative;
}
.lui_login_button_td {
  height: 35px;
}
.lui_login_input_vcode {
  width: 80px !important;
}
.lui_login_button_div_l {
  width: 66px;
  color: #3b3b3b;
  font-size: 18px;
  display: block;
  transition: none;
  float: left;
}
.lui_login_button_div_r {
}
.lui_login_button_div_c {
  /* height: 25px;
  line-height: 25px;
  padding: 0px;
  width: 75px;
  float: left;
  text-align: center; */
  width: 100%;
  background: #1b84ff;
  border-radius: 6px 6px 6px 6px;
  text-align: center;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 40px;
  height: 40px;
}
/* .lui_login_button_div_c a {
  display: block;
  width: 75px;
  height: 25px;
  color: #ffffff;
  font-size: 12px;
  background: url(../images/btn.png) no-repeat;
} */
.lui_login_button_div_c a:hover {
  color: #fefefe;
}

.lui_login_input_title {
  color: #333333;
  font-size: 12px;
  font-family: '微软雅黑', '宋体';
}
.lui_login_footer {
  color: #adb8cc;
  font-family: PingFang SC-Regular, PingFang SC;
  height: 40px;
}
.login-form {
  display: inline-block;
  width: 100%;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding-left: 30px;
  min-width: 300px;
  min-height: calc(99vh - 80px);
}
