.paragraph--type--petition-form {
  background-color: #2159A8;
}

.peru-standard-petition-form {
  padding: 30px 10px 30px;
}

.peru-standard-petition-form h3 {
  color: #fff;
  padding-bottom: 12px;
  line-height: 1.2;
  text-align: center;
}

.peru-standard-petition-form .webform-flexbox input, .peru-standard-petition-form .webform-flexbox select {
  padding: 12px;
  font-size: 16px;
  background-color: #fff;
  border-radius: 6px;
  font-weight: normal;
}

.peru-standard-petition-form .webform-flexbox .form-control::placeholder {
  color: #757575
}

.peru-standard-petition-form small.field-error {
  color: #fff;
  font-size: 13px;
}

.peru-standard-petition-form button.form-submit {
  background: #F26921 !important;
  padding: 6px 9px 7px;
  border-radius: 6px;
  width: 100%;
  border: 0;
  max-width: 230px;
  transition: all 300ms ease-in-out;
  margin: 0 auto;
  display: block;
  color: #FFF;
  text-transform: none;
}

.peru-standard-petition-form button.form-submit:hover {
  background: #FFFF00 !important;
  color: #000;
}

.peru-standard-petition-form .privacy-checkbox a {
  color: #FFF !important;
  font-size: 14px;
  font-weight: 400 !important;
  background: none;
  border: none !important;
}

.peru-standard-petition-form .privacy-checkbox label:after {
  display: none;
}

.peru-standard-petition-form .privacy-checkbox a:hover {
  background:none !important;
}

.peru-standard-petition-form .privacy-checkbox {
  padding-top: 10px;
  max-width: 246px;
  margin: 0 auto;
}

.peru-standard-petition-form .form-check-input[type=checkbox] {
  border-radius: 0;
}

.peru-standard-petition-form .form-check-input:checked {
  background-color: initial;
}

.peru-standard-petition-form .webform-confirmation__message {
  color: #FFF;
}