/* ============================================
   Login Page – Layout Overrides
   ============================================ */

/* Center the login card vertically on the screen */
body {
  justify-content: center !important;
  padding-top: 0 !important;
}

/* Make the login card narrower and centered */
.card {
  max-width: 380px;
  width: 100%;
}

/* Add breathing room above the Sign In button */
#loginBtn {
  margin-top: 14px !important;
}

/* Ensure message spacing matches design */
#message {
  margin-top: 10px;
  font-size: 13px;
  min-height: 16px;
}
/* Center login layout */
body {
  justify-content: center !important;
  padding-top: 40px !important; /* space for logo */
}

/* Logo spacing on login page */
.global-header {
  margin-bottom: 24px !important;
}

/* Login card sizing */
.card {
  max-width: 380px;
  width: 100%;
}

/* Space above the sign-in button */
#loginBtn {
  margin-top: 14px !important;
}

/* Adjust message positioning */
#message {
  margin-top: 10px;
}

