

h1 {
    margin-bottom: 40px;
}

label {
    color: #333;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

form#contact-form label {
    font-size: 18px;
    color: #000000a8;
}

form#contact-form textarea {
    height: 140px !important;
    resize: none;
    border-color: #ededed !important;
    border-radius: 4px !important;
}

form#contact-form input.btn {
    font-size: 18px;
    font-family: unset;
    letter-spacing: 0px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 10px 15px;
}

