#previews {
	width: 500px;
	height: 150px;
	background-color: #fff;
}
#dropzone, #uploadBusinessReg {
	width: 500px;
	height: 150px;
	background-color: #EFF2F7;
}

#previews, div.dz-message {
	border-style: dashed;
	border-width: 2px;
	border-color: #8a8a8a;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

div.dz-message {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.dz-message div {
	display: flex;
	align-items: center;
}

#uploadLink {
	color: blue;
	cursor: pointer;
}

#removeCurrentFileBtn {
	width: 25px;
	color: red;
	cursor: pointer;
}