.form-collection > *:not(:last-child),
#product_edit_inci > div,
#product_edit_limits > div {
    background: #f0f0f0;
    padding: .5rem 0rem;
}

.form-collection {
    margin-bottom: 2rem;
}

.form-collection legend {
    display: none;
}

.form-check {
    display: inline-block;
    margin-right: 1rem;
}