May it is useful to add the following styling rule to the framework:
p[warning] {
background-color:yellow;
margin:0;
padding:0;
}
p[warning]:before {
content:"⚠️";
}
This will apply a yellow background colour, and add the warning symbol in front of the paragraph.
Example
Your password is invalid!