.dropzone {
    min-height: 350px;
    border: 2px dashed #4977BC;
    background: #F4F5FA;
}

    .dropzone .dz-message {
        font-size: 1.89rem;
        line-height:2.5rem;
        position: absolute;
        top: 35%;
        left: 0;
        width: 100%;
        padding:2rem;
        /*height: 300px;
            - siranga 
            - 31-01-2020

        */
        margin-top: -30px;
        color: #4977BC;
        text-align: center;
    }

        .dropzone .dz-message:before {
            /*content: "\e94b";
            font-family: 'Line Awesome Free';*/
            font-size: 80px;
            position: absolute;
            top: 48px;
            width: 80px;
            height: 80px;
            display: inline-block;
            left: 50%;
            margin-left: -40px;
            line-height: 1;
            z-index: 2;
            color: #4977BC;
            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: 'Line Awesome Free';*/
            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;
        }
