/* ==========================================================================
MEUBELMATCHERS - CONTACT
========================================================================== */
.wrapper-contact {
    width: 1024px;
    margin: 0 auto;
    padding: 50px 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.formbody input[type="text"], .formbody textarea, .formbody select{
    line-height: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0px solid #b6bbc1;
    border-radius: 3px;
    box-sizing: border-box;
    color: #000000;
    display: inline-block;
    height: 35px;
    padding: 4px 8px 4px 8px;
    vertical-align: middle;
    margin-bottom: 20px;
    width: 100%;
    font-size: 16px;
    height: 46px;
    background: #ebebeb;
}


textarea#ctrl_10794 {
    height: 100px !important;
    padding: 8px 8px 8px 8px;
}

input#ctrl_10796 {
    padding: 10px 20px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 4px;
    color: white;
    background: #0c2f4f;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    cursor: pointer;
    float: right;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-weight: bold;
    font-size: 18px;
	margin-bottom: 50px;
}

.meubelmatchers-header-wrapper {
    background: #f8f8f8 !important;
}

span.invisible {
    display: none;
}

input#ctrl_10836 {
    display: inline-block;
    background: #f7911e;
    padding: 10px 15px;
    border-radius: 10px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    border: unset;
    cursor: pointer;
}

/* ==========================================================================
End
========================================================================== */


/* ==========================================================================
MEUBELMATCHERS - CONTACT - 1023px
========================================================================== */

@media screen and (max-width: 1023px) {
    .wrapper-contact {
        width: 100%;
        padding: 50px 20px;
    }
}


/* ==========================================================================
End
========================================================================== */