/*

banach
outsourcing

*/

:root {
    --col1: #fff;
    --col2: #fff;
    --borbis: #B0CB1F;
}

/* formularz kontaktowy */
.grecaptcha-badge {
    display: none !important;
}

.form-field {
    margin-bottom: 15px;
}

.form-field .wpcf7-not-valid-tip {
    background: transparent;
    box-shadow: none;
    padding: 5px 0 0;
}

input:-webkit-autofill, input:-webkit-autofill:focus {
    -webkit-transition: background-color 600000s 0s, color 600000s 0s, background-image 600000s 0s;
    transition: background-color 600000s 0s, color 600000s 0s, background-image 600000s 0s;
}

.form-field textarea {
    display: block;
    height: 150px;
    resize: none;
}

html body[data-form-submit=regular] .container-wrap .form-wyslij input[type=submit] {
    color: #000;
    background: #f3eee8;
    font-size: 21px !important;
    border-radius: 20px !important;
}

html body[data-form-submit=regular] .container-wrap .form-wyslij input[type=submit]:disabled {
    opacity: .5;
    pointer-events: none;
}

.form-zgoda .wpcf7-list-item {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    text-align: justify;
}

.form-zgoda .wpcf7-list-item input[type="checkbox"] {
    margin: 0;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.form-zgoda .wpcf7-list-item span {
    color: #eee;
}

html .wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0;
    border: 0;
    padding: 15px;
    background: #222;
    color: #fff;
    border-radius: 15px;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
}

html .wpcf7 form.invalid .wpcf7-response-output {
    background: #7f1818;
}

html .wpcf7 form.sent .wpcf7-response-output {
    background: #207f28;
}