/* Upload Zone Style */
.upload-drop-zone {
    /*background: url("img/icn-upload.png") 50% 30% no-repeat;*/
    border-width: 2px;
    cursor: pointer;
    margin-bottom: 20px;
    height: 200px;
}

.upload-drop-zone {
    color: #ccc;
    border-style: dashed;
    text-align: center;
    font-weight: 600;
    font-size: medium;
    border-radius: 3%;
    line-height: 200px;
}

.upload-drop-zone.drop {
    color: #000;
    border-color: #000;
}