/* Reduce space between form rows */
#lf_first_name_block,
#lf_last_name_block,
#lf_email_block,
#lf_phone_block,
#lf_message_block,
#lf_disclaimer {
  margin-bottom: 10px; /* Sets the bottom margin to 5px */
}

/* Make the submit button full width */
#saveForm {
  width: 100%; /* Sets the width to 100% of its container */
  box-sizing: border-box; /* Ensures padding and border are included in the width */
}