/* Buraya gerekli CSS stillerini ekleyin */

.error {
    border: 1px solid red !important;
}

.error-message {
    color: red;
    font-size: 0.8em;
    margin-top: 5px;
    display: block;
}
