@media screen and (max-width: 385px) {
form.form p.submit input {

    line-height: 28px;
}
}

form.form p {
    clear: left;
    line-height: 1.4em;
    margin: 3px 5px;
    padding: 3px 2px;
    font-family: Helvetica, sans-serif;
}

input::placeholder, textarea::placeholder {
  color: #fff;
}

form.form {
    background: black;
    cursor: pointer;
}


form.form p span.description {
    clear: both;
    display: none;
    margin-left: 0px; 
}

form.form p label {
    color: #FFFFFF !important;
    font-size: 16px;
    text-align: left;
    width: -webkit-fill-available;
    font-family: Helvetica, sans-serif;
}

form.form span.value {
    display: block;
    margin-left: 0px !important;
}

    form.form input.text {
    width: -webkit-fill-available;
    height: 35px;
    background: transparent;
    border: 2px solid #ffffff;
    color: #fff;
    padding: 0 10px;
    margin: 10px 0px;
    font-size: 14px;
    line-height: 26px;
    font-family: Helvetica, sans-serif;
    font-weight: 600;
}

form.form select {
    color: #fff;
    padding: 10px 10px;
    margin: 10px 0px;
    font-size: 14px;
    line-height: 26px;
    font-family: Helvetica, sans-serif;
    font-weight: 600;
    background: transparent;
    border: 2px solid #ffffff;
    margin: 10px 0px;
    width: -webkit-fill-available;
}

form.form textarea.standard {
    width: -webkit-fill-available;
    background: transparent;
    border: 2px solid #ffffff;
    color: #fff;
    padding: 10px;
    margin: 10px 0px;
    font-size: 14px;
    line-height: 26px;
    font-family: Helvetica, sans-serif;
    font-weight: 600;
}

form.form p.no-label {
    padding: 0;
    margin: 5px;
}

label.field-label {
    margin: 25px 0 25px 5px !important;
}

form.form p.submit {
    margin: 25px auto 0px;
    padding: 0;
    text-align: center;
    cursor: pointer;
}

form.form p.submit input {
    margin: 0 0px 20px 0;
    padding: 2px 12px;
    width: auto;
    height: 55px;
    border: none;
    background: #CC0000;
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    font-family: Helvetica, sans-serif;
    line-height: 34px;
}

p.error.no-label {
    margin: 5px 10px !important;
}


/* hide the regular checkbox */
#pardot-form .pd-checkbox input {
  opacity: 0;
  position: absolute;
}
 
/* position the label */
#pardot-form .pd-checkbox input, #pardot-form .pd-checkbox label {
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}
#pardot-form .pd-checkbox label {
  position: relative;
}
 
/* style the unchecked checkbox */
#pardot-form .pd-checkbox input+label:before {
  content: '';
  background: transparent;
  border: 1px solid #fff;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 0px;
  margin-right: 10px;
  text-align: center;
  font-size: 15px;
  line-height: 24px;
}
 
/* style the checked checkbox */
#pardot-form .pd-checkbox input:checked+label:before {
  content: "";
  background: #CC0000;
  color: #fff;
  border-color: #fff;
}

@media screen and (max-width: 374px) {
  form.form p.submit input {
    width: -webkit-fill-available !important;
  }
}