.dropzone {
    background: transparent;
    border-radius: 5px;
    border: 2px dashed rgb(0, 135, 247);
    border-image: none;
    padding: 0.1rem;
    position: relative;
    text-align: center;
    /* min-height: 60px;
    max-height: 60px;*/
    line-height: 80px; 
    margin-bottom: 1rem;
}

/* .dz-message {
    margin: 0 !important;
} */