html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
}
.login-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
}
.login-logo {
  position: fixed;
  top: 10;
  left: 24px;
  width: 112px;
}
.login-container .left,
.login-container .right {
  width: 50%;
  height: 100%;
}
.login-container .left {
  background: url('../../../images/login/bg.jpg') no-repeat left top;
  background-size: cover;
}
.login-container .left-content {
  padding: 13.54% 12.5%;
  font-weight: bold;
  font-size: 40px;
  line-height: 60px;
}
.login-container .left-content-tit {
  color: #0066ff;
}
.login-container .left-content-des {
  color: #121418;
}
.login-container .left-content-count {
  padding-top: 66px;
  display: flex;
  align-items: center;
  gap: 33px;
}
.login-container .left-content-count .count {
  font-weight: bold;
  font-size: 30px;
  color: #2d3139;
  line-height: 52px;
  text-align: center;
  display: flex;
}
.login-container .left-content-count .count b {
  color: #0066ff;
}
.login-container .left-content-count .label {
  font-weight: 400;
  font-size: 14px;
  color: #515762;
  text-align: center;
  padding-top: 10px;
  line-height: 1;
}
.login-container .right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-container .right .right-content {
  width: 360px;
}
.login-container .right .right-content-tit {
  font-weight: bold;
  font-size: 30px;
  color: #121418;
  line-height: 35px;
}
.login-container .right .right-content-des {
  font-weight: 400;
  font-size: 14px;
  color: #515762;
  line-height: 14px;
  padding: 14px 0 30px;
}
.login-container .right .right-content-des-intro {
  padding-top: 37px;
}
.login-container .right .right-content-des .icon {
  display: block;
  width: 80px;
  height: auto;
  margin: 0 auto;
}
.login-container .right .right-content-des .des {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #2d3139;
  line-height: 22px;
  padding-top: 21px;
}
/*必填项前加红色星号*/
.control-label:after {
  color: red;
  content: '';
}
.flex-between {
  display: flex;
  justify-content: space-between;
}
input::placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #adafb2 !important;
}
.form-validation .form-label {
  font-weight: 400;
  font-size: 14px;
  color: #121418;
  line-height: 16px;
  margin-bottom: 8px;
}
.form-validation .form-control {
  height: 44px;
  border-radius: 8px;
  background: #fff !important;
  padding: 0.375rem 14px !important;
  font-size: 14px;
}
.email-input {
  font-size: 14px;
}
.form-validation .form-list {
  position: relative;
  margin-bottom: 16px;
}
.form-validation .form-list .text-forgot {
  position: absolute;
  top: 0;
  right: 0;
  /* float: right; */
  font-size: 14px;
  color: #515762;
}
.form-validation .form-list .text-forgot:hover {
  color: #0066ff;
}
.form-validation .form-list-checkbox {
  font-weight: 400;
  font-size: 12px;
  color: #2d3139;
  line-height: 14px;
  display: flex;
  align-items: center;
}
.form-validation .form-list-checkbox .form-check-input {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  border: 1px solid #0066ff;
  margin: 0;
}
.form-validation .form-list-checkbox .form-checkbox-label {
  padding-left: 5px;
}
.form-validation .form-input-password {
  position: relative;
}
.form-validation .form-input-password-view {
  cursor: pointer;
  width: 36px;
  height: 42px;
  background: url(../../../images/login/view.png) no-repeat 5px center #fff;
  background-size: 20px;
  border-radius: 8px;
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 2;
}
.form-validation .form-input-password-view.ok {
  background: url(../../../images/login/viewok.png) no-repeat 5px center #fff;
  background-size: 20px;
}
.form-validation .form-forgot {
  font-weight: 400;
  font-size: 12px;
  color: #0066ff;
}
.form-validation .form-btn {
  padding-top: 16px;
}
.form-validation .form-btn .btn {
  height: 44px;
  background: #0066ff;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.form-validation .form-btn .btn-hide {
  display: none;
}
.form-validation .form-btn.form-btn-loading .btn-show {
  display: none;
}
.form-validation .form-btn.form-btn-loading .btn-hide {
  display: flex;
}
.was-validated .form-check-input:valid:checked {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
    #0066ff;
}
.login-footer {
  width: 100%;
  margin: 30px 0 14px;
  display: flex;
  justify-content: center;
  position: relative;
}
.login-footer-tit {
  font-weight: 400;
  font-size: 14px;
  color: #515762;
  line-height: 16px;
  white-space: nowrap;
  background: #fff;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}
.login-footer::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #d9d9d9;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}
.login-other {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.login-other .icon {
  width: 50px;
  height: 50px;
}
.login-other .icon:hover {
  background: #eee;
  border-radius: 8px;
}
.login-another {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 23px;
  font-weight: 400;
  font-size: 14px;
  color: #515762;
  line-height: 16px;
  text-align: center;
}
.login-another .line {
  width: 1px;
  height: 13px;
  background-color: #b9bdc4;
  transform: translateY(1px);
  margin: 0 10px;
}
.login-another a {
  color: #0066ff;
}
.login-another a:hover {
  color: #3888ff;
}
