﻿.field-validation-error {
    color: red; /* make warnings red */
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

.card-title {
    background-color: #003A70;
    color: white;
    width: 100%;
    height: 43px;
    font-size: x-large;
    text-align: center;
    align-content: center;
    font-family: sans-serif;
    border: inherit;
}
