/* Header text: "...link to reset your password" */
.ForgotPasswordHeader-sc-53b3efb1-3 {
  font-size: 0; /* hide original text */
}
.ForgotPasswordHeader-sc-53b3efb1-3::before {
  content: "Enter your email address and we'll send you an email with a link to set your password";
  font-size: 16px; /* match your site's actual font-size */
}

/* Button text: "Send Password Reset Link" -> "Send Password Link" */
.ForgotPasswordBody-sc-53b3efb1-4 button {
  font-size: 0;
  background-color: #BFB9AA !important;
}
.ForgotPasswordBody-sc-53b3efb1-4 button::before {
  content: "Send Password Link";
  font-size: 16px; /* match your site's actual font-size */
}

a[href="/register"].link-blue-new {
  display: none;
}

/* "Forgot password?" link -> "Send password link" */
a[href="/forgot_password"].link-blue-new {
  font-size: 0;
}
a[href="/forgot_password"].link-blue-new::before {
  content: "Send password link";
  font-size: 18px; /* match your site's actual font-size */
}