html {
  background: none;
}

.login-pf body {
  background: none;
}
body {
  width: 100%;
  min-width: 690px;
  /* min-height: 770px; */
  /* height: 1080px; */
  background: none;
  background-size: 1920px 1080px !important;
  /* position: relative; */
  margin: 0 auto;
  display: flex;
}
body .login-pf-page {
  min-height: 800px;
  flex: 8;
  /* position: absolute; */
  /* right: 0;
	top: 0; */
  /* width: 35.9375%; */
  /* min-width: 690px; */
  height: 100%;
  /* height: 1px; */
  /* background: linear-gradient(150deg, rgba(255, 255, 255, 0.8) 0%, rgba(224, 244, 255, 0.5) 100%); */
  /* padding-top: 166px; */
  background-color: #fff;
  min-width: 800px;
}
body .login-pf-bg {
  flex: 11;
  min-height: 800px;
  /* width: 64.0625%; */
  background: none;
  background-color: #fff;
  background-image: url("../img/bg_login.jpg") !important;
  background-repeat: no-repeat !important;
  background-position: center center;
  /* background-attachment: fixed; */
  /* background-size: 100% 100%; */
  background-size: cover;
  /* min-width: 690px;
	min-height: 770px; */
}
#kc-header {
  display: none;
}
.login-pf-page {
  padding: 0;
}
.kc-login-tab {
  position: relative;
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
  min-height: 100%;
  /* height: 100%; */
}
.card-pf {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: none;
  box-shadow: none;
}
#kc-locale {
  /* display: none; */
  background-color: #f8f8f8;
  display: inline-block;
  position: absolute;
  right: 50px;
  top: 50px;
  width: 120px;
  height: 44px;
  border: 1px solid #ececec;
  border-radius: 22px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  color: #182445;
}
#kc-page-title {
  color: #333;
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 0;
}
.login-pf-header {
  margin-bottom: 60px !important;
}
.pf-c-form__label {
  font-size: 22px;
  color: #000;
  line-height: 30px;
}
.login-pf-page .card-pf {
  padding-left: 160px !important;
  padding-right: 160px !important;
}
.pf-c-form-control {
  background-color: #fcfcfc;
  height: 60px !important;
  line-height: 60px;
  border-radius: 10px;
  margin-top: 20px;
  border-color: #e6e6e6 !important;
  font-size: 16px;
  padding-left: 20px;
}
/* .username + .pf-c-form-control {
	margin-bottom: 40px;
} */
.pf-c-button.pf-m-primary {
  background-color: #5a3ec3;
  height: 60px;
  height: 60px;
  border-radius: 10px;
  font-size: 22px;
}
.forgetPassword {
  font-size: 16px;
  margin-top: 30px;
  text-align: center;
}

.forgetPassword a {
  color: #5a3ec3;
}
a {
  color: #5a3ec3;
}
#kc-info-wrapper {
  width: 370px;
  margin: 0 auto;
  background: none;
  padding: 15px 0;
  font-size: 16px;
}
#kc-form-options {
  margin-bottom: 20px;
}
#kc-content-wrapper div + p {
  display: none;
}
#kc-content-wrapper p:first-child {
  display: none;
}
#kc-content-wrapper p {
  color: #333333 !important;
  text-align: center !important;
  font-size: 38px !important;
  font-weight: bold !important;
  text-overflow: ellipsis;
  /* width: 100%; */
  overflow: hidden;
  margin-bottom: 30px;
  white-space: nowrap;
}
#kc-u2f-login-form .form-group {
  margin: 0;
  margin-bottom: 60px;
}
#kc-u2f-login-form .form-group label {
  font-size: 22px;
  color: #000;
  line-height: 30px;
  display: block;
  font-weight: normal;
}
#kc-u2f-login-form .form-group input {
  background-color: #fcfcfc;
  height: 60px !important;
  line-height: 60px;
  border-radius: 10px;
  margin-top: 20px;
  border: 1px solid #e6e6e6 !important;
  width: 100%;
  font-size: 16px;
  padding-left: 20px;
}
#kc-u2f-login-form input[type="submit"] {
  width: 100%;
  margin-bottom: 30px;
}
#kc-u2f-login-form input[type="submit"][name="resend"] {
  width: 48%;
  margin-right: 3.1%;
}

#kc-u2f-login-form input[type="submit"][name="cancel"] {
  width: 48%;
  background-color: #e7e8ea;
  color: #333333;
}
#kc-username {
  display: none;
}
#emailCode {
  padding: 5px 8px 5px 20px !important;
}
.checkbox label,
.radio label {
  font-size: 16px;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  width: 16px;
  height: 16px;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 6px 0 0;
}
.kc-logo {
  position: absolute;
  left: 60px;
  top: 50px;
}
.kc-logo .logo {
  display: block;
  width: 306px;
  height: 60px;
}

/* Hide the actual checkbox */
.hide-checkbox {
  display: none;
}

/* Style the container */
.tipscontainer {
  /* position: fixed; */
  z-index: 9;
  position: relative;
  top: 10%;
  left: 10%;
  /* background-color: #fff; */
  /* border: 1px solid #f0c36d; */
  border-radius: 10px;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); */
  width: 80%;
}

/* Style the label which acts as the close button */
.hide-label {
  right: 0;
  top: 0;
  z-index: 9999999999;
  position: absolute;
  font-size: 20px;
  cursor: pointer;
  display: block;
  padding: 0 5px;
  margin: 10px 10px 10px 10px; /* Adjust position inside the container */
}

.tips-div {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  padding: 40px;
  border-radius: 10px;
  width: 100%;
  word-break: break-all;
  max-height: 80vh;
  box-sizing: border-box;
  overflow-y: scroll;
}
/* When the checkbox is checked, hide the entire container */
.hide-checkbox:checked ~ .tips-div,
.hide-checkbox:checked ~ .hide-label {
  display: none;
}
