.elementor-3590 .elementor-element.elementor-element-1e49ab02{--display:flex;--padding-top:100px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3590 .elementor-element.elementor-element-1e49ab02.e-con{--align-self:center;}/* Start custom CSS for shortcode, class: .elementor-element-7d7a130b *//* Page background and font */
body {
  background-color: #fef8f4 !important;
  font-family: 'Segoe UI', sans-serif;
}

/* Headline just below nav, above card */
.password-reset-title, .um-page-title, .page-title {
  display: block;
  margin: 42px auto 18px auto;
  font-size: 2.1rem;
  font-weight: bold;
  color: #212121;
  text-align: center;
  letter-spacing: 0.01em;
}

/* Card wrapper for password reset */
.um.um-password-reset,
.reset-password-form-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  margin: 0;
}

/* Password reset card */
.um.um-password-reset .um-form,
.reset-password-form-container {
  width: 100%;
  max-width: 410px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #dedede;
  padding: 32px 28px 20px 28px;
  margin: 0 auto 40px auto;
  box-shadow: 0 5px 18px rgba(89,206,255,0.08), 0 1.5px 7px rgba(44,62,80,0.02);
}

/* Label styling */
.um.um-password-reset .um-field-label,
.reset-password-form-container label {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin-bottom: 7px;
  margin-top: 15px;
}

/* Input field styling */
.um.um-password-reset input[type="email"],
.um.um-password-reset input[type="text"],
.um.um-password-reset input[type="password"],
.reset-password-form-container input[type="email"],
.reset-password-form-container input[type="text"],
.reset-password-form-container input[type="password"] {
  width: 100%;
  padding: 14px 18px;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-radius: 9999px;
  font-size: 16px;
  color: #191919;
  background: #fff;
  box-shadow: none;
  outline: none;
  transition: border-color 0.2s;
}

.um.um-password-reset input:focus,
.reset-password-form-container input:focus {
  border-color: #59ceff;
}

/* Reset Password button */
.um.um-password-reset input.um-button,
.um.um-password-reset button.um-button,
.um.um-password-reset .um-field-area input[type="submit"],
.reset-password-form-container input[type="submit"] {
  width: 100%;
  background-color: #59CEFF;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  margin-top: 18px;
  margin-bottom: 0;
  transition: background-color 0.3s;
  box-shadow: 0 3px 14px 0 rgba(89,206,255,0.07);
}

.um.um-password-reset input.um-button:hover,
.um.um-password-reset button.um-button:hover,
.um.um-password-reset .um-field-area input[type="submit"]:hover,
.reset-password-form-container input[type="submit"]:hover {
  background-color: #36b6eb;
}

/* Error & Success Messages */
.um.um-password-reset .um-notice.err,
.um.um-password-reset .um-field-error,
.reset-password-form-container .error,
.reset-password-form-container .notice {
  color: #c62828;
  background: #ffeaea;
  border-radius: 6px;
  font-size: 15px;
  padding: 10px 14px;
  margin-bottom: 12px;
  border: 1px solid #f3b1b1;
}

.um.um-password-reset .um-notice.success,
.reset-password-form-container .success {
  color: #256029;
  background: #e6f9e9;
  border-radius: 6px;
  font-size: 15px;
  padding: 10px 14px;
  margin-bottom: 12px;
  border: 1px solid #b5e0b7;
}

/* Login link under the button */
.reset-link-row, .password-reset-login-link {
  display: block;
  text-align: center;
  margin-top: 22px;
  font-size: 15px;
  color: #555;
}
.reset-link-row a, .password-reset-login-link a {
  color: #59CEFF;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
}
.reset-link-row a:hover, .password-reset-login-link a:hover {
  color: #36b6eb;
}

/* Responsive: Card width on mobile */
@media (max-width: 700px) {
  .um.um-password-reset .um-form,
  .reset-password-form-container {
    max-width: 98vw;
    padding: 14px 3vw 16px 3vw;
  }
  .password-reset-title, .um-page-title, .page-title {
    font-size: 1.5rem;
    margin-top: 22px;
    margin-bottom: 12px;
  }
}/* End custom CSS */