Add this CSS:
.gb-inside-container form.search-form label {
flex: 1;
max-width: 600px;
}
.gb-inside-container form.search-form input[type="search"] {
width: 100%;
}
Adjust the max-width: 600px; to suit – or you can remove that property for it to fill the container.