.text-right{
	text-align: right;
}
.text-center{
	text-align: center;
}

.input-group .select2-container--default .select2-selection--single
{
	border-radius: 0;
}

.select2-container .select2-selection--single{
	height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 38px;
}

.dropify-wrapper .dropify-message span.file-icon{
	font-size: 50px;
}

.dropify-wrapper .dropify-message p{
	font-size: 25px;
}

.alert p:last-child{
	margin-bottom: 0 !important;
}