.dropzone {
  background: transparent !important;
  border: none !important;
}

.dropzone * {
  color: #fff;
}

.dropzone .dz-preview.dz-image-preview {
  background: transparent !important;
}

.flash-messages {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  display: block;
  z-index: 100;
}

