.dropzone{
  width:100%;
  border: 1px solid #000000 !important;
  border-radius: 5px;
  transition: .2s;
  min-height: 0px !important; 
}


.dropzone .dz-drag-hover {
  border: 1px solid #000000 !important;
}

.dz-message img{
  width: 40px;
  display: block;
  margin: auto;
  opacity: .6;
  margin-bottom: 0 !important;
}
.dropzone .dz-message {
  margin:0 !important;
  font-size:12px !important;
}