<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Make externalMenuV2 static at the top of page instead of scrolling down */
#html-external-header-v2.sticky-top.shadow {
  position: static !important;
  box-shadow: none !important;
}

.spacer {
  height: 320px;
}

.signin-container {
  height: calc(100vh - 71px);
  min-height: 400px;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .spacer {
    height: 400px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .spacer {
    height: 300px;
  }
}
</pre></body></html>