﻿.input-validation-error {
    border: 1px solid red;
}

.dz-box {
    border: 2px dashed rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    margin: 0 auto;
}

/*clear the style that the dropzone apply to the form*/
form.dropzone {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    background: none;
}

.field-validation-error {
    color: red;
    font-size: 13px;
}

.dropzoneDashed {
border: 1px dashed #bababa!important;
}