Align the package search label vertically with the input
The label text in the search form appeared miss-aligned compared to the input field.
The typeahead JavaScript wraps the input with "display: inline-block;" and the input id with "position: relative; vertical-align: top;" which made it miss-aligned.
Fixes it making the "form-group" style and remove the label bottom margin.