.form-actions {
  position: relative;
  text-align: center;
}
.form-actions input {
  min-width: 130px;
  min-height: 45px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
}
.form-actions input.validate {
  background-color: #008080;
  outline-color: #008080;
}
.form-actions input.complete {
  background-color: #008080;
  outline-color: #008080;
}
.form-actions input.reject {
  background-color: #BF2F17;
  outline-color: #BF2F17;
}