.loginWrap {
  width: 100vw;
  height: 100vh;
  background: url(../image/bac.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.loginForm {
  width: 100%;
  height: 100%;
  margin-right: 374px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ruleForm {
  width: 367px;
}

.el-input__prefix {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 25px !important;
  height: 50px !important;
}

.el-input__prefix img {
  height: 15px;
  width: 14px;
}

.el-input__inner {
  border-radius: 28px !important;
  height: 50px !important;
  line-height: 50px !important;
}

.formTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #222222;
  margin-bottom: 90px;
}

.formTitle img {
  width: 60px;
  height: 56px;
}

.el-form-item {
  margin-bottom: 26px !important;
}

.resign {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  margin: 0 24px;
  margin-bottom: 65px;
}

.el-button {
  background: linear-gradient(90deg, #1f1cc3 0%, #2d82fe 100%) !important;
  border-radius: 28px !important;
  width: 100%;
  color: #fff !important;
  height: 50px;
  line-height: 50px;
}

.el-form-item__error {
  left: 10px !important;
}

.erCode {
  position: fixed;
  bottom: 37px;
  right: 44px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.erCode img {
  width: 88px;
  height: 87px;
  margin-bottom: 13px;
}
