/* Utils */
#layoutDefault, #layoutDefault_footer {
    background-color: #161616 !important;
}

/* Header */
.form-bg {
    background: url(../img/form/form-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    object-fit: fill;
}

/* Section */
.form-hr {
    border: 1px solid #FED348;
    width: 50%;
}

.form-map {
    width: 100%;
    height: 400px;
    border: 3px solid #FED348;
    border-radius: 5px;
}

.form-card {
    z-index: 2;
}

.form-card-bg {
    height: 96vh;
    position: absolute;
    width: 93%;
    top: 15px;
    right: 0px;
}

.form-group {
    margin-bottom: 30px;
}

.form-group input,
.form-group select,
.form-group textarea {
    border-color: var(--black);
}

label {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--black);
}

@media only screen and (max-width: 997.98px) {

    .page-header {
        padding-bottom: 1rem;
    }

}
