.ui-status-alert {
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid transparent;
  font-size: 14px;
  line-height: 1.5;
}

.ui-status-alert--error {
  background: #fff1f1;
  border-color: #f0c4c4;
  color: #962d2d;
}

.ui-status-alert--success {
  background: #edf8f0;
  border-color: #c9e6d0;
  color: #1f6a37;
}

.ui-status-alert--info {
  background: #f3f7fb;
  border-color: #d4e1ee;
  color: #35506b;
}
