/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../node_modules/vue-loader/dist/stylePostLoader.js!../node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!../node_modules/vue-loader/dist/index.js??ruleSet[0].use!./components/async/customers/login/customers-login.vue?vue&type=style&index=0&id=7574bc53&lang=scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Config: Configuration
 * -----------------------------------------------------------------------------
 * Master import that's included in all Vue components.
 * - No code should be output from the configuration files as they're reused.
 *
 */
/**
 * Config: SASS variables
 * -----------------------------------------------------------------------------
 * Automatically generated by `design` command, do not edit.
 *
 */
/**
 * Base: Classes
 * -----------------------------------------------------------------------------
 * Automatically generated by `design` command, do not edit.
 *
 */
/**
 * Config: Mixins
 * -----------------------------------------------------------------------------
 * Global and reusable utility functions to reduce common styling.
 * - Add in alphabetical order.
 *
 */
/**
 * Resets form buttons to appear as a standard text link.
 */
/**
 * Sets container properties.
 */
/**
 * Reset container properties.
 */
/**
 * Sets custom scrollbar on element.
 * - Add to element with overflow.
 */
/**
 * Default focus styling for browsers.
 */
/**
 * Resets input elements.
 */
/**
 * Resets list elements to appear as a stacked text links.
 */
/**
 * Loading/skeleton animation.
 */
/**
 * Reset text style to default.
 * - Used for preview bar and Storybook styles.
 */
/**
 * Outputs list of transition properties.
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height var(--timing-quick);
 * }
 */
/**
 * Returns the transition properties in the correct format.
 * This function is used by @mixin transition($transitions...).
 */
/**
 * Hide element but make it accessible to screen readers.
 */
/**
 * Reverse the properties applied by @mixin visually-hidden.
 * @param {String} $position - Positioning method for element.
 */
/**
 * Button background color swipe on hover.
 * @param {String} $background - Background colour for swipe.
 */
/**
 * Styles: Notification panel (notification-panel)
 * -----------------------------------------------------------------------------
 * Base styles for notification panel component.
 *
 */
.notification-panel {
  transition: background-color var(--timing-normal) var(--easing-normal), border-color var(--timing-normal) var(--easing-normal), opacity var(--timing-normal) var(--easing-normal);
  align-items: center;
  background-color: var(--color-neutral-4);
  border-inline-start: 4px solid var(--color-neutral-3);
  border-radius: 4px;
  display: grid;
  grid-gap: var(--spacing-xs);
  gap: var(--spacing-xs);
  padding: var(--spacing-m);
  position: relative;
  /**
   * Show close.
   */
  /**
   * Modifiers.
   */
  /**
   * Toast/pop-up.
   */
  /**
   * RTL.
   */
  /**
   * Media queries.
   */
}
.notification-panel__close {
  position: absolute;
  right: var(--spacing-m);
}
.notification-panel.notification-panel--show-close {
  padding-inline-end: calc(var(--spacing-2xl) + var(--icon-m) + var(--spacing-m));
}
.notification-panel.notification-panel--error {
  background-color: var(--color-system-error-pale);
  border-color: var(--color-system-error-light-mode);
}
.notification-panel.notification-panel--info {
  background-color: var(--color-system-info-pale);
  border-color: var(--color-system-info-light-mode);
}
.notification-panel.notification-panel--success {
  background-color: var(--color-system-success-pale);
  border-color: var(--color-system-success-light-mode);
}
.notification-panel.notification-panel--toast {
  bottom: var(--spacing-m);
  position: fixed;
  right: var(--spacing-m);
  width: calc(100% - var(--spacing-m) * 2);
}
[dir=rtl] .notification-panel__close {
  left: var(--spacing-m);
  right: auto;
  right: initial;
}
@media (min-width: 64em) {
.notification-panel.notification-panel--toast {
    max-width: 450px;
}
}

/**
 * Styles: Customers login (customers-login)
 * -----------------------------------------------------------------------------
 * Base styles for customers login component.
 *
 */
.customers-login {
  margin-block-start: var(--spacing-m);
  padding: 0 var(--spacing-m);
}
.customers-login.critical-component-hide {
  display: block;
}
.customers-login.critical-component-clear {
  opacity: 1;
}
.customers-login__toggle-form, .customers-login__reset-success {
  max-width: 553px;
  width: 100%;
}
.customers-login__toggle-form.is-hidden, .customers-login__reset-success.is-hidden {
  display: none;
}
.customers-login__reset-success {
  margin-block-end: var(--layout-page-spacing);
}
.customers-login__guest {
  margin-block-start: var(--layout-page-spacing);
}
.customers-login__guest-form {
  margin-block-start: var(--spacing-m);
}
.customers-login__forgot-password-errors {
  margin-block-end: var(--spacing-s);
}
.customers-login .customers__onboarding-forms {
  align-items: flex-start;
  display: flex;
  flex-flow: column;
  justify-content: center;
  max-width: 553px;
}
.customers-login .customers__onboarding-content {
  grid-column-gap: var(--spacing-7xl);
  grid-row-gap: var(--spacing-xl);
}
