.dropzone .dz-preview .dz-image img {
  max-width: 120px;
}
.dropzone .dz-preview .dz-error-message {
  top: 150px!important;
}
.dropzone {
  transition: all 0.2s;
  border-radius: 5px;
  min-height: 60px;
  margin-bottom: 20px;
}
.dropzone.compact {
  min-height: 60px;
  padding: 0 20px;
}

.dropzone .dz-message {
  margin: 1.2em;
  font-size: 14px;
  line-height: 2;
}
.dropzone:hover {
  color: #fff;
  background-color: #068ad1;
}
.dropzone:hover .dz-remove {
  color: #fff;
}
.dropzone.dz-drag-hover {
  border-style: dashed;
}