The latest update of the plugin changes the input of the email field from text to email. So from looking at your code, add this:
input[type="text"], input[type="email"], input[type="password"] {
so it gets the styling of the other inputs.
The latest update of the plugin changes the input of the email field from text to email. So from looking at your code, add this:
input[type="text"], input[type="email"], input[type="password"] {
so it gets the styling of the other inputs.