

#dropzone {
  margin-bottom: 10px; }

.dropzone {
  border: 2px dashed #73a2cd;
  border-radius: 10px;
  background: white; }
  .dropzone .dz-message {
    font-weight: 400; }
    .dropzone .dz-message .note {
      font-size: 0.8em;
      font-weight: 200;
      display: block;
      margin-top: 1.4rem; }

