http://jsbin.com/nuzazefuwi/1/edit?html,css,output
In the link above the textbox should have only 10px instead it has a width of 152px.
152px
This is
change your css width as 155px
.input{ width:155px; //Replace 100% to 155px box-sizing:border-box; }