This is due to CSS styling applied to standard HTML form elements within your current WordPress theme.
The following CSS code in http://joyhagermanfitness.com/wp-content/themes/make/style.css is part of the problem.
textarea, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
background-color: #eaecee;
border: 0 none; /* THIS IS CAUSING PART OF THE PROBLEM */
max-width: 100%;
padding: 0.6rem 0.8rem;
}
The styling used in your theme is very complex, so if you do not have strong CSS skills, you may need to contact support at your theme provider for a possible solution.
I have *no* CSS skills. ha.
I will contact the theme provider. Thank you for looking!