@charset "UTF-8";
/* Login page — themed override of woocommerce/myaccount/form-login.php.
 *
 * Not an ACF block — reuses the same src/blocks/*​/style.scss build pipeline
 * (see webpack.mix.js) purely for its auto-compile + auto-enqueue-by-dist-path
 * convention. Enqueued manually in inc/integrations/woocommerce.php on
 * is_account_page() while logged out.
 */
.login-page{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 246 / var(--tw-bg-opacity, 1));
  min-height: 70vh;
}

.login-page-inner{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1400px;
  justify-content: center;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px){
  .login-page-inner{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.login-card{
  width: 100%;
  max-width: 440px;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 2rem;
}

@media (min-width: 768px){
  .login-card{
    padding: 2.5rem;
  }
}

.login-card {
  box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
  font-family: Manrope, system-ui, sans-serif;
}

.login-title{
  margin: 0px;
  margin-bottom: 0.5rem;
  font-family: Arapey, Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(18 19 21 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .login-title{
    font-size: 32px;
  }
}
.login-title--small{
  margin-top: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.login-subtitle{
  margin: 0px;
  margin-bottom: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(18 19 21 / 0.6);
}

.login-form{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.login-form-row{
  margin: 0px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.login-form-row--meta{
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.login-form-row label{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: rgb(18 19 21 / 0.6);
}

.login-input{
  height: 45px;
  width: 100%;
  border-radius: 10px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 246 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(18 19 21 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  font-family: Manrope, system-ui, sans-serif;
}
.login-input:focus-visible{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 196 130 / var(--tw-ring-opacity, 1));
}

.login-remember{
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(18 19 21 / var(--tw-text-opacity, 1));
}
.login-remember input {
  accent-color: #dcc482;
  height: 16px;
  width: 16px;
  cursor: pointer;
}

.login-lost-password{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(220 196 130 / var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  text-underline-offset: 4px;
}
.login-lost-password:hover{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.login-submit{
  width: 100%;
}

.login-form-hint{
  margin: 0px;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(18 19 21 / 0.6);
}

.login-divider{
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(18, 19, 21, 0.1);
}
.login-divider span{
  position: absolute;
  top: -0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: rgb(18 19 21 / 0.5);
}

/* WooCommerce prints notices (wrong password, registration errors, etc.)
   just above this template's markup, outside .login-page — style them
   generically so they still read as part of the page. */
.woocommerce-error,
.woocommerce-message,
.woocommerce-info{
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  margin-bottom: 0px;
  max-width: 440px;
  list-style-type: none;
  border-radius: 12px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: Manrope, system-ui, sans-serif;
}

.woocommerce-error{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(18 19 21 / var(--tw-text-opacity, 1));
  border: 1px solid #e2a5a5;
}

.woocommerce-message,
.woocommerce-info{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(18 19 21 / var(--tw-text-opacity, 1));
  border: 1px solid #dcc482;
}
