@charset "UTF-8";
/* CSS Document */

.contactForm {
 background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(111, 168, 29, 0.07) 0%, rgba(111, 168, 29, 0.07) 1%, rgba(111, 168, 29, 0.08) 35%, rgba(92, 140, 25, 0.09) 69%, rgba(26, 88, 15, 0.09) 95%, rgba(13, 78, 13, 0.09) 100%) repeat scroll 0 0;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    color: #414550;
    padding: 30px 0 0 20px;

}

.contactForm p {
    font-style: italic;
    margin-bottom: 10px;
    padding-top: 5px;
}
p {
    color: #5e637b;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.5em;
}

.contactForm label {
    color: #888!important;
    font-size: 12px;
    font-weight: bold;
    margin-right: 20px;
    text-transform: uppercase;
}


input[type="text"], input[type="password"], input[type="email"], textarea, select {
    background: #fff none repeat scroll 0 0;
    color: #414558;
    display: block;
    font: 12px Arial,Helvetica,sans-serif;
    margin: 0 0 10px;
    max-width: 100%;
    outline: medium none;
    overflow: hidden;
    padding: 10px;
    width: 350px;
    border: 1px solid #e1e5e9;
}
:




 p.logo {border:0px dotted #fff!important;line-height:0.6em;padding:1.0em!important;margin: -27% 0 0 -3.3%;}



.alert-success{font-size:24px!important;color:#96b170!important;}


h3, li{color:#96B170;}

