html,
body {
  margin: 0;
}
.mb20 {
  margin-bottom: 20px;
}
.body_cont {
  margin: 0 auto;
}
.initialWidth {
  max-width: 1920px;
}
.main-cont-bg {
  height: 500px;
  margin: 0 auto;
  position: relative;
}
.main-cont-bg .float-box {
  height: 500px;
  background: #111a34;
  opacity: 0.36;
  backdrop-filter: blur(0px);
  z-index: 99;
  position: absolute;
  top: 0;
}
.main-cont-bg .bgBox {
  height: 500px;
  background-size: cover;
}
.main-cont-bg .bgBox.bg1 {
  background: url("../../img/login/login_bg1.png") no-repeat center center;
}
.main-cont-bg .bgBox.bg2 {
  background: url("../../img/login/login_bg2.png") no-repeat center center;
}
.main-cont-bg .bgBox.bg3 {
  background: url("../../img/login/login_bg3.png") no-repeat center center;
}
.main-cont-bg .bgBox.bg4 {
  background: url("../../img/login/login_bg4.png") no-repeat center center;
}
.main-cont-bg .bgBox.bg5 {
  background: url("../../img/login/login_bg5.png") no-repeat center center;
}
.main-cont-bg .body_cont {
  position: absolute;
  top: 160px;
  left: 50%;
  z-index: 199;
  transform: translateX(-50%);
  width: 100%;
}
.main-cont-bg .body_cont .title {
  text-align: center;
  font-size: 40px;
  font-family: DIN-Bold;
  color: #ffffff;
  line-height: 56px;
}
.main-cont-float {
  height: calc(100% - 376px);
  position: absolute;
  top: 376px;
  z-index: 299;
  width: 100%;
}
.main-cont-float-bg {
  position: relative;
  margin: 0 auto;
  min-height: 435px;
  height: 100%;
  width: 100%;
  background: #f9fafb;
  border-radius: 24px 24px 0px 0px;
}
.main-cont-float .body_cont {
  position: relative;
}
.main-cont-float .form-card {
  position: absolute;
  top: -144px;
  left: 50%;
  transform: translateX(-50%);
  padding: 40px 100px;
  width: 520px;
  min-height: 453px;
  background: #FFFFFF;
  box-shadow: 0px 20px 20px 0px rgba(12, 48, 153, 0.08);
  box-sizing: border-box;
  border-radius: 24px;
}
.main-cont-float .login-title {
  font-size: 24px;
  font-weight: 600;
  color: #111727;
  text-align: center;
  line-height: 33px;
  margin-bottom: 40px;
}
.main-cont-float .login-btn {
  line-height: 56px;
  color: #FFF;
  font-weight: 500;
  text-align: center;
  margin-top: 40px;
  cursor: pointer;
  border: none;
  font-size: 18px;
  width: 320px;
  height: 56px;
  background: #111A34;
  border-radius: 8px;
}
.main-cont-float .login-btn:disabled {
  background-color: #96B4FF;
  cursor: not-allowed;
}
.main-cont-float .login-iptItem-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #111727;
}
.main-cont-float .login-iptItem .label {
  display: flex;
  justify-content: space-between;
  width: 68px;
  margin-right: 16px;
}
.main-cont-float .login-iptItem input {
  flex: 1;
  border-radius: 8px;
  padding: 10px 16px;
  color: #111727;
  border: none;
  box-sizing: border-box;
  border: 1px solid #dcdfe6;
}
.main-cont-float .login-iptItem input::placeholder {
  font-size: 16px;
  color: #C5CAD5;
}
.main-cont-float .login-iptItem input:focus {
  border: 1px solid #41485D;
  background: #FFF;
}
.main-cont-float .login-iptItem .code-ipt {
  width: 120px !important;
  margin-right: 4px;
}
.main-cont-float .login-iptItem .code-img {
  width: 102px;
  height: 36px;
  cursor: pointer;
}
.main-cont-float .login-iptItem.login-iptItem-error input {
  border: 1px solid #FF5050;
}
.main-cont-float .login-warn,
.main-cont-float .login-error {
  font-size: 12px;
  font-weight: 400;
  color: #FF5050;
  line-height: 17px;
  padding-left: 80px;
  display: none;
}
.main-cont-float .login-warn img,
.main-cont-float .login-error img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1px;
}
.main-cont-float .login-warn span,
.main-cont-float .login-error span {
  vertical-align: middle;
}
.footer {
  position: absolute;
  width: 100%;
  min-width: 100%;
  bottom: 0;
  z-index: 999;
}
.footer .body_cont {
  display: flex;
  background: #111A34;
  justify-content: center;
}
.footer .footer-cont {
  padding: 40px 0;
  font-size: 12px;
  color: #858B9C;
  line-height: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.footer .footer-cont span {
  margin-right: 16px;
  vertical-align: middle;
}
.footer .footer-cont .split {
  width: 1px;
  height: 12px;
  background: #41485D;
  display: inline-block;
  vertical-align: middle;
}
.whiteFooter {
  color: #111A34 !important;
}
.whiteFooter .footer-cont {
  color: #111A34 !important;
}
.whiteFooter .split {
  background: #111A34;
}
.whiteFooter .body_cont {
  background: none;
}
.zm-checkbox img.hide {
  display: none;
}
.zm-checkbox span {
  margin-left: 10px;
}







