How to style bricks form success message

Click the bricks form element and go to custom CSS. Just copy and paste this short CSS code

root .success{
  border-radius: 1rem;/* Change element border radius*/
  background: black; /* Change background color */
  color: inherit; /* Change Text Color */
}

Leave comment or code correction