

.contact_section {

    background-image: url("");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: right center;

}

.contact_form {
    background: #fff;
    background-size: cover;
    background-position: center center;
    min-height: auto;
    padding: 45px 65px 65px;
    max-width: 10px;
    margin: 142px 0;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}

.field input {

    width: 100%;
    background: #fff;
    min-height: 60px;
    border: none;
    margin: 10px 0 0 0;
    color: #000;
    padding: 0;
    font-size: 20px;
    font-weight: 300;
    border-bottom: solid #ccc 2px;

}

.field textarea {
    width: 100%;
    background: #fff;
    min-height: 120px;
    border: none;
    margin: 10px 0 0 0;
    color: #000;
    padding: 0;
    font-size: 20px;
    font-weight: 300;
    border-bottom: solid #ccc 2px;
}

.contact_form_inner button {
    width: 210px;
    height: 60px;
    border: none;
    font-size: 20px;
    color: #fff;
    line-height: 62px;
    cursor: pointer;
    transition: ease all 0.5s;
    background: #0065c3;
    text-transform: none;
}

.contact_form_inner button:hover,
.contact_form_inner button:focus {
    color: #ffff;
    background: red;
}

