In login page:
You have to add this snippet to the wp-login.php page at line (approx) 675, directly under the form tag.
<div style="width:200px;height:20px;position:relative;top:210px;background-color:#fff;z-index:99"></div>
<strong>In signup page:</strong>
I created the empty field in the form:
with my customized class:
you have to add this snippet to the signup.php
#field_4_10
{
width:200px;
height:20px;
position:relative;
top:243px;
background-color:white;
z-index:99;
}
Hope this is very useful for all.