/* CTB login portal: keep the standard LemonLDAP form, remove vendor chrome. */
#header,
#footer,
#floating-menu,
#btn-back-to-top {
  display: none !important;
}

html,
body,
#wrap {
  background-color: #082443;
}

html,
body,
#wrap {
  background-image: url("/static/common/backgrounds/ctb-bg4.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

#wrap {
  margin: 0 auto;
  padding-bottom: 32px;
  min-height: 100vh;
}

#logincontent {
  margin-top: clamp(32px, 12vh, 120px);
}

@media (max-width: 767px) {
  html,
  body {
    background-attachment: scroll;
  }
}
