.aui-banner.aui-banner-error {
  background-color: #de350b;
  box-shadow: none;
  color: #ffffff;
}
.aui-banner.aui-banner-error::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0;
  font-family: "Adgs Icons";
  font-weight: normal;
  font-style: normal;
  speak: none;
  color: #ffffff;
  font-size: 16px;
  left: 20px;
  line-height: 20px;
  position: absolute;
  top: 20px;
}
.aui-banner.aui-banner-error::before {
  display: none;
}
.aui-banner.aui-banner-error::after {
  content: "\f15a";
  color: #ffffff;
}
.aui-banner.aui-banner-error a,
.aui-banner.aui-banner-error a:link,
.aui-banner.aui-banner-error a:visited {
  color: #ffffff;
  text-decoration: underline;
}
.aui-banner.aui-banner-error::after {
  left: 12px;
  top: 10px;
}
