.dropzone {
	display: inline-block;
	position: relative;
	padding-top: 15px;
	padding-left: 25px;
	margin-bottom: 20px;
	margin-right: 20px;
	width: 100%;
	min-height: 160px;
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	color: #273691;
	border-radius: 25px;
	border-color: #eaecf5;
	background-color: #eaecf5 !important;
}

/*
.dropzone .dz-message {
	margin: 0;
	text-align: left;
}
*/
.dropzone .dz-preview.dz-image-preview {
	background-color: transparent;
}

.dropzone .dz-preview {
	margin: 15px;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
	background: linear-gradient(to bottom, #273691, #273691);
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
	background-color: #fff;
}

.dropzone .dz-success-mark {
	border-radius: 50%;
	background-color: rgb(0, 255, 0, 0.5);
}

.dropzone .dz-error-mark {
	border-radius: 50%;
	background-color: rgb(255, 0, 0, 0.5);
}

.dropzone .dz-remove {
	font-style: normal;
	background-color: transparent;
}

.dropzone .dz-error-message {
	margin-top: 15px;
}
