/*!*******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/(public)/forgot-password/forgot-password.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************/
.forgot-password_loginWrapper__EC69H {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  background: #f0f2f5;
  padding: 20px;
}

.forgot-password_loginForm__3iJSA {
  background: #fff;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
}

.forgot-password_title___xXuE {
  text-align: center;
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 600;
  color: #333;
}

.forgot-password_formGroup__Dnm_n {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;

  label {
    margin-bottom: 6px;
    font-weight: 500;
    color: #555;
  }

  input {
    padding: 10px 14px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 16px;
    transition: border 0.2s;

    &:focus {
      border-color: #0070f3;
      outline: none;
    }
  }
}

.forgot-password_submitButton__0HPvE {
  padding: 12px 20px;
  border-radius: 6px;
  border: none;
  background: #0070f3;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s;

  &:hover {
    background: #005bb5;
  }
}

.forgot-password_error__RlaDf {
  color: #ff4d4f;
  font-size: 14px;
  margin-bottom: 12px;
  text-align: center;
}

.forgot-password_success__yYvrc {
  color: #4caf50;
  margin-bottom: 1rem;
  text-align: center;
}
