/* Login page: hide the right-side split panel (falls back to a stretched
   favicon when no login_page_image is configured) and center the card
   across the full viewport instead of a half-width column. */
@media (min-width: 1024px) {
  .bg-muted.overflow-hidden {
    display: none !important;
  }
}

.grid.min-h-svh {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.grid.min-h-svh > div:first-child {
  flex: none;
  width: 100%;
  max-width: 24rem;
}

.grid.min-h-svh > div:first-child .justify-center.md\:justify-start {
  justify-content: center !important;
}
