To use the forms, you just have to surround your input with a div with the attribute _form-group.
_form-group
<div _form-group> <label for="input_test_1">Input test 1</label> <input id="input_test_1" type="text"> </div>