.dropzone {
	background: white;
	border-radius: 5px;
	border: 2px dashed rgba(214, 129, 18, 1);
	border-image: none;
	margin-left: auto;
	margin-right: auto;
    min-height: 130px;
}
.dropzone .dz-message {
    margin: 1.5em;
}
.dropzone .dz-message .dz-button {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}



