


button#contact-submit {
    background-color: #00486d !important;
    border-color: #00486d !important;
    color: #ffffff !important;
    font-size:16px;
}


/* 80% opcacity on hover */
button#contact-submit:hover {
    background-color: rgba(0, 72, 109, 0.8) !important;
    border-color: rgba(0, 72, 109, 0.8) !important;
 
}


.formInput input {
    border:0 !important
}