.lang-select-dropdown[data-v-698795d9] {
  position: absolute;
  top: 30px;
  left: auto;
  right: 0px;
  margin: 0px;
  padding: 0px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  text-align: center;
}
.myLink[data-v-698795d9] {
  cursor: pointer;
}


.mobile-login-head {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2vw;
  width: 100vw;
  min-height: 70px;
  height: 10vh;
  background-color: #ffffff;
  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: #a11c34;
  border-radius: 3px;
  color: #ffffff !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: #a11c34;
  border-radius: 3px;
}
.mobile-login-head-language .langselect > div {
  width: 100%;
  text-align: center;
}
.mobile-login-head-language .el-dropdown {
  color: #ffffff;
}
.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;
  width: auto;
}
.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: #e9f0fe !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;
}
.mobile-login-box .my-mobile-canvas {
  width: 40%;
}
.mobile-login-box .mobile-login-btn {
  margin-top: 5px;
  width: 100% !important;
  height: 40px;
  background: #3d80c4;
  border-radius: 3px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

