.input-validation-error { border-color: #e70909 !important; background-color: lightpink !important; }
.card[class*=card-border-shadow-]::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; border-bottom-width: 4px; border-bottom-style: solid; border-radius: var(--bs-border-radius); transition: all 0.2s ease-in-out; z-index: -1; }
.custom-error { font-size:13px; color:red; }