.dropzone {
  min-height: 112px;
  border: 2px dashed #666ee8;
  background: #f4f5fa; }
  .dropzone .dz-message {
    font-size: 20px;
    position: absolute;
    left: 0;
    width: 100%;
    /*height: 300px;*/
    margin-top: 29px;
    color: #666ee8;
    text-align: center; }
    .dropzone .dz-message:before {
        content: "\e864";
        font-family: 'feather';
        /* font-size: 80px; */
        position: absolute;
        top: 38px;
        width: 80px;
        height: 80px;
        display: inline-block;
        left: 50%;
        margin-left: -40px;
        line-height: 1;
        z-index: 2;
        color: #666ee8;
        text-indent: 0px;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
    }
  .dropzone .dz-preview.dz-image-preview {
    background: transparent; }
  .dropzone .dz-preview .dz-remove {
    font-size: 1.1rem;
    color: #ff4961;
    line-height: 2rem; }
    .dropzone .dz-preview .dz-remove:before {
      content: "\e9e6";
      font-family: 'feather';
      display: inline-block;
      line-height: 1;
      z-index: 2;
      text-indent: 0px;
      font-weight: normal;
      -webkit-font-smoothing: antialiased; }
    .dropzone .dz-preview .dz-remove:hover {
      text-decoration: none;
      color: #ff1635; }
.dz-error-mark, .dz-success-mark {
    display: none;
}