/* SkyTrax brand login override */

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

.MuiBox-root[style*="background"] {
  background: linear-gradient(135deg, #FFC107 0%, #FFB300 60%, #FF8F00 100%) !important;
}

div[class*="makeStyles-sidebar"],
div[class*="sidebar"],
.MuiGrid-item:first-child {
  background: linear-gradient(135deg, #FFC107 0%, #FFB300 60%, #FF8F00 100%) !important;
}

.MuiPaper-root {
  background: #ffffff !important;
}

.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;
}
