.signup-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 80vh;
  background-image: url(//oss.sddtik.com/prod/dttt/img/bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.signup-form {
  width: 450px;
  margin: 40px auto 0 auto;
  padding: 0 20px
}

.touch .signup-form {
  width: 100%
}

.signup-wrapper .title {
  font-size: 30px;
  font-weight: 600;
  margin: 0
}

.signup-wrapper .subtitle {
  margin: 10px 0 0 0
}

.to-login {
  color: var(--el-color-primary);
  text-decoration: none;
}

.to-login:hover {
  text-decoration: underline
}

.signup-wrapper .layui-input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-color: var(--el-border-color)
}

.signup-wrapper .or-divider {
  width: 100%;
  height: 0;
  position: relative;
  border-block-start: 1px solid #eee;
  margin: 25px 0
}

.signup-wrapper .or-divider>span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  background-color: #fff;
  color: #999
}

.signup-wrapper [lay-filter="to-signup"],
.signup-wrapper .to-google-auth {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  border-radius: 6px;
  gap: 10px;
}

.signup-wrapper [lay-filter="to-signup"] {
  background-color: var(--el-color-primary);
  cursor: pointer;
  color: #fff
}

.signup-wrapper .layui-input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid var(--el-border-color);
  padding: 0 10px
}

.signup-wrapper .to-google-auth img {
  margin-inline-end: 5px
}

.signup-wrapper .terms-link {
  font-size: 14px
}

.signup-wrapper .password-rule {
  position: relative
}

.layui-input-wrap {
  position: relative
}

.eye-line,
.eye-off-line {
  position: absolute;
  top: 15px;
  right: 16px;
  display: none;
  opacity: 0.5;
  cursor: pointer
}

input[type="password"][name="password"]~.eye-off-line {
  display: block
}

input[type="text"][name="password"]~.eye-line {
  display: block
}

.signup-wrapper .option-wrapper {display:flex;align-items: center;gap: 4px;}
.signup-wrapper .option-wrapper .layui-form-checkbox{margin-top: 2px;}
