/**
 * @file
 * Generic signup (& save search) styling.
 *
 * Basically this is overridden at the theme level, and we simply use this to hide the submit field as it is triggered
 * by a button instead.
 */

.js-hidden {
  display: none !important;
}
