body.billing-bg {
  /* Do not reference missing /assets paths; fallback to color only */
  background-color: #181c3a !important;
  min-height: 100vh !important;
  width: 100vw !important;
  position: relative !important;
  z-index: 0 !important;
  overflow-x: hidden !important;
}

html, #root {
  min-height: 100vh !important;
  height: 100% !important;
}

@media (max-width: 900px) {
  body.billing-bg {
    background-attachment: scroll !important;
  }
}
