#banner {
    height:300px;
    background: url('/assets/custom/img/default/background.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#banner h1 {
    text-align: center;
    font-weight: bolder;
    color: white;
}

.contact-form-wrapper {
    width: 50%;
}

@media (max-width: 991.98px) {
    .contact-form-wrapper {
        width: 100% !important;
    }
}

.contact input[type=text],
.contact input[type=email],
.contact input[type=tel],
.contact input[type=number],
.contact input[type=password],
.contact input[type=url],
.contact textarea {
    padding-left: 10px !important;
    padding-right: 0px !important;
    width: 96% !important;
}