.contact-form input {
    width: 100%;
    height: 40px;
    margin-bottom: 11px;
    padding: 0 12px;
}

.contact-form select {
    width: 100%;
    height: 40px;
    margin-bottom: 11px;
    padding: 0 5px;
}

.contact-form textarea {
    height: 120px;
    padding: 6px 12px;
}
.sub-btn {
    background-color: #111 !important;
    text-transform: uppercase;
    padding: 15px 0 !important;
    height: 58px !important;
    font-size: 20px !important;
    margin-top: 22px !important;
}
.sub-btn:hover {
    background: #23282D !important;
}