.error-message {
    color: #dc3545;
    font-size: 0.8em;
    margin-top: 0.25rem;
    display: none;
}

.error-input {
    border-color: #dc3545 !important;
}

.error-input:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}
