.uup-form label {
  display: block;
  margin-top: 1em;
  font-weight: bold;
}

.uup-form input[type="text"],
.uup-form input[type="email"],
.uup-form input[type="file"],
.uup-form textarea {
  width: 100%;
  padding: 0.5em;
  margin-bottom: 1em;
  box-sizing: border-box;
}

.uup-form input[type="submit"] {
  padding: 0.6em 1.2em;
  cursor: pointer;
  font-weight: bold;
}

.uup-success {
  color: green;
  font-weight: bold;
}

.uup-error {
  color: red;
  font-weight: bold;
}