.dropzone {
    border: 3px dashed rgba(0,0,0,.15);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	min-height: 244px;
}

.dropzone:hover {
    border: 3px dashed rgba(13,110,253,1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	min-height: 244px;
}

.dropzone.dz-drag-hover {
    border: 3px solid rgba(13,110,253,1);
}

.dropzone .dz-message {
    margin: 55px 0 0 0;
}

.dropzone .dz-preview .dz-remove {
    color: #999;
	text-decoration: none;
}

.dropzone .dz-preview .dz-remove .fa {
	font-size: 32px;
}

.dropzone .dz-preview .dz-remove:hover {
    color: red;
}

.dropzone .dz-preview .dz-remove .fa {
    cursor: pointer;
}

.dropzone .dz-preview .dz-error-message {
    top: 170px!important;
}