.dropzone-wrapper {
  border: 2px dashed #91b0b3 !important;
  color: #92b0b3;
  position: absolute;
  height: 100%;
  width: 100%;
}

.dropzone-desc {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 90%;
  height: 100%;
  font-size: 16px;
  font-family: Roboto;
  font-weight: normal !important;
  display : flex;
  align-items : center;
  justify-content : center;
  white-space: normal;
}

.dropzone,
.dropzone:focus {
  position: absolute;
  outline: none !important;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
  background: #ecf0f5 !important;
}