.u-form div.uform-send-error,
.u-form div.uform-send-success {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 20px 0 20px 0;
  border: none;
}

.uform-send-error {
  background: #F95D51;
}
.uform-send-success {
  background: #62C584;
}