* {
    font-family: 'PingFang SC';
}
#agreement {
  height:15px;
  position:relative;
  top:3px;
}
.privacy {
  font-size:12px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: rgba(24, 24, 27, 0.65);
}
.login-submit button{
  font-family: 'PingFang SC';
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  gap: 8px;
  height: 48px;
  width:70%;
  margin:0 auto;
  background: linear-gradient(90deg, #407FFF 0%, #1967FF 50%, #004EEB 99.99%, #004EEB 100%);
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px rgba(16, 24, 40, 0.05);
  border-radius: 48px;
  border:none;
}
.web-login {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: rgba(24, 24, 27, 0.65);
}