input{box-sizing:border-box}
    body {
        margin: 0;
    }
    #pardot-form{
        box-sizing: border-box;
        margin: 0 0 0 0;
        padding: 0;
        position: relative;
    }

    p.pd-text label, p.pd-select label, p.pd-textarea label {display:none !important;}
    
    input.text, input.text:focus{
            color: #0e2730 !important;
            border: none !important;
            background-color: #ffffff !important;
            padding: 0 15px !important;
            font-size: 14px !important;
            font-weight: 700 !important;
            height: 45px !important;
            width: 100% !important;
            user-select: none;
            outline: none !important;
    }
    
    form.form p {
        margin-inline: 0;
        padding-inline: 0;
}
    #pardot-form .pd-checkbox label {
      position: relative;
      margin-left: 0px !important;
      width: 100% !important;
    }
    
    form.form p.no-label{
        margin-left: 7px !important;
        margin-bottom: 5px !important;
    }
     
    /* style the unchecked checkbox */
    #pardot-form .pd-checkbox input+label:before {
      content: '';
      background: #fff;
      border: none;
      display: inline-block;
      vertical-align: middle;
      width: 15px;
      height: 15px;
      padding: 0px;
      margin-right: 10px;
      text-align: center;
      font-size: 15px;
      line-height: 15px;
    }
     
    /* style the checked checkbox */
    #pardot-form .pd-checkbox input:checked+label:before {
      content: "\2713";
      background: #fff;
      color: #0e2730;
    }
    
    /* 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 {
      display: inline-block;
      vertical-align: middle;
      color: #ffffff !important;
      margin: 5px;
      font-size: 11px;
      font-weight: 600 !important;
      cursor: pointer;
    }
    
    form.form p.message{
        margin: 0px 0px 0px 7px;
        font-style: italic;
        color: #ffffff;
        opacity: .5;
        font-weight: 500;
        font-size: 10px;
        position: absolute;
        bottom: 60px;

    }
    
   form.form p.submit {
    margin: 0px 0px 0px auto !important;
    padding-top: 70px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
    
    form.form p.submit input{
        color: #ffffff !important;
        background-color: #24a72d !important;
        height: 45px !important;
        padding: 10px 15px !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        border: none !important;    }
    
    form.form textarea.standard{
        color: #0e2730 !important;
        border: 1px solid #979797 !important;
        background-color: #fff !important;
        padding: 15px 15px !important;
        Font: normal normal 700 14px Tahoma,Arial,Helvetica,Verdana,sans-serif !important;
        height: 140px !important;
        width: 100% !important;
        user-select: none;
        outline: none !important;
        box-sizing:border-box;
    }
    
    textarea::-webkit-input-placeholder {
        color: #0e2730;
        Font: normal normal 700 14px Tahoma,Arial,Helvetica,Verdana,sans-serif !important;
    }

    textarea:-moz-placeholder { /* Firefox 18- */
        color: #0e2730;
        Font: normal normal 700 14px Tahoma,Arial,Helvetica,Verdana,sans-serif !important;
    }

    textarea::-moz-placeholder {  /* Firefox 19+ */
        color: #0e2730;
        Font: normal normal 700 14px Tahoma,Arial,Helvetica,Verdana,sans-serif !important;
    }

    textarea:-ms-input-placeholder {
        color: #0e2730;
        Font: normal normal 700 14px Tahoma,Arial,Helvetica,Verdana,sans-serif !important;
    }
    
    ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #0e2730;
        opacity: 1; /* Firefox */
        font-size: 14px;
        font-weight: 700 !important;
    }
    
    :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #0e2730;
        font-size: 14px;
        font-weight: 700 !important;
    }
        
    ::-ms-input-placeholder { /* Microsoft Edge */
        color: #0e2730;
        font-size: 14px;
        font-weight: 700 !important;
    }
.red-background, form.form p.errors {
    background: #FFFF00;
    color:black;
    
}
form.form p.error {
color: #FFFF00;
}