body,
html,
#app {
  height: 100%;
}

.dlbk {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
}

.dlbk .neilw {
  width: 53%;
  display: flex;
  justify-items: center;
  align-items: center;
  height: 100%;
}

.dlbk .neilw .logo {
  position: absolute;
  left: 50px;
  top: 40px;
}

.dlbk .neilw .lbiaodan {
  width: 90%;
  max-width: 492px;
  margin: 0 auto;
}

.dlbk .neilw .lbiaodan .danxuan {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.dlbk .neilw .lbiaodan .danxuan .lfons {
  font-weight: 400;
  font-size: 16px;
  color: #130F35;
}

.dlbk .neilw .lbiaodan2 {
  width: 90%;
  max-width: 640px;
  margin: 0 auto;
}

.dlbk .neilw .lbiaodan3 {
  width: 90%;
  max-width: 760px;
  margin: 0 auto;
}

.dlbk .neirw {
  width: 47%;
  background: url(../images/login/logintu.png) no-repeat right center;
  background-size: 100% auto;
}

.dlbk .neirw.hi {
  background: url(../images/login/logintu_hi.png) no-repeat right center;
}

.dlbk .neirw.ur {
  background: url(../images/login/logintu_ur.png) no-repeat right center;
}

.dlbk .neirw.tr {
  background: url(../images/login/logintu_tr.png) no-repeat right center;
}


.dlbk .neirw_wangjitu {
  width: 47%;
  background: url(../images/login/wangjitu.svg) no-repeat right center;
  background-size: 100% auto;
}

.dlbk .neirw_wangjitu.hi {
  background: url(../images/login/wangjitu_hi.svg) no-repeat right center;
  background-size: 100% auto;
}

.dlbk .neirw_wangjitu.tr {
  background: url(../images/login/wangjitu_tr.svg) no-repeat right center;
  background-size: 100% auto;
}

.dlbk .neirw_wangjitu.ur {
  background: url(../images/login/wangjitu_ur.svg) no-repeat right center;
  background-size: 100% auto;
}

.dlbk .neirw_loginyan {
  width: 47%;
  background: url(../images/login/loginyan.svg) no-repeat right center;
}

.dlbk .neirw_loginyan.tr {
  width: 47%;
  background: url(../images/login/resetPassword_tr.svg) no-repeat right center;
}

.dlbk .neirw_loginyan.ur {
  width: 47%;
  background: url(../images/login/resetPassword_ur.svg) no-repeat right center;
}

.dlbk .neirw_loginyan.hi {
  width: 47%;
  background: url(../images/login/resetPassword_hi.svg) no-repeat right center;
}


.tantrueguan {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 28px;
  color: rgba(255, 158, 0, 1);
  cursor: pointer;
}

.login-title {
  color: #130F35;
}

.login-text {
  font-size: 18px;
  padding: 10px 50px 0 50px;
  color: #130F35;
  text-align: left;
}

.login-text a {
  font-size: 18px;
}

a {
  font-weight: 400;
  font-size: 16px;
  color: rgba(120, 140, 255, 1);
}

a:hover {
  color: rgba(50, 72, 197, 1);
}

.google-contact-box {
  display: flex;
}

.contact-way {
  flex: 1;
  min-width: 108px;
  display: flex;
  justify-content: center;
  flex-direction: column;

}

.contact-text {
  display: flex;
  justify-content: center;
}

.contact-way .contact-item {
  margin: 0 auto;
}

.whatsapp-contact {
  display: flex;
  width: 52px;
  height: 52px;
  background-image: url("../images/no_whatsapp.svg");
}

.whatsapp-contact:hover {
  width: 52px;
  height: 52px;
  background-image: url("../images/whatsapp.svg");
}

.email-contact {
  display: flex;
  width: 52px;
  height: 52px;
  background-image: url("../images/no_email.svg");
}

.email-contact:hover {
  width: 52px;
  height: 52px;
  background-image: url("../images/email.svg");
}

.telegram-contact {
  display: flex;
  width: 52px;
  height: 52px;
  background-image: url("../images/home/no_customer_serve.svg");
}

.telegram-contact:hover {
  width: 52px;
  height: 52px;
  background-image: url("../images/home/customer_serve.svg");
}

.teams-contact {
  display: flex;
  width: 52px;
  height: 52px;
  background-image: url("../images/no_teams.png");
}

.teams-contact:hover {
  width: 52px;
  height: 52px;
  background-image: url("../images/teams.png");
}

.onans {
  background: linear-gradient(180deg, #FFB500 0%, #FF9E00 100%);
  box-shadow: 0px 3px 6px 0px rgba(255, 178, 59, 0.16);
  border-radius: 8px;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  padding: 8px 0;
  cursor: pointer;
  margin-bottom: 20px;
}

.onans:hover {
  background: linear-gradient(180deg, #FF9C00 0%, #FFBB4B 100%);
}

.onans2 {
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #130F35;
  font-weight: 400;
  font-size: 20px;
  color: #130F35;
  padding: 8px 0;
  cursor: pointer;
  margin-bottom: 20px;
}

.onans2 img {
  margin-right: 8px;
}

.onans2:hover {
  background: #FF9E00;
  border: 1px solid #FF9E00;
  color: #fff;
}

.titles {
  font-weight: 600;
  font-size: 40px;
  color: #130F35;
}

.loginfon24 {
  font-weight: 600;
  font-size: 24px;
  color: #130F35;
  margin-bottom: 30px;
}

.loginfont {
  font-weight: normal;
  font-size: 20px;
  color: rgba(19, 15, 53, 0.5);
  margin: 30px 0;
}

.loginfont a {
  font-size: 20px;
  color: #788CFF;
  margin-left: 10px;
}

.loginfont a:hover {
  color: #3248C5;
}

.loginfonb {
  font-weight: normal;
  font-size: 20px;
  color: rgba(19, 15, 53, 0.5);
}

.loginfonb a {
  font-size: 20px;
  color: #788CFF;
  margin-left: 10px;
}

.loginfonb a:hover {
  color: #3248C5;
}

.loginfonb_m {
  margin: 30px 0;
}

.login_m40 {
  margin-bottom: 40px;
}



.Password_icon {
  height: 24px;
  width: 24px;
  display: block;
  margin-top: 8px;
}

.Password_close {
  background: url(../images/login/Password_close.svg) no-repeat center center;
}

.Password_kai {
  background: url(../images/login/Password_kai.svg) no-repeat center center;
}

.el-form-item__label {
  font-weight: 600;
  font-size: 20px;
  color: #130F35;
}

.el-checkbox__input.is-checked+.el-checkbox__label {
  color: #130F35;
}

.el-checkbox__label {
  font-weight: 400;
  font-size: 16px;
  color: #130F35;
}

.el-divider__text {
  font-weight: 600;
  font-size: 20px;
  color: #130F35;
}

.el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap>.el-form-item__label:before,
.el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before {
  display: none;
}













@media screen and (max-width:1400px) {}





@media screen and (max-width: 960px) {}


@media screen and (max-width: 768px) {
  .dlbk {
    display: block;
  }

  .dlbk .neilw {
    width: 100%;
    display: block;
  }

  .dlbk .neilw .logo {
    position: relative;
    text-align: left;
    left: 10px;
    top: 20px;
    margin-bottom: 40px;
  }

  .login-text {
    padding: 20px 0 20px
  }

  .google-contact-box {
    flex-wrap: wrap;
  }
}

@media screen and (max-width:500px) {
  .titles {
    font-size: 30px;
  }
}