.dropzone {
  box-sizing: border-box;
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;

  background: rgba(#60a7dc, 0.8);
  border: 11px dashed #60a7dc;
}
