.modal h3,.modal label{
	color: #333;
	display: block;
	font-weight: 300;
}
.modal label.error {
    padding: 0;
    margin: 0 0 -20px 0;
    display: inline-block;
    position: relative;
    top: -20px;
    color: red;
}
.modal input, .modal textarea{
    border: 1px solid #757575;
    padding: 7px;
    margin: 0 0 20px;
    width: calc(100% - 25px);
	color: #333;
	font-weight: 300;
}
.modal input[type="submit"]{
    background: #80a6c7;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
}
.modal .btn-block{
	max-width: calc(100% - 25px);
}
.modal-title{
	color: #333;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}
h3.light-modal-heading{
	color: #80a6c7;
}