#system-messages .messages--status {
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 48px;
  padding: 12px;
  color: #659f13;
  background: #f2fae3;
}
#system-messages .messages--warning {
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 48px;
  padding: 12px;
  color: #e28327;
  background: #fffceb;
}
#system-messages .messages--error {
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 48px;
  padding: 12px;
  color: #d85030;
  background: #fff1f0;
}
