.is-invalid{
    background-image:none !important;
}
.justify-content-right{
    justify-content: right;
}

        .dropzone {
            border: 2px dashed #007bff;
            background: #f9f9f9;
            padding: 30px;
        }

        .dz-progress {
            display: none !important;
        }
        .dz-remove{
            color: red !important;
        }