.abstract-form{
	max-width:550px;
	padding: 20px;
	margin:0 auto;
}
.abstract-form input, button, textarea{
	padding:10px;
}
.form-control{
	display:block;
}
.btn-sub{
	outline: none;
	padding: 10px 16px;
	background-color: #333;
	color:#fff;
	cursor: pointer;
	font-size: 18px;
	height:auto;
}

/* Style the active class, and buttons on mouse-over */
.active, .btn-sub:hover {
  background-color: #b35c5c;
  color: white;
} 