* {
    font-size: 14pt;
    font-family: 'Verdana', 'Arial', 'Helvetica';
}

.logo {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    font-size: 24pt;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.logo img {
    width: 250px;
}

.form-error {
    border-color: red !important;
    background-color: lightcoral;
    color: black;
}

.error-message {
    color: red;
    font-size: 0.8em;   
}

.error-message li {
    font-size: 0.8em;
}

.table-compressed td,th {
    font-size: 0.8em;
}