Custom css margin-top for Form Fields

Hi Team,

How to custom margin-top , margin-bottom or padding for form fields?
By default margin-top between fields in form = 6px. Like this:
image

But we want make more space like this:
image

We got it,
Thanks all,
Here is css:

.jmix-fglayout-inline-caption .jmix-fglayout-spacing-on{
margin-top:16px;
}