Nel tuo file template.css, cerca il codice:
input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea {
color: #554e2b !important;
font-family: Arial,"Arial Unicode MS",Helvetica,sans-serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
letter-spacing: 1px;
padding: 8px 0;
text-shadow: none;
width: 10%;
}
e modificalo così:
input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea {
color: #554e2b !important;
font-family: Arial,"Arial Unicode MS",Helvetica,sans-serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
letter-spacing: 1px;
padding: 8px 0;
text-shadow: none;
width: 100%;
}
Verifica se va bene così.