﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.field-validation-error:not(:empty) {
    background-color: #dc3545;
    color: white;
    padding: 5px 10px;
    display: block;
    border-radius: 5px;
}