 /* ----------------------------------------------------------------------------
 // Ezdz [izy-dizy]
 // v0.5.1 - released 2016-05-10 14:52
 // Licensed under the MIT license.
 // https://github.com/jaysalvat/ezdz
 // ----------------------------------------------------------------------------
 // Copyright (C) 2016 Jay Salvat
 // http://jaysalvat.com/
 // ---------------------------------------------------------------------------*/

.ezdz-dropzone {
    position: relative;
    border-radius: 0;
    text-align: center;
    width: 100%;
    height: auto;
    border: 1px dashed #f00;
    overflow: hidden;
     color: #5f5e5e;
    padding:60px 0;
    font: 400 16px/1.6em "Roboto",sans-serif;
}

    .ezdz-dropzone div {
        /* */
    }

        .ezdz-dropzone span {
            color: #ee3528;
            overflow: hidden;
        }

        .ezdz-dropzone img {
             border-radius: 0;
    margin-top: 0;
    
    width: 100px;
        }

        .ezdz-dropzone [type="file"] {
            cursor: pointer;
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0;
            margin: 0;
            padding: 0;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }