﻿/* Validation error messages */
.field-validation-error {
    color: red;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
}

.form-control:focus {
    border-color: #007bff !important;
}
