.register-text {
  margin-top: 72px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.register-input-wrap {
  width: 378px;
  margin: 55px auto 0;
}

.register-input-item .verify-input {
  width: 213px;
  margin-right: 12px;
}

.get-verify {
  width: 153px;
  height: 40px;
  background: #5e2bff;
  border-radius: 20px;
  color: #fff;
}

.verify-wrap {
  display: flex;
  justify-content: flex-start;
  font-size: 16px;
}

.register-btn-wrap {
  width: 378px;
  height: 40px;
  margin: 71px auto 16px;
}

.register-btn-wrap button {
  width: 378px;
  height: 40px;
  background: #5e2bff;
  border-radius: 20px;
  color: #fff;
}

.go-login {
  font-size: 12px;
  color: #5e2bff;
  text-align: center;
  cursor: pointer;
}
