.loginWrap {
  width: 100vw;
  height: 100vh;
  background: url(../image/bac.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.loginWrap .title {
  font-size: 54px;
  font-family: Source Han Sans CN;
  font-weight: 800;
  color: #f3f7ff;
  line-height: 91px;
  background: linear-gradient(180deg, #80b9ff 0%, #f7ffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  padding-top: 61px;
  position: relative;
}

.loginWrap .title::after {
  content: " ";
  position: absolute;
  bottom: -80px;
  width: 100%;
  height: 150px;
  background: url(../image/light.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
}

.formWrap {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-top: 100px;
}

.formWrap img {
  width: 50%;
}

.formWrap .validateImg {
  width: 80px;
  height: 40px;
}

.formBac {
  background: url(../image/fbac.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 306px;
  padding: 53px 78px 0 78px;
}

.formBac .t {
  font-size: 26px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #fefeff;
  line-height: 96px;
}

.el-input__inner {
  background: none !important;
  border: 1px solid #3284e9 !important;
  border-radius: 6px !important;
  font-weight: 400 !important;
  color: #a8c2ff !important;
}

.loginBtn {
  width: 100%;
}
