/* Hide "Sign up" / "Need an account?" section */
.redirect-customizable {
  display: none !important;
}

/* Hide banner (contains signup link) */
.banner-customizable {
  display: none !important;
}
