I'm bad at Frontend and would like to make the button look next to the input and both on the right side of the "New" (float: right) button. Unfortunately I can not.
<div class="form-group" >
<form action = "buscarContasPorData.php">
<input type="text" name="" class = "form-control" style = "width: 300px">
<input type="submit" name="" class = "btn btn-default" value = "Buscar">
</form>
</div>
<a class = "btn btn-primary" href = "novaConta.php">Novo</a>