#emailFooterModal {
  /*.wFormContainer {

    .codesection {
      display:none;

    }

    .inputWrapper {

      display:inline;

    }

    .label {
      color: black;
      white-space: normal;
      &.preField {
        font-size: 1em;
        color: #838383;

      }
    }
    .inputWrapper {
      input,select {
        border: #c7c7c7 1px solid;
        border-radius: 5px;
        padding: 10px;
        background-color: #F2F2F2;
      }
    }
    #tfa_1893 {
      margin-top: 10px;
    }
    #tfa_1892-D {
      margin-top:10px;
      input[type="checkbox"]{
        width: 1.2em;
        height: 1.2em;
      }
    }

    #tfa_1896-HTML {
      margin-top:10px;
      span {
        font-family: 'Source Sans Pro',sans-serif !important;
        font-size: 0.8em !important;
        color: #838383;
      }
    }

    #tfa_1892 {
      .oneChoice {
        padding: 2px 6px 4px 4px;
      }
    }
    #tfa_0-A {
      #submit_button {
        margin-top: 10px;
        border: #c7c7c7 1px solid;
        border-radius: 5px;
        padding: 5px;
        color: white;
        font-size: 1.2em;
        font-weight: bolder;
        background-color: #c7c7c7;
        &.valid {
          background-color: #02A6B6;
        }
        &.invalid {
          background-color: #c7c7c7;
        }
      }
    }

    .inputWrapper {

      input,select{

        &.invalid {
          border: 2px solid red;
        }
        &.valid {
          border: 2px solid green;
        }
      }
    }
  }*/
}
#emailFooterModal .modal {
  top: 6%;
}
#emailFooterModal .modal-dialog {
  max-width: 1170px;
}
#emailFooterModal .modal-title {
  padding-bottom: 10px;
}
#emailFooterModal .modal_body .container-petcare-article ss-ct .ss_form_display #ss_form .fa_competition_fieldset .fa_select {
  border: black solid 1px;
}
