.alert__error {
  --bs-alert-color: #c00000;
  --bs-alert-bg: transperent;
  --bs-alert-border-color: #c00000;
  --bs-alert-link-color: #c00000;
  border: 5px solid;  
  border-color: #c00000;
  padding: 0px 30px;
  border-radius:3px;
}

.alert__error-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: black;
}

.alert__error ul {
  list-style: none;
  padding-left: 0;
}

.alert__error a {
  color: #c00000 !important;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: max(1px, 0.0625rem);
  text-underline-offset: 0.1578em;
}

.alert__error .validation-header{
	font-size: 1.5rem !important;
}

.alert__error .validation-header span{
	display: none;
}