.contact-form input, .contact-form select, .contact-form textarea  {
    background: #20282b;
    border-radius: 0px;
    color: #bec6c9 !important;
}
.contact-form input, .contact-form select {
    height: 48px;
}

.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus {
    background: #161b1d;
    border-color: #4a9292;
    color: #bec6c9 !important;
}
.form-control {
    color: #bec6c9 !important;
}

.picker {
    color: #bec6c9 !important;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #bec6c9 !important;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #bec6c9 !important;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #bec6c9 !important;
}

.contact-form button{
    border-radius: 0px;
    background-color: #fff;
    color: #161b1d
}
.contact-form button:hover{
    background-color: #435036;
    border-color: #1e2418
}

