.control {
  width: 80%;
}

.errorMsg{
  background: yellow;
  color: red;
}

.successMsg{
  background: yellow;
  color: green;
}

.normalMsg{
  background: none;
  color: #00a0d2;
}