I commented on that line like so before your last comment:
}
input[type="text"], input[type="email"], input[type="password"], textarea {
padding: 1%;
border: 1px solid #EAEAEA;
line-height: 20px;
/* width: 98%; */
margin: 0px 0px 20px;
background-color: #F8F8F8;
border-radius: 3px;
}
It seems to be much shorter now, which is good. I'm not sure why it took so long to shorten itself. Very strange.