/* Sign-in — TMD branding
   Requires: body.brand-tmd
   Images: trusted-medical-logo, tmd-bg-sample.jpg
*/

body.brand-tmd {
  --brand-bg-fallback: #011E41;
  --brand-bg-image: url("/tmd-bg-sample.jpg");
}

/* Hide site-wide Ella header */
body.brand-tmd .eh-header {
  display: none !important;
}

body.brand-tmd {
  background: var(--brand-bg-fallback);
}

body.brand-tmd::before,
body.brand-tmd::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.brand-tmd::before {
  background-image: var(--brand-bg-image);
  background-size: cover;
  background-position: top center;
}

body.brand-tmd::after {
  display: none !important;
}

body.brand-tmd #content-container {
  max-width: 1288px;
  min-height: 0;
  height: 100vh;
  padding: 24px;
  display: flex;
  align-items: center;
}

body.brand-tmd .login-header img,
body.brand-tmd #logoImage {
  width: 115px;
  height: auto;
}

/* Footer — hide Ella tagline; logo src set in Liquid/HTML */
body.brand-tmd .footer-section .footer-tagline--ella {
  display: none !important;
}
