.dropzone.dz-clickable {
    cursor: pointer;
}

.dropzone {
    border: 2px dashed #0087F7;
    border-radius: 5px;
    background: white;
    padding: 54px 54px;
    min-height: 150px;
    box-sizing: border-box;
}

.dropzone .dz-message {
    text-align: center;
    margin: 2em 0;
}
