.mf-control-required {
  color: #f00;
}
.send-form .h5 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
}
.send-form .form-control-plaintext::placeholder {
  color: white;
}
.send-form .btn {
  transition: all 0.3s ease;
}
.send-form .btn:hover {
  background-color: #5a9c43 !important;
}

textarea.form-control-plaintext {
  border: 2px solid white !important;
  border-radius: 10px;
  padding: 15px;
}
