.login-wrap,
.register-wrap {
  width: 757px;
  height: 609px;
  position: fixed;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  border-radius: 24px;
  background-image: url("../image/loginBg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.login-text {
  margin-top: 92px;
  text-align: center;
  font-weight: 600;
  font-size: 28px;
}

.login-sub-text {
  text-align: center;
  margin-top: 4px;
  font-size: 10px;
  color: #646464;
}

.login-sub-text a {
  color: #5e2bff;
  cursor: pointer;
}

.login-input-wrap input,
.register-input-wrap input {
  width: 378px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #bdbdbd;
  margin-bottom: 20px;
  padding: 9px 0px 9px 48px;
  font-size: 16px;
}

.login-input-wrap input::placeholder,
.register-input-wrap input::placeholder {
  color: #bdbdbd;
}

.login-input-wrap input:nth-child(2) {
  padding-right: 48px;
}

.login-input-wrap {
  position: absolute;
  left: 50%;
  top: 210px;
  transform: translateX(-50%);
}

#login {
  width: 378px;
  height: 40px;
  margin-top: 77px;
  background: #5e2bff;
  border-radius: 20px;
  color: #fff;
}

.close-wrap {
  position: absolute;
  top: 24px;
  right: 24px;
}

.close-wrap img {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.login-input-wrap img,
.register-wrap img {
  width: 16px;
  height: 16px;
}

.login-input-item,
.register-input-item {
  position: relative;
}

.login-input-item img,
.register-input-item img {
  position: absolute;
  left: 24px;
  top: 12px;
}

.login-input-item .password-show,
.login-input-item .password-hide,
.register-input-item .password-show,
.register-input-item .password-hide {
  position: absolute;
  right: 24px;
  left: auto;
  top: 12px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.login-input-wrap .login-other {
  margin-top: 28px;
  text-align: center;
}

.login-input-wrap .login-other span {
  margin: 0 12px;
  color: #5e2bff;
  font-size: 12px;
  cursor: pointer;
}
