#messages {
  border-left: 5px solid #A33E38;
  background-color: #F4E4C4;
}

#message a {
  color: #000;
}

div[role="alert"]:before {
  content: '\f06a';
  font: var(--fa-font-solid);
  text-rendering: auto;
  display: none;
}

div[role="status"]:before {
  content: '\f00c';
  font: var(--fa-font-solid);
  text-rendering: auto;
  display: none;
}

svg {
  font-size: 24px;
}

svg.fa-circle-exclamation {
  color: #A33E38;
}

svg.fa-check {
  color: #6E775A;
}
