/* =========================================================================
   cam-ed.com branding — LibreChat v0.7.9
   Login page logo container: <div class="mt-6 h-10 w-full bg-cover">
   ========================================================================= */

.mt-6.h-10.bg-cover {
  height: 140px !important;
  margin-top: 1.5rem !important;
  margin-bottom: 0.5rem !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background-image: none !important;
}

.mt-6.h-10.bg-cover img,
img[alt="LibreChat Logo"] {
  max-height: 140px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}

.mt-6.h-10.bg-cover + * {
  margin-top: 0.5rem !important;
}

main {
  padding-top: 0 !important;
}

aside img[alt*="logo" i],
header img[alt*="logo" i],
nav  img[alt*="logo" i] {
  max-height: 64px !important;
  max-width: 220px !important;
  height: auto !important;
  width: auto !important;
  object-fit: contain;
}
