/**
* Contact US style.
*/

.container.contact-us {
    padding-top: 20px;
}

.contact-us label {
    padding-bottom: 7px;
}

.contact-us input[type="text"],
.contact-us input[type="email"] {
    width: 50%;
    height: 35px;
}

.contact-us textarea {
    width: 100%;
    height: 100px;
}

.contact-us input,
.contact-us textarea {
    border-radius: 5px;
}

#contact-form,
#g-recaptcha {
    margin: 10px 0;
}

.error,
.success {
    margin-bottom: 20px;
}
.contact-us input.form-control {
    text-transform: uppercase;
    width: 140px;
}
