.error {
  display: block;
  color: rgb(255, 255, 255);
  background-color: rgb(255, 0, 0);
  padding: 5px 10px;
  margin-left: 5px;
  margin-right: 5px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.error + textarea, .error + input {
  border-color: red !important;
  border-width: 1px !important;
}