By default only the submit button stretches across the whole container.
.field__input has to be a DIRECT
child of the .field container. This also applies to select/textarea/..With align-items set to center, the label is always centered vertically,
which looks bad with radio / textarea inputs. The solution could be to either
add modifiers to field__label class or use sibling selectors
see here.