.bell-auth-footer {
  margin-top: 1.25rem;
  max-width: 420px;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.45;
  color: #9ca3af;
}

.bell-auth-footer p {
  margin: 0;
}

.bell-auth-footer--on-dark {
  color: rgba(255, 255, 255, 0.78);
}

body.staging-app-login .bell-auth-footer {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
}

.hero-content .bell-auth-footer {
  margin-top: 1rem;
  width: 100%;
  max-width: 560px;
}
