body {
  margin: 0;
  background: var(--md-sys-color-background);
  color: var(--md-sys-color-on-background);
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

/* Centers the entire auth container vertically and horizontally */
.logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  height: 100vh;
  margin: 0;
  padding: 0 16px;
  background-color: var(--md-sys-color-background);
}

/* Centered logo */
.logo {
  display: block;
  margin: 20px auto;
  width: 100px;
  height: 100px;
  object-fit: contain;
}
