#multiStepSection {
	margin: 50px auto;
	text-align: center;
	position: relative;
}
#multiStepSection fieldset {
	background: white;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 20px 30px;
	box-sizing: border-box;
	width: 80%;
	margin: 0 10%;
	/*stacking fieldsets above each other*/
	position: relative;
}
#multiStepSection fieldset:not(:first-of-type) {
	display: none;
}
#multiStepSection .action-button {
	width: auto;
	background: #27AE60;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	margin: 10px 5px;
}
#multiStepSection .action-button:hover, #multiStepSection .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
/*headings*/
.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
.has-error select, .has-error input{
	border:1px solid #b31010;
}

.has-error .form-control {
    border: 1px solid red !important;
}