
.modal {
    transition: ease all 1s;
    background-color: rgba(0,0,0, 0.5);
}
.invalid-feedback {
    color:#a94442;
    display:none;
}
.has-error-custom label{
    color:#a94442;
}

.has-error-custom input {
    border-color: #a94442;
}

.has-error-custom input:focus {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 6px #ce8483;
}

.has-error-custom .invalid-feedback {
    display: none;
}