/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.5.19_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/.pnpm/next@15.5.19_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/auth/login-form.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.login-form_stage__h_vbM {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: calc(100dvh - 12rem);
  overflow-x: hidden;
}

@media (min-width: 1024px) {
  .login-form_stage__h_vbM {
    min-height: 100vh;
  }
}

.login-form_stage__h_vbM::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("/images/forja-login-background.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}

@media (min-width: 1024px) {
  .login-form_stage__h_vbM::before {
    /* Keep the forge on the right; bias down so BB/100 sits above the card. */
    background-position: right 68%;
  }
}

.login-form_formLayer__Puldx {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: inherit;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
}

.login-form_formLayer__Puldx::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(
    ellipse 38rem 30rem at 50% 50%,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.2) 42%,
    rgba(0, 0, 0, 0.07) 64%,
    transparent 78%
  );
}

.login-form_panel__65qOG {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  max-width: 28rem;
  flex-direction: column;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.75rem;
  background: rgba(4, 8, 14, 0.28);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(2px);
}

@media (min-width: 640px) {
  .login-form_formLayer__Puldx {
    padding: 2rem 1.5rem;
  }
}

@media (min-width: 1024px) {
  .login-form_formLayer__Puldx {
    position: fixed;
    inset: 0;
    min-height: 100vh;
    pointer-events: none;
  }

  .login-form_panel__65qOG {
    pointer-events: auto;
  }
}

@media (min-width: 640px) {
  .login-form_panel__65qOG {
    padding: 2rem;
  }
}

.login-form_field__66kOD {
  background-color: rgba(3, 6, 10, 0.4);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.login-form_field__66kOD:focus {
  border-color: rgba(52, 211, 153, 0.36);
  box-shadow: 0 0 0 1px rgba(52, 211, 153, 0.14);
}

.login-form_submit__LAePM {
  border-color: rgba(16, 185, 129, 0.22);
  background-color: rgb(5 150 105 / 0.78);
  box-shadow: none;
}

.login-form_submit__LAePM:hover:not(:disabled) {
  background-color: rgb(16 185 129 / 0.88);
}

@media (prefers-reduced-motion: reduce) {
  .login-form_panel__65qOG {
    backdrop-filter: none;
  }
}

