#dropzone {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    border: 5px dashed #60a7dc;
    position: absolute;
    z-index: 2;
}

.dropzone-over {
    background: rgba(96,167,220,.4);
}


#dropzone .dropzone-desc {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    font-size: 16px;
    transform: translateY(-50%);
}

#dropzone-container {
    height: 200px;
}

#files , #browse, #fake-input {
    display: none;
}

#upload-icon {
    margin-bottom: 10px;
}

#choosefile-text {
    color: #000000;
    display: inline;
    font-weight: bold;
}
#choosefile-text:hover {
    color: #0a28ff;
    display: inline;
    font-weight: bold;
    cursor: pointer;
}
