How to change position of message in form?

Hello guys,
Is it possible to change position of success / error message that appears after submitting the form?
The message is by default under the button and I would like to have it before the button.

Thank you very much!

Hi, just did a test on a frontend, use this on the form.

%root% .submit-button-wrapper {
order: 2;
}

Thanks a lot, it works!