.info {
  background: #FFFFFF;
}
.warn {
  color: #FFFFFF;
  background: #faad14;
}
.error {
  color: #FFFFFF;
  background: #ff4d4f;
}