
label {
    color: #fff;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
	font-size:12px;
}

.blaa{
	background:#fc636c !important;
	color:#fff;
	border-radius:0;
	padding:8px 20px;
	margin-bottom:20px;
	opacity:10 !important;
	cursor:pointer;
}
.blaa:hover{
	background:#ec3237 !important;
	color:#fff;
	font-weight:600;
}