body, .form-control {
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 12px;
}
h1{
    margin-bottom: 40px;
}
h2{
	color: #00CC99;
	font-size: 30px;
	margin-bottom: 30px;
}
.h5{font-size: 12px;
}
label {
    color: #333;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.btn-success {
	background-color: #00CC99 !important;
	border-color: #00CC99 !important;
}

.disabled {
	background-color: #F0F0F0;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}
