/* 商户登录 / 注册 / 找回密码，不改表单字段和提交逻辑 */

body.user-auth-page {
  background: #f0f2f5 radial-gradient(circle, #f0f2f5, #e6e9f0) !important;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", sans-serif;
}

body.user-auth-page .app {
  background: transparent !important;
}

body.user-auth-page .container.w-xxl {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
  padding: 28px 24px 20px;
  margin-top: 72px;
  margin-bottom: 40px;
}

body.user-auth-page .navbar-brand {
  font-weight: 700;
  color: #1f2937 !important;
  float: none;
  display: block;
  text-align: center;
}

body.user-auth-page .list-group-item {
  border-color: #e5e7eb;
}

body.user-auth-page .form-control.no-border {
  box-shadow: none;
}

body.user-auth-page .btn-primary {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  border: none;
  border-radius: 10px;
}

body.user-auth-page .nav-tabs {
  border-bottom: 1px solid #e5e7eb;
}

body.user-auth-page .nav-tabs > li.active > a {
  color: #2563eb;
  font-weight: 600;
}
