.form-actions {
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.form-actions input, .form-actions a {
  outline: none;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  box-shadow: none;
  -webkit-user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  top: 0;
  border: none;
  padding: 20px;
  transition: all ease 0.4s;
  outline: none;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  box-shadow: none;
  -webkit-user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  display: inline-block;
  background-color: #A71930;
  color: #fff;
  font-size: 1.3rem;
  font-family: "Avenir";
  font-weight: 700;
  text-align: center;
  border-radius: 8px;
  border: none;
  padding: 11px 16px;
  overflow: hidden;
  text-decoration: none;
  max-width: 100%;
  cursor: pointer;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.375s;
}
.form-actions input:before, .form-actions a:before {
  display: none;
}
.form-actions input:active, .form-actions input:focus, .form-actions a:active, .form-actions a:focus {
  outline: none;
  box-shadow: 0px 0px 1px 2px rgba(119, 221, 168, 0.2);
}
.form-actions input:hover, .form-actions input.hover, .form-actions input.activated, .form-actions a:hover, .form-actions a.hover, .form-actions a.activated {
  color: #A71930;
  background-color: #EDD1D6;
}
.form-actions input:disabled, .form-actions a:disabled {
  color: #fff;
  background-color: #EFE5DE;
}
.form-actions input, .form-actions a {
  vertical-align: bottom;
  background-color: #A71930;
  color: #fff;
  margin-top: 0;
  min-width: 168px;
}