.dz {
    border: dashed !important;
    background-color: white !important;
    border-radius: 10px !important;
    border-color: #D9D9D9 !important;
}

.dz:hover {
    border-color: #193D4C !important;
}

.dz-message{
    font-weight: 400;
    color: #193D4C !important;
}

.dz-message2{
    font-weight: 800;
    color: #193D4C !important;
}

.dz-image{
    border: 3px solid #193D4C;
}

.dropzone .dz-preview .dz-image {
    padding-top: 30px !important;
    padding-left: 34px !important;
}
