.lang-select-dropdown[data-v-8e382998] {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0px;
  padding: 0px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  text-align: center;
}
.myLink[data-v-8e382998] {
  cursor: pointer;
}

.common-dialog[data-v-f2c731e0] {
  min-width: 760px;
}
.common-dialog[data-v-f2c731e0] .el-dialog__header {
  position: relative;
  z-index: 100;
}
.common-dialog .common-dialog-header[data-v-f2c731e0] {
  width: 100%;
  height: 70px;
  background: #ccf0ff;
  -webkit-box-shadow: 0px 4px 4px rgba(47,90,155,0.25);
          box-shadow: 0px 4px 4px rgba(47,90,155,0.25);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 15px 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.common-dialog .common-dialog-header .dialog-title[data-v-f2c731e0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
}
.common-dialog .common-dialog-header .el-icon-close[data-v-f2c731e0]:before {
  color: #114458;
}
.common-dialog .common-dialog-header[data-v-f2c731e0]:before {
  content: '';
  width: 100%;
  height: 12px;
  border-radius: 10px;
  background-color: #3bbbee;
  position: absolute;
  top: 0;
  right: 0;
}
.common-dialog #dialog-content[data-v-f2c731e0] {
  max-height: 494px;
}
.dialog-footer[data-v-f2c731e0] {
  position: absolute;
  right: 20px;
  top: -35%;
}
.dialog-footer .but-id[data-v-f2c731e0]:focus {
  background: #c85266;
  -webkit-box-shadow: 0px 4px 8px 4px rgba(6,111,244,0.1);
          box-shadow: 0px 4px 8px 4px rgba(6,111,244,0.1);
  color: #fff;
  border: none;
}
.common-dialog[data-v-f2c731e0] .el-dialog__footer {
  padding: 0;
  height: 40px;
  background: #eaedf1;
  border-radius: 10px;
  position: relative;
  z-index: 5000;
}
.common-dialog[data-v-f2c731e0] .el-dialog__body {
  padding: 40px 30px 55px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 80vh;
  overflow-x: hidden;
}
.common-dialog[data-v-f2c731e0] .el-dialog__body .tip-class {
  font-size: 18px;
  text-align: left;
}
.custom-close-icon[data-v-f2c731e0] {
  width: 41px;
  height: 41px;
}


.mobile-login-head {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2vw;
  width: 100vw;
  min-height: 70px;
  height: 10vh;
  background-color: #3bbbee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.mobile-login-head-logo {
  margin-left: 3%;
  width: 30%;
}
.mobile-login-head-logo img {
  width: 100%;
}
.mobile-login-head-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
  max-width: 220px;
  height: 100%;
}
.mobile-login-head-about {
  max-width: 100px;
  width: 48%;
  height: 50%;
}
.mobile-login-head-about .mobile-login-head-about-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  color: #3bbbee !important;
}
.mobile-login-head-language {
  max-width: 100px;
  width: 48%;
  height: 50%;
}
.mobile-login-head-language .langselect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 3px;
}
.mobile-login-head-language .langselect > div {
  width: 100%;
  text-align: center;
}
.mobile-login-head-language .el-dropdown {
  color: #3bbbee;
}
.mobile-login-head-language .lang-select-dropdown {
  width: 100%;
}
.mobile-login-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 90vh;
  position: relative;
  width: auto;
}
.mobile-login-content .term-box {
  position: absolute;
  bottom: 50px;
  color: #1cace6;
  text-decoration: underline;
  -webkit-text-decoration-color: #1cace6;
          text-decoration-color: #1cace6;
}
.mobile-login-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px 25px 25px 25px;
  width: 75vw;
  height: 60vh;
  min-height: 375px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 29px 31px 0px rgba(3, 0, 37, 0.1);
          box-shadow: 0px 29px 31px 0px rgba(3, 0, 37, 0.1);
}
.mobile-login-box .form-box {
  width: 100%;
  height: 100%;
}
.mobile-login-box .form-box .el-form-item__content {
  min-width: 70px;
  width: auto;
  height: auto;
  margin-left: 0 !important;
  width: 100%;
}
.mobile-login-box .el-form-item .el-input--medium .el-input__inner {
  height: 100% !important;
  min-height: 28px;
  line-height: 45px;
  padding: 0 10px !important;
  border: none !important;
  background: #f7f8fd !important;
  border-radius: 3px !important;
}
.mobile-login-box .el-form-item .el-input--medium .el-input__inner .is-required {
  margin: 0 !important;
}
.mobile-login-box .el-select--medium {
  position: relative;
}
.mobile-login-box .el-input__suffix {
  width: 15px;
}
.mobile-login-box .el-select--medium .el-icon-arrow-up,
.mobile-login-box .el-icon-circle-close {
  position: unset !important;
  width: 15px;
}
.mobile-login-box .el-input__suffix-inner {
  width: 16px !important;
  display: block;
}
.mobile-login-box .username-class {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-login-content .el-form .el-row {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}
.mobile-login-content .el-form-item {
  margin-bottom: 0;
}
.mobile-login-box .username-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
.mobile-login-box .mobile-lable-box {
  line-height: 20px;
  color: #333;
}
.mobile-login-box .my-mobile-canvas {
  width: 40%;
}
.mobile-login-box .mobile-login-btn {
  margin-top: 5px;
  width: 100% !important;
  height: 40px;
  background: #c30d23;
  border-radius: 3px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.mobile-dialog.common-dialog {
  min-width: 100px !important;
}

.mobile-login-box .forgetAcc span[data-v-78abf2b1],
.mobile-login-box .forgetPad span[data-v-78abf2b1] {
  color: #333940;
  font-size: 18px;
  font-weight: 600;
  line-height: 42px;
  font-family: 'Poppins';
}
.mobile-login-box .back-next[data-v-78abf2b1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.multiple-content[data-v-78abf2b1] {
  overflow-y: scroll;
}
.multiple-content .choose-customerId[data-v-78abf2b1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}
.multiple-content .choose-customerId .el-radio[data-v-78abf2b1] .el-radio__label {
  font-size: 16px !important;
  line-height: 24px;
  color: #000;
}
.multiple-content .choose-customerId span[data-v-78abf2b1]:nth-child(1) {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #575757;
  height: 27px;
}
.multiple-content .choose-customerId label[data-v-78abf2b1] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.multiple-content .choose-customerId span[data-v-78abf2b1]:nth-child(2) {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0,0,0,0) 0;
}

