/* [project]/src/app/styles/password-reset.module.css [app-client] (css) */
.password-reset-module__KbXDLG__passwordResetContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  font-family: Montserrat, sans-serif;
  background-color: #f0f0f0;
}

.password-reset-module__KbXDLG__passwordResetBox {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 4px 8px #0000001a;
  width: 300px;
}

.password-reset-module__KbXDLG__passwordResetBox h2 {
  text-align: center;
  color: #333;
}

.password-reset-module__KbXDLG__formGroup {
  margin-bottom: 15px;
}

.password-reset-module__KbXDLG__formGroup label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #333;
}

.password-reset-module__KbXDLG__formGroup input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.password-reset-module__KbXDLG__button {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 4px;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: background-color .3s;
}

.password-reset-module__KbXDLG__button:hover {
  background-color: #555;
}

.password-reset-module__KbXDLG__error {
  color: red;
}

.password-reset-module__KbXDLG__success {
  color: green;
}

.password-reset-module__KbXDLG__loginLink {
  text-align: center;
  margin-top: 10px;
}


/*# sourceMappingURL=src_app_styles_password-reset_module_1ab4db.css.map*/
