
        /* Normalise layout from customer site */
        body {
           font-family: 'Avenir Book',Helvetica,Arial,Lucida,sans-serif !important;
        }

        #pardot-form {
           padding: ;
	       background: white;
        }

        #pardot-form .form-row {
            margin-left: 0;
            margin-right: 0;
            width: 100%;
        }

        #pardot-form .form-row>.col,
        #pardot-form .form-row>[class*=col-] {
            padding-right: 10px;
            padding-left: 10px;
        }

        #pardot-form input.text,
        #pardot-form textarea.standard,
        #pardot-form select,
        #pardot-form input.date {
            font-size: 16px;
            line-height: 100%;
            text-transform: none;
            letter-spacing: normal;
            color: rgba(0, 0, 0, 0.6);
            display: block;
            width: 100%;
	        height: 60px;
            padding: 20px;
            outline: none;
            transition: border 0.3s ease 0s;
            border: 1px solid rgba(0, 0, 0, 0.4);
            border-radius: 3px;
            background: #e8e7e7;
            appearance: none;
        }

        #pardot-form textarea.standard {
            min-height: 200px;
        }

        #pardot-form .form-field.column-2-1.pd-select:before,
        #pardot-form .form-field.column-3-1.pd-select:before,
        #pardot-form .form-field.column-3-2.pd-select:before {
            right: 32px;
        }

        #pardot-form .form-group {
            width: 100%;
            padding-left: 10px;
            padding-right: 10px;
        }

        #pardot-form .form-field.column-2-1.pd-select:before,
        #pardot-form .form-field.column-3-1.pd-select:before,
        #pardot-form .form-field.column-3-2.pd-select:before {
            right: 32px;
        }


        #pardot-form .col-auto {
            padding-left: 10px;
            padding-right: 10px;
        }
        
        #pardot-form label.field-label {
            display: block;
            font-size: 16px;
            margin-bottom: 0;
        }

        #pardot-form .required label.field-label:after {
            content: "*";
            padding-left: 5px;
            color: rgba(0, 0, 0, .6)
        }

        #pardot-form #resubscribeIndicator {
            display: none !important;
        }

        #pardot-form p.error.no-label {
            font-size: 12px;
            text-transform: none;
            letter-spacing: normal;
            line-height: 24px;
            color: rgb(215, 0, 35);
            margin-bottom: 0;
        }

        ::placeholder {
            color: rgba(0, 0, 0, .6);
        }

        ::-webkit-input-placeholder {
            color: rgba(0, 0, 0, .6);
        }

        ::-moz-placeholder {
            color: rgba(0, 0, 0, .6);
            opacity: 1;
        }

        :-ms-input-placeholder {
            color: rgba(0, 0, 0, .6);
        }

        :-moz-placeholder {
            color: rgba(0, 0, 0, .6);
            opacity: 1;
        }
        
        #pardot-form .pd-checkbox input:checked+label:before {
            content: "\f00c";
            font-family: 'Avenir Book',Helvetica,Arial,Lucida,sans-serif !important;
            background: #fff;
            color: rgba(0, 0, 0, .6);
        }

        #pardot-form .pd-checkbox input+label:before {
            content: '';
            display: block;
            background: #fff;
            vertical-align: middle;
            border-radius: 2px;
            width: 27px;
            height: 27px;
            padding: 5px;
            margin-right: 10px;
            margin-top: 2px;
            text-align: center;
            font-size: 15px;
            line-height: 1;
            position: absolute;
            border: 1px solid rgba(0, 0, 0, 0.4);
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }

        #pardot-form .pd-checkbox input {
            opacity: 0;
            position: absolute;
        }

        #pardot-form .pd-checkbox label.inline {
            display: inline-block;
            margin-bottom: 10px;
            padding-left: 35px;
            padding-right: 30px;
            position: relative;
            outline: 0;
        }
        
        #pardot-form .pd-checkbox span {
            display: block;
        }
        
        #pardot-form .no-label label.inline {
            font-weight: bold;
            font-size: 14px;
        }
        
        #pardot-form span.value {
            width: 100%;
        }
        
        #pardot-form .pd-radio span {
            display: inline-block;
        }   
        
        #pardot-form .pd-radio label.inline {
            margin-bottom: 0px;
            padding-left: 5px;
            padding-right: 30px;
        }

        #pardot-form .error input,
        #pardot-form .error select,
        #pardot-form .error textarea {
            border: 1px solid rgb(215, 0, 35) !important;
        }

        #pardot-form form.form input.text:blur {
            background-color: rgb(232, 240, 254) !important;
        }

        button[type="submit"] {
            font-family: 'Avenir Book',Helvetica,Arial,Lucida,sans-serif !important;
            font-size: 18px;
            line-height: 1.7em;
            font-weight: 500;
            text-transform: none;
            margin: 0 !important;
            border-radius: 30px;
            border: 0 #ffffff;
            background-image: linear-gradient(90deg,#5d176a 0%,#a3006a 100%);            
            color: #ffffff;
            padding: 0.3em 1em;
            cursor: pointer;
            -webkit-transition: .3s ease;
            transition: .3s ease;
            min-width: 180px; 
            text-align:center;
        }

        button[type="submit"]:after {
            color: #fff;
            position: relative;
            -webkit-transition: .3s ease;
            transition: .3s ease;
            speak: none;
            font-style: normal;
            font-weight: 500;
            -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
            font-variant: normal;
            text-transform: none;
            line-height: inherit !important;
            margin: 1px 0 0 -5px;
            opacity: 0;
            color: inherit !important;
        }

        button[type="submit"]:hover {
            background-image: linear-gradient(90deg,#e8e8e8 0%,#e8e7e7 100%);            
            color: #5d176a;
        }

        button[type="submit"]:hover:after {
            margin: 1px 0 0 6px;  
            opacity: 1;
        }