Re: Beginnings …
You mean the size of the font, not the width of the box? I think you want to find this section in your stylesheet and experiment with some different values for line-height and font-size:
form.login input {
border: 1px solid #999;
padding: 2px;
line-height: 14px;
font-size: 12px;
margin: 0;
}