.background-gray {
  background: #0a0e1a;
}
.lp-header-image-background-gray {
  background-image: url('../../../images/airship-horizon.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.transparent-header {
  background: transparent;
}
/* Center the logo and add top spacing on registration header */
header.global-header.lp-header--centered {
  display: flex !important;
  grid-template-columns: unset;
  justify-content: center;
  align-items: center;
  padding-top: 15vh;
}
header.global-header.lp-header--centered > div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header.global-header.lp-header--centered .global-header__logo {
  width: 18rem;
  height: 3rem;
}
.footer {
  background: transparent;
}
/* Brighter footer text on dark login/registration background */
.lp-header-image-background-gray .footer,
.lp-header-image-background-gray .footer a,
.lp-header-image-background-gray .footer .u-grey-80 {
  color: rgba(255, 255, 255, 0.85) !important;
  fill: rgba(255, 255, 255, 0.85) !important;
}
.lp-header-image-background-gray .footer a:hover {
  color: rgba(255, 255, 255, 1) !important;
  fill: rgba(255, 255, 255, 1) !important;
}
