.ebv-share-email .form-grouped {
    display: block !important;
    text-align: center !important;
}

.ebv-share-email .form-grouped .input-grouped {
    margin-left: auto !important;
    margin-right: auto !important;
}

.ebv-share-email .form-grouped .input-grouped .input-grouped-addon {
    display: none !important;
}

.ebv-share-email .form-grouped p[errorform="true"] {
    margin-top: 10px;
}

.ebv-share-email .form-grouped p[errorform="true"]::before {
    content: '*';
}

.ebv-share-email .submit>p[erroronsubmit="true"] {
    display: none !important;
}

.mash-share-email {
    .form-grouped {
        .extra-custom-error-msg .fa {
            display: inline !important;
        }

        &.has-error .help-block.msg-error {
            display: inline !important;
        }

        p[errorform="true"]::before {
            display: none !important;
        }
    }
}
