/*!************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/(supplier-auth)/supplier/forgot-password/page.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Supplier Forgot Password - inherits supplier login style */

.page_container__bA3tv {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e8ec 100%);
}

.page_header__8ALMO {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  padding: 12px 0;
  background-color: #ffffff;
  border-bottom: 1px solid #e4e4ee;
}

.page_headerContent__eFlGP {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  padding: 0 20px;
}

.page_logo__DLE4g {
  display: flex;
  align-items: center;
  height: 100%;
}

.page_logoImage__OaURi {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.page_nav__FKyRk {
  display: flex;
  align-items: center;
  gap: 40px;
}

.page_navLink__M9e8Y {
  font-size: 14px;
  color: #616161;
  text-decoration: none;
  transition: color 0.2s;
}

.page_navLink__M9e8Y:hover {
  color: #3679B5;
}

.page_main__vNabG {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.page_card__cboMw {
  width: 100%;
  max-width: 480px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.page_logoSection__TQ9OU {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.page_logoIcon__q9DVO {
  width: 40px;
  height: 37px;
}

.page_logoIconImage__PUMxm {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page_logoLabel__HaPiL {
  font-size: 14px;
  color: #757575;
}

.page_backButton__1_PEa {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #3679B5;
  font-size: 14px;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

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

.page_cardHeader__vIZi6 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  text-align: center;
}

.page_title__Ag8PO {
  font-size: 24px;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0;
}

.page_subtitle__WIho0 {
  font-size: 14px;
  color: #757575;
  margin: 0;
  text-align: center;
}

.page_form__sz5kC {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.page_inputWrapper__GTwxj {
  position: relative;
  width: 100%;
}

.page_inputLabel__tT5e7 {
  position: absolute;
  top: -8px;
  left: 12px;
  padding: 0 4px;
  background-color: #ffffff;
  font-size: 12px;
  color: #757575;
  z-index: 1;
}

.page_input__wqnrQ {
  width: 100%;
  height: 56px;
  padding: 0 16px;
  font-size: 16px;
  color: #1a1a1a;
  background-color: transparent;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  outline: none;
  transition: border-color 0.2s;
}

.page_input__wqnrQ::placeholder {
  color: #9e9e9e;
}

.page_input__wqnrQ:focus {
  border-color: #3679B5;
  border-width: 2px;
}

.page_inputError__HFRXc {
  border-color: #f44336;
}

.page_errorText__rfvEn {
  margin-top: 6px;
  font-size: 12px;
  color: #f44336;
}

.page_filledButton___dsIt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  background-color: #3679B5;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  transition: background-color 0.2s;
  text-decoration: none;
}

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

.page_filledButton___dsIt:disabled {
  background-color: #e1e1e1;
  cursor: not-allowed;
}

.page_successSection__aDc2D {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.page_successIcon__AivCv {
  color: #37b58d;
}

.page_footer__UlTkX {
  padding: 20px;
  text-align: center;
  font-size: 13px;
  color: #9e9e9e;
}

@media (max-width: 540px) {
  .page_card__cboMw {
    padding: 24px;
  }
}

