textarea, input, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
color: #6e6e6e;
background-color: #ffffff;
border: 1px solid #d5d5d5;
border-radius: 4px;
padding: 4px 8px;
margin: 0;
vertical-align: middle;
width: auto;
}
of your template. Remove the line width: auto; in that CSS code of your template and it will display normally.