@keyframes error {
  from {background-color: rgba(255,220,210,1);}
  to {background-color: rgba(240,240,230,1);}
}

@keyframes success {
  from {background-color: rgba(220,255,210,1);}
  to {background-color: rgba(240,240,230,1);}
}