.dropzone .dz-message:before, .dropzone .dz-preview .dz-remove:before {
    font-family: feather;
    display: inline-block;
    z-index: 2;
    text-indent: 0;
    font-weight: 400;
    -webkit-font-smoothing: antialiased
}

.dropzone {
    min-height: 250px;
    border: 2px dashed #666EE8;
    background: #F4F5FA
}

.dropzone .dz-message {
    font-size: 1.4rem;
    position: absolute;
    top: calc(50% - 80px);
    left: 0;
    width: 100%;
    color: #666EE8;
    text-align: center
}

.dropzone .dz-message:before {
    content: '\e9d1';
    font-size: 40px;
    position: absolute;
    top: 48px;
    width: 80px;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    line-height: 1;
    color: #666EE8
}

.dropzone .dz-preview.dz-image-preview {
    background: 0 0
}

.dropzone .dz-preview .dz-remove {
    font-size: 1.1rem;
    color: #FF4961;
    line-height: 2rem
}

.dropzone .dz-preview .dz-remove:before {
    content: '\e9e6';
    line-height: 1
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: none;
    color: #FF1635
}