in your site your template apply following CSS style in the search form container:
column-count: 2
so it split form in 2 columns (the bottom part of first column is shown in the second column).
Something like this require that fields in column 1 have same height of fields in column 2. You can solve this by adding also this style:
.numericsearch{
margin-bottom:1rem !important;
}