/*!
 * BuilderEngine Block Theme (http://builderengine.com)
 * Contact Form
 */


/* -------------------------------
    General Styles
------------------------------- */
.btn.btn-contact {
    background: #00acac;
    border-color: #00acac;
    color: #fff;
}
.btn.btn-contact:hover,
.btn.btn-contact:focus {
    background: #008a8a;
    border-color: #008a8a;
}
.form-group{
	margin-left:15px;
	margin-right:15px;
}

.cms-checkbox {
    line-height: 35px;
}

.cms-checkbox input[type=checkbox] {
    float: left;
    width: 35px;
    margin-left: 0px;
    position: relative;
}