In order to avoid having to have an ID for each input element on my form I would like to place my form input inside the label (Bootstrap 3).
label
My problem
The solution is to use the label itself as the form-group, remove the row, and to add a style to the CSS that sets display: block for labels. I have inlined the style in this HTML to show what I mean, obviously you should put it into a CSS.
form-group
row
display: block
Email: Password: