.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border-radius: .25rem;
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.typo3-messages li.alert::before { content: none !important; }
.alert p {margin: 0;}
.CTA-PopupInner .CTA-PopupFormContent label.error {margin: 0 !important;color: #f00;}
.CTA-PopupInner .CTA-PopupFormContent #terms {display: block; position: absolute; left: -9999px;}
.term-container {position: relative;}
.term-container .terms-error{position: absolute;bottom: -5px;}