[data-v-6b374ab2] .el-dialog__header {
  display: none;
}
.login[data-v-6b374ab2] {
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/login_bg.png);
  background-size: 100% 100% !important;
  background-repeat: no-repeat;
  background-position: 0% 100%;
  padding: 0 30px;
  z-index: 100;
}
.login .login-center[data-v-6b374ab2] {
    display: flex;
    width: 63%;
    height: 60%;
    border-radius: 6px;
    overflow: hidden;
    background-color: #e7f1ff;
    box-shadow: 17.84px 33.552px 117px 0px rgba(0, 0, 0, 0.74);
}
.login .login-center .l-c-left[data-v-6b374ab2] {
      width: 50%;
      background-image: url(../img/login_left.png);
      background-size: 100% 105% !important;
      background-repeat: no-repeat;
      background-position: 0% 0%;
      display: flex;
      align-items: center;
      justify-content: center;
}
.login .login-center .l-c-left .logo-left[data-v-6b374ab2] {
        height: 100%;
        width: 100%;
        background-image: url(../img/logo_w.png);
        background-size: 350px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
}
.login .login-center .l-c-right[data-v-6b374ab2] {
      width: 50%;
      background-image: url(../img/login_right.png);
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: 0% 0%;
      display: flex;
      align-items: center;
      justify-content: center;
}
.login .login-center .l-c-right .login-form[data-v-6b374ab2] {
        width: 320px;
}
.login .login-center .l-c-right .login-form .status-wrap[data-v-6b374ab2] {
          margin-bottom: 20px;
          display: flex;
          justify-content: center;
}
.login .login-center .l-c-right .login-form h3[data-v-6b374ab2] {
          text-align: center;
          font-weight: normal;
          font-size: 26px;
          margin-bottom: 30px;
}
.login .login-center .l-c-right .login-form .el-form-item[data-v-6b374ab2] {
          margin-bottom: 20px;
}
.login .login-center .l-c-right .login-form .l-btn[data-v-6b374ab2] {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          margin-top: 40px;
}
.login .login-center .l-c-right .login-form .l-btn button[data-v-6b374ab2] {
            width: 100%;
            margin: 0;
            margin-bottom: 20px;
}
.choose-class[data-v-6b374ab2] {
  width: 100%;
  height: auto;
  padding: 30px;
  padding-top: 10px;
  padding-bottom: 30px;
}
.choose-class .logo[data-v-6b374ab2] {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
.choose-class .logo img[data-v-6b374ab2] {
      width: 50%;
      height: auto;
}
.choose-class .class-item[data-v-6b374ab2] {
    width: 100%;
    margin-top: 20px;
}
.choose-class .class-item .full[data-v-6b374ab2] {
      width: 100%;
}
.input-wrap[data-v-6b374ab2] {
  width: 460px;
  height: 40px;
  margin-top: 20px;
  border: 1px solid #fff;
  border-radius: 18px;
  font-size: 12px;
  display: flex;
  color: #fff;
  margin-bottom: 25rpx;
}
[data-v-6b374ab2] .el-input__inner::-moz-placeholder {
  font-size: 13px;
}
[data-v-6b374ab2] .el-input__inner:-ms-input-placeholder {
  font-size: 13px;
}
[data-v-6b374ab2] .el-input__inner::placeholder {
  font-size: 13px;
}
.get-code[data-v-6b374ab2] {
  width: 90px;
  display: flex;
  color: #2F5EA9;
  border-color: #2F5EA9;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #fff;
}
.login-btn[data-v-6b374ab2] {
  width: 181px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #2F5EA9;
  margin-top: 73px;
  font-size: 16px;
  border-radius: 19px;
}
@media screen and (max-width: 1024px) {
.login .login-center[data-v-6b374ab2] {
    width: 80%;
    height: 55%;
}
.login .login-center .l-c-left[data-v-6b374ab2] {
      background-size: 380px;
}
}
@media screen and (max-width: 1180px) {
.login .login-center[data-v-6b374ab2] {
    width: 80%;
    height: 55%;
}
.login .login-center .l-c-left[data-v-6b374ab2] {
      background-size: 380px;
}
}
.footer[data-v-6b374ab2] {
  width: 100%;
  height: 50px;
  margin-top: -50px;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.footer .copyright[data-v-6b374ab2] {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .copyright img[data-v-6b374ab2] {
  width: 20px;
  margin-left: 20px;
  margin-right: 5px;
}

