.elementor-5143 .elementor-element.elementor-element-3b28dc00{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-163bd7f3 *//* Container & form layout */
form, .password-reset-container {
  max-width: 360px;
  margin: 40px auto;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

/* Header styling */
form h1, .password-reset-container h1 {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 22px;
  color: #333333;
}

/* Input field container (if needed) */
.password-reset-container label,
.password-reset-container input {
  display: block;
  width: 100%;
}

/* Label styling */
.password-reset-container label {
  font-size: 14px;
  color: #555555;
  margin: 0 0 8px 0;
}

/* Email input styling */
.password-reset-container input[type="email"] {
  padding: 12px;
  margin-bottom: 18px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-size: 15px;
  box-sizing: border-box;
  transition: border-color 0.3s;
}

/* Focus effect for input */
.password-reset-container input[type="email"]:focus {
  border-color: #0073e6;
  outline: none;
  box-shadow: 0 0 4px rgba(0, 115, 230, 0.2);
}

/* Submit button styling */
.password-reset-container button[type="submit"] {
  width: 100%;
  padding: 12px;
  background-color: #0073e6;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

/* Hover effect on submit button */
.password-reset-container button[type="submit"]:hover {
  background-color: #005bb5;
}

/* Optional link styling (e.g., back to login) */
.password-reset-container a {
  display: block;
  margin-top: 14px;
  font-size: 14px;
  text-align: center;
  color: #0073e6;
  text-decoration: none;
}

.password-reset-container a:hover {
  text-decoration: underline;
}

/* Response message styling (optional) */
.password-reset-container .notification {
  margin-top: 16px;
  font-size: 14px;
  text-align: center;
  color: #006600; /* use #cc0000 for error messages */
}/* End custom CSS */