.dropzone
{
    min-height: 350px;

    border: 2px dashed #967adc;
    background: #f3f3f3;
}
.dropzone .dz-message
{
    font-size: 2rem;

    position: absolute;
    top: 50%;
    right: 0;

    width: 100%;
    height: 300px;
    margin-top: -30px;

    text-align: center; 

    color: #967adc;
}
.dropzone .dz-message:before
{
    font-family: 'feather';
    font-size: 80px;
    font-weight: normal;
    line-height: 1;

    position: absolute;
    z-index: 2;
    top: 48px;
    right: 50%;

    display: inline-block;

    width: 80px;
    height: 80px;
    margin-right: -40px;

    content: '\e94b';
    text-indent: 0;

    color: #967adc;

    -webkit-font-smoothing: antialiased;
}
.dropzone .dz-preview.dz-image-preview
{
    background: transparent;
}
.dropzone .dz-preview .dz-remove
{
    font-size: 1.1rem;
    line-height: 2rem; 

    color: #da4453;
}
.dropzone .dz-preview .dz-remove:before
{
    font-family: 'feather';
    font-weight: normal;
    line-height: 1;

    z-index: 2;

    display: inline-block;

    content: '\e9e6';
    text-indent: 0;

    -webkit-font-smoothing: antialiased;
}
.dropzone .dz-preview .dz-remove:hover
{
    text-decoration: none;

    color: #c42737;
}
