/*!******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[3]!./src/app/(auth)/forgot-password/page.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************/
.page_pageContainer__t2gLC {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: calc(100vh - 400px);
}

.page_card__KLlgG {
  width: 480px;
  max-width: 100%;
  background-color: #ffffff;
  border: 1px solid #e4e4ee;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.02);
}

.page_cardHeader__S82Tf {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.page_backLink__g_aW6 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #3679B5;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 8px;
}

.page_backLink__g_aW6:hover {
  text-decoration: underline;
}

.page_title__GH1EN {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: #25252e;
  margin: 0;
}

.page_subtitle__gjetQ {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin: 0;
  text-align: center;
}

.page_form__m0CYm {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page_inputGroup__gG3YX {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}

.page_label__2nO8n {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #25252e;
}

.page_inputWrapper__KpylA {
  position: relative;
  height: 48px;
  width: 100%;
}

.page_inputIcon__UgmQ2 {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #b2b2c2;
  pointer-events: none;
}

.page_input__xyO9X {
  width: 100%;
  height: 100%;
  border: 1px solid #e4e4ee;
  border-radius: 6px;
  padding: 0 16px 0 44px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #25252e;
  background-color: #ffffff;
  outline: none;
  transition: border-color 0.2s;
}

.page_input__xyO9X:focus {
  border-color: #3679B5;
}

.page_input__xyO9X::placeholder {
  color: #b2b2c2;
}

.page_errorText__RjtRx {
  color: #b3261e;
  font-size: 12px;
  margin: 0;
}

.page_button__Q_Ugh {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  background-color: #3679B5;
  border-radius: 24px;
  border: none;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.2s;
  text-decoration: none;
}

.page_button__Q_Ugh:hover {
  background-color: #35707c;
}

.page_button__Q_Ugh:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.page_successIcon__FHsL_ {
  color: #37b58d;
}

@media (max-width: 540px) {
  .page_card__KLlgG {
    padding: 24px;
    width: 100%;
  }
  .page_pageContainer__t2gLC {
    padding: 20px;
  }
}

