.bcl-error-message {
    color: #dc3232;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 600;
    animation: bcl-fade-in 0.3s ease-in-out;
}

.bcl-input-error {
    border-color: #dc3232 !important;
    box-shadow: 0 0 0 1px #dc3232 !important;
}

@keyframes bcl-fade-in {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}