/***** Dropzone Styles *****/
.dropzone {
    border: 2px dashed #0087F7;
    border-radius: 5px;
    background: white;
}
.dropzone-control .dropzone {
    padding: 0px 20px;
    background-color: #f5f6f7;
}
.dropzone .dz-message {
    margin: 4.4em 0;
    font-size: 14px;
    font-weight: 400;
}
.dropzone .dz-message .note {
    font-size: 0.8em;
    font-weight: 200;
    display: block;
    margin-top: 1.4rem;
}