/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!./src/app/(shop)/login/page.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
.page_page__on45u {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 16px;
}

.page_card___joe8 {
  max-width: 420px;
  width: 100%;
  background: var(--c-surface);
  border: 1px solid var(--c-rule);
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.page_card___joe8 h1 {
  margin: 0 0 8px;
  font-size: 24px;
  color: var(--c-ink-900);
}

.page_subtitle__yaSBM {
  margin: 0 0 24px;
  color: var(--c-ink-500);
  font-size: 14px;
}

.page_card___joe8 form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page_card___joe8 label {
  font-size: 13px;
  color: var(--c-ink-700);
  margin-top: 8px;
}

.page_card___joe8 input {
  height: 40px;
  padding: 0 12px;
  border: 1px solid var(--c-rule);
  border-radius: 4px;
  background: var(--c-surface);
  color: var(--c-ink-900);
  font-size: 15px;
}

.page_passwordField__JqLAW {
  position: relative;
  display: flex;
}

.page_passwordField__JqLAW input {
  width: 100%;
  padding-right: 44px;
}

.page_passwordToggle__Rng3I {
  position: absolute;
  top: 50%;
  /* Anchor by the button's own center, not its top edge, so it stays
     vertically centered inside the field regardless of any error/help
     text rendered below it. */
  transform: translateY(-50%);
  right: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  color: var(--c-ink-500);
  background: transparent;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.page_passwordToggle__Rng3I:hover {
  color: var(--c-ink-900);
  background: var(--c-surface-2);
}

.page_passwordToggle__Rng3I:focus-visible {
  outline: 2px solid var(--c-primary);
  outline-offset: 2px;
}

.page_passwordToggle__Rng3I svg {
  width: 18px;
  height: 18px;
}

.page_card___joe8 input:focus {
  outline: 2px solid var(--c-primary);
  outline-offset: 2px;
}

.page_card___joe8 button[type="submit"] {
  height: 44px;
  margin-top: 16px;
  background: var(--c-primary);
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.page_card___joe8 button[type="submit"]:hover:not(:disabled) {
  background: var(--c-primary-hover, var(--c-primary));
}

.page_card___joe8 button[type="submit"]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.page_error__U7veL {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
  margin: 16px 0 0;
  padding: 12px 14px;
  background: var(--c-warn-bg, #fff7e6);
  border: 1px solid color-mix(in srgb, var(--c-primary) 26%, transparent);
  border-left: 4px solid var(--c-primary);
  border-radius: 6px;
  color: var(--c-ink-900);
  font-size: 14px;
  line-height: 1.45;
}

/* Inline action inside an alert (e.g. "Resend activation email"). Strips the
   default browser button chrome so it reads as a link sitting in the sentence,
   not a raw grey button. */
.page_alertAction__D1grp {
  appearance: none;
  padding: 0;
  border: none;
  background: none;
  color: var(--c-link);
  font: inherit;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

.page_alertAction__D1grp:hover:not(:disabled) {
  color: var(--c-link-hover);
}

.page_alertAction__D1grp:disabled {
  color: var(--c-ink-500);
  text-decoration: none;
  cursor: default;
}

.page_alertAction__D1grp:focus-visible {
  outline: 2px solid var(--c-primary);
  outline-offset: 2px;
  border-radius: 2px;
}

.page_altLink__Fc2Ln {
  margin: 24px 0 0;
  text-align: center;
  font-size: 14px;
  color: var(--c-ink-500);
}

.page_altLink__Fc2Ln a {
  color: var(--c-link);
  font-weight: 600;
  text-decoration: none;
}

.page_altLink__Fc2Ln a:hover {
  text-decoration: underline;
}

