This allows you to have a button in the same row as its input field.
<form class="flex-input"> <input type="text" placeholder="text" /> <button>Submit</button> </form>