html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

@media (prefers-color-scheme: dark) {
  body {
    background: black;
  }
}

.root {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Hide "Traccar" login title and replace with "GPS" */
[class*="LoginPage"] h3 {
  font-size: 0 !important;
}
[class*="LoginPage"] h3::after {
  content: "GPS";
  font-size: 1.5rem;
}

/* Hide the inline SVG "TRACCAR" text next to the logo */
#logotext {
  display: none !important;
}
