Here is the demo for it - http://plnkr.co/edit/B2lPwBgY61fSzg4nbaeD?p=preview
I am using both Twitter Bootstrap forms and Pure Forms and as you can see in demo, the size of input box is very small.
I even tried to increase the size by overriding as follows
.pure-form .input-medium {
size: 50px;
}
But it doesn't helps
How can I make size of input text box bigger?
Thank you