.color {
    background-color: red;
    color: white;
    /* You can adjust the text color */
}
.error {
    color:red; /* Red border */
}