@import 'iconfont.css';
.banner {
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .text {
  position: absolute;
  top: 32%;
  left: 16%;
}
.banner .text h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fec000;
}
.banner .text p {
  font-size: 1.2rem;
  color: #fff;
  margin-top: 1rem;
  letter-spacing: 1px;
}
.banner .login-box {
  position: absolute;
  top: 28%;
  right: 16%;
  background: #fff;
  width: 22.7rem;
  height: 25.3rem;
  padding: 3.2rem 2.5rem;
}
.banner .login-box h2 {
  font-size: 1.8rem;
  padding-left: 1rem;
  position: relative;
  margin-bottom: 1.5rem;
}
.banner .login-box h2:before {
  content: '';
  width: 3px;
  height: 2rem;
  background: #004ad6;
  position: absolute;
  left: 0;
  top: 16%;
}
.banner .login-box > div {
  position: relative;
}
.banner .login-box > div input {
  width: 100%;
  height: 3rem;
  border: none;
  font-size: 0.9rem;
  border-bottom: 1px solid #ddd;
  padding-left: 2rem;
}
.banner .login-box > div input:focus {
  border-color: #fec000;
}
.banner .login-box > div:before {
  content: '\e6ce';
  font-family: 'iconfont';
  position: absolute;
  color: #004ad6;
  left: 0;
  top: 26%;
  font-size: 1rem;
}
.banner .login-box > div.psw {
  margin-top: 1rem;
}
.banner .login-box > div.psw:before {
  content: '\e63b';
}
.banner .login-box button {
  margin-top: 4rem;
  width: 100%;
  height: 3rem;
  background: #004ad6;
  color: #fff;
  font-size: 0.9rem;
  border: none;
}
@media screen and (max-width: 1024px) {
  .banner .login-box {
    top: 22%;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    height: 50rem;
  }
  .banner img {
    width: auto;
    height: 100%;
  }
  .banner .login-box {
    top: 38%;
  }
  .banner .login-box button {
    font-size: 13px;
  }
  .banner .login-box > div input {
    font-size: 13px;
  }
  .banner .text {
    top: 18%;
  }
}
/*# sourceMappingURL=member_login.css.map */