.drag-drop-div{
    border: 2px dashed #b3bccc;
    background: #fbfcff;
    padding-bottom: 6%;
    padding-top: 6%;
}
.drag-drop{
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
}
.drag-drop-p{
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 170px;
    color: #b3bccc;
    font-family: Arial;
}
.error-col{
    background-color: #FFD6D6;
}
.error-message{
    font-size: 12px;
}
.form-group{
    padding: 10px!important;
}
.text-dark-red{
    color: darkred;
}
.table td, .table th {
    padding: 1%!important;
}
.signature-div{
    background: #ecedf3;
    text-align: right;
    border: 2px dashed #b3bccc;
}
.jSignature{
    background: #ffffff!important;
}
.card, .table{
    color: #000;
}