.help-block{
    color:red;
}

.select2-container--default .select2-selection--single{
	border: 1px solid #ced4da;
}

.select2-container .select2-selection--single{
	height: 37.3px;
}

body{
	padding-bottom: 50px;	
	position: relative;
}

footer{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #FFF;
	z-index: 5;
}