/* SkyTrax brand login override */

body {
  background: linear-gradient(135deg, #FFC107 0%, #FFB300 60%, #FF8F00 100%) !important;
  min-height: 100vh;
}

/* Left panel — dark so gold logo is visible */
.MuiBox-root[style*="background"],
div[class*="makeStyles-sidebar"],
div[class*="sidebar"],
.MuiGrid-item:first-child {
  background: #1a1a1a !important;
}

/* Right panel white */
.MuiPaper-root {
  background: #ffffff !important;
}

/* Login button */
.MuiButton-root,
.MuiButton-containedPrimary {
  background-color: #FFC107 !important;
  color: #111111 !important;
  font-weight: 700 !important;
}

.MuiButton-root:hover,
.MuiButton-containedPrimary:hover {
  background-color: #FFB300 !important;
}

.MuiFormLabel-root { color: #555555 !important; }
.MuiFormLabel-root.Mui-focused { color: #FF8F00 !important; }

.loader {
  border-color: #FFB300 !important;
  border-right-color: #111111 !important;
}
