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