Change background color of Success Message box

Add the code below to the Custom CSS field on your Form widget’s Appearance tab:

[class*="SubmitMessage__Container-sc"] {
  background-color: red !important;
}