#contact_form{
    margin-bottom: 30px;
}

.formLine{
    margin-bottom: 5px;
}
#contact_form input.input_text{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    width: 388px;
    border: 1px solid #F6871F;
    background-color: #fff;
    height: 20px;
    color: #696b6b;
    border-radius: 8px;
    padding: 5px 12px;
}
#contact_form textarea{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    resize: none;
    width: 388px;
    height: 150px;
    border: 1px solid #F6871F;
    background-color: #fff;
    color: #757575;
    border-radius: 8px;
    padding: 5px 12px;
}
#contact_form label {
    top: 0px;
    width: 140px;
    float: left;
}
#contact_form .button_send{
    font-size: 18px;
    border: 1px solid #F6871F;
    background: #fff;
    cursor: pointer;
    color: #F6871F;
    border-radius: 8px;
    padding: 10px 0px;
    width: 140px;
    text-align: center;
    
}
#contact_form .button_send:hover{
    background: #F6871F;
    color: #fff;
}