/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600); */


.error {
    color: red;
}

.sucess{
    color: green; /* #ff9966; */
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}


body {
    margin: 0;
    padding: 0;
    text-align: center;
    background: url(https://holden4u.com/pics/tribuneBuilding-300x200.png) no-repeat;
    background-size: cover;
    background-position: center;
    font-family: "sans-serif", Helvetica, Arial, Open Sans;
 /*  font-weight: 300; */
    font-size: 16px; /* 12px; */
 /*   line-height: 50px; /*30px; */
 /*   color: #777; */
 //*rev 02082012   background: lightslategray; /* #ocf; *//* 4a4a4a b2b2b2 */
}

.contact-title {
    margin-top: 100%;
    text-transform: uppercase;
    transition: all 4s ease-in-out;
}

.contact-title h1 {
    font-size: 32px;
    line-height: 10px;
}

.contact-title h2 {
    font-size: 16px;
 /*   line-height: */
}

.form {
    margin-top: 50px;
    transition: all 4s ease-in-out;
}

.form-control {
    
    width: 600px;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid grey;
    color: #fff;
    font-size: 18px;
    margin-bottom: 16px;
}

input {
    height: 45px;
}

form .submit {
    background: #cc3732;
    border-color: transparent;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    height: 50px;
    margin-top: 20px;
    
}

form .submit:hover {
    background-color: #744336;
    cursor: pointer;
}

#recaptcha {

 
   margin-left: 380px;
   
}
    


.container {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

