﻿.m-forms .customer-form .formbuilder .m-forms__submit button
{
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}
.m-forms .customer-form .formbuilder .field-wrapper
{
    width: 100%!important;
}
.m-forms .customer-form .formbuilder .section-full-width .form-check
{
    width: 100%;
}