/* Keep the authentication panel background continuous to the bottom edge. */
body.auth-open #authModal {
  background: #141414 !important;
}

body.auth-open,
body.auth-open::before,
body.auth-open .app-shell {
  background: #141414 !important;
}

body.auth-open #authModal .modal,
body.auth-open #authModal .modal.register,
body.auth-open #authModal .modal:not(.register) {
  min-height: 100% !important;
  background: #141414 !important;
}

@media (max-width: 600px) {
  body.auth-open #authModal .modal,
  body.auth-open #authModal .modal.register,
  body.auth-open #authModal .modal:not(.register) {
    min-height: 100% !important;
  }
}
