.tx-mad-gated-content form {
  width: 33%; }
  .tx-mad-gated-content form label {
    display: none; }
  .tx-mad-gated-content form input {
    background-color: transparent;
    border: 1px solid #952742;
    color: #000;
    padding: 7px 13px;
    font-size: 1.3em;
    width: 100%; }
    .tx-mad-gated-content form input.f3-form-error {
      background-color: #ff9f9f;
      border: 1px #f00 solid; }
  .tx-mad-gated-content form input[type="submit"] {
    width: auto;
    margin-top: 20px;
    color: #952742; }
  .tx-mad-gated-content form input:-webkit-autofill, .tx-mad-gated-content form input:-webkit-autofill:hover, .tx-mad-gated-content form input:-webkit-autofill:focus textarea:-webkit-autofill, .tx-mad-gated-content form textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, .tx-mad-gated-content form select:-webkit-autofill, .tx-mad-gated-content form select:-webkit-autofill:hover, .tx-mad-gated-content form select:-webkit-autofill:focus {
    -webkit-text-fill-color: #000; }
