Thank you! That definitely did it. I also needed to change the color of the button on hover, but I figured it out. For those that may see this later, here is the code I used to change the hover color:
.form-wrapper input[type=submit]:hover { background: #ffffb3; }
Thanks opo!