Increase height of input element in product landing page

Hi Guys, I am unable to figure out what am I doing wrong, I want to give the input element a height that matches the button but it isn’t working.

https://codepen.io/thenomadgeneral/pen/Xoegma

First, remove asterisk (*) from input selector.
Second, you have some misplaced curly braces.

@jenovs Thank you, this worked. But why did I have to remove the asterisk? I thought applying it would be like applying it universally