.header-bg {
    background-image: url('../../img/contact-us/contactus_header@2x.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#footer .text-field {
    color: #ffffff;
    background-color: unset;
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: unset;
}

#footer .textarea-field {
    color: #ffffff;
    background-color: unset;
}

.maskgroup29-position {
    top: 60%;
}

.form-placeholder::placeholder {
    text-align: left;
    font: normal normal normal 15px/20px D-DIN-PRO, Sans-Serif;
    letter-spacing: 0;
    color: #ffffff;
    opacity: 0.4;
}

@media (min-width: 992px) {
    .left-bg:after {
        background-color: #20285d;
        left: -999em;
        content: "";
        display: block;
        position: absolute;
        width: 999em;
        top: 0;
        bottom: 0;
    }
}

@media (max-width: 576px) {
    .form-placeholder::placeholder {
        font: normal normal normal 16px/18px D-DIN-PRO, Sans-Serif !important;
    }
}
