Basic Example
Individual form controls automatically receive some global styling. All textual
'input', 'textarea', and 'select' elements with .form-control are set to width:
100%; by default. Wrap labels and controls in .form-group for optimum spacing.
Inline Form
Add '.form-inline' to your 'form' for left-aligned and inline-block controls.
This only applies to forms within viewports that are at least 768px wide.
Multi Column
Wrap inputs in grid columns, or any custom parent element, to easily enforce
desired widths.