﻿#fileUploadDZ {
    width: 100px;
    height: 100px;
    border-width: 2px;
    border-radius: 50%;
    background: cornflowerblue;
    border-style: outset;
    border-width: 5px;
    background-image: url("../images/file-upload-icon.png");
    background-size:50px;
    background-repeat:no-repeat;
    border-color: aliceblue;
    background-position: center;
    margin:20px;
}

.fileDZText {
    color: white;
    text-align: center;
    font-weight: bold;
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
}


