form#new_user p.lead:last-of-type {
  visibility: hidden;
  font-size: 0px;
}

form#new_user p.lead:last-of-type::before {
  content: "IMPORTANT: Please provide your vessel name, current location, and names of people onboard in the field below. This will help us during our manual review process.";
  visibility: visible;
  font-size: 1rem;
}

form#new_user textarea#user_invite_request_attributes_text {
  height: 8rem;
}


