.page-template-lead2 .post-postcode,
.page-template-lead2 .gform_wrapper,
.page-template-lead2 #disclaimer,
.page-template-lead .post-postcode,
.page-template-lead .gform_wrapper,
.page-template-lead .voordelen2,
.page-template-lead .huis,
.page-template-lead #disclaimer {
    display: none !important;
}

.notice,
.pre-postcode {
    display: revert;
}

input.button.pc-submit {
    height: 56px;
    font-size: 34px;
    font-weight: 600;
    text-transform: none;
    padding: 0px;
    width: 45%;
    min-width: 200px;
    vertical-align: top;
    overflow: hidden
}

input.pc-search {
    line-height: 38px;
    height: 56px;
    font-size: 32px;
    width: 51%;
    min-width: 200px;
    border: solid 2px;
    vertical-align: top;
    border-radius: 5px;
    margin-bottom: 5px
}

input.pc-search:focus {
    border-color: rgb(48, 119, 61);
}

input.pc-search::placeholder {
    color: grey;
    opacity: 0.5;
}