.input-contact {
    width: 70%;
    line-height: 2;
    display: inline-block;
    background: white;
    padding: 0px 20px 30px 20px; 
    border-right: 1px solid #dfdfdf;
}

.input-contact h1 {
    text-shadow: 1px 0 #00305F!important;
    font-weight: normal !important;
    margin-top: 0;
    font-size: 25px;
}

.input-contact input[type='text'] {
    height: 30px;
    width: 442px;
}

#input-content {
    height: 100%;
}

.contact-address {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    padding: 20px;
    line-height: 0.8;
}

.submit-button {
    background: none repeat scroll 0 0 #002F5D;
    border: 1px solid transparent;
    border-radius: 4px 4px 4px 4px;
    color: #FFF;
    padding: 5px 10px;
    text-transform: uppercase;
    cursor: pointer;
}

.error {
    color: red;
    display: block;
}

.contact-response {
    border: 2px solid;
    text-indent: 10px;
    margin-bottom: 20px;
}

.success_repsonse {
    border-color: #398f14;;
}

.fail_response {
    border-color: red;
}