/* SkyeMSG customer portal — minimal supplemental styling (Bootstrap does the
   heavy lifting). Ported/simplified from the legacy dashboard.css. */

.portal-auth-bg {
  background: linear-gradient(135deg, #0f3460 0%, #16213e 50%, #1a1a2e 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  max-width: 420px;
  width: 100%;
}

.login-header {
  background: linear-gradient(135deg, #00b4d8 0%, #0077b6 100%);
  color: #fff;
  padding: 2rem;
  border-radius: 16px 16px 0 0;
  text-align: center;
}

.login-body {
  padding: 2rem;
}

.card h2,
.card h3,
.card h4 {
  margin-bottom: 0;
}
