@jobregonz: Add the following CSS in “Appearance => Theme Options => Custom CSS” for now. But we are releasing Version 2.0 soon, after that you can remove this css.
`
input[type=”email”],
input[type=password] {
background: #cccccc;
-moz-box-shadow: 0 1px 5px #bcbcbc inset, 0 1px 0 #fff;
-webkit-box-shadow: 0 1px 5px #bcbcbc inset, 0 1px 0 #fff;
box-shadow: 0 1px 5px #bcbcbc inset, 0 1px 0 #fff;
border: 1px solid #aeaeae;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
height: 34px;
padding: 5px 10px;
width: 75%;
}
`