.sso-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f5f9; /* subtle light background */
  padding: 40px 16px;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.sso-panel {
  width: 420px;
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 40px 40px;
  box-shadow: 0px 25px 45px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Header (logo + title) */
.sso-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 8px;
}

.sso-logo {
  display: block;
  max-width: 45px;
  height: auto;
  margin: 0 0 12px 0;
}

.sso-title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #1e293b;
  text-align: center;
}
