@charset 'utf-8';

.upload-btn-wrapper{position:relative;overflow:hidden;}
.upload-btn-wrapper input[type=file]{font-size:100px;position:absolute;left:0;top:0;opacity:0}
#file-dropZone {border:1px dashed #9f9f9f;cursor:pointer;width:100%;height:100px;color:#9f9f9f;background-color:#fff}
#fileDragDesc{width:100%;height:100%;margin-left:auto;margin-right:auto;padding:24px 5px 5px;text-align:center;line-height:27px;vertical-align:middle; font-size:11px; color:#9f9f9f;}