Im working on a signin form.I have given all properties by testin it on googlechrome.After completing the form I checked it in mozilla.the dimensions I have specified are completely changed especially height.Can I know the reason behind this. here is my code
input
{
padding: 13px 14%;
}
#email-wrapper #email-label
{
border: 1px solid #e5d4c2;
border-radius: 3px 0 0 3px;
border-right: 1px solid #FFF;
display: inline-block;
height: 39px;
line-height: 36px;
vertical-align: middle;
margin-right: 0;
width: 36px;
}
#email-wrapper #email-label label
{
background: url("~/application/modules/User/externals/images/mail.png") no-repeat scroll 19px 13px #FFFFFF;
background-size: 15px 15px;
}
#email-wrapper #email-label label
{
color:transparent;
}