﻿.error-message {
    color: #d73a49;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
    font-family: inherit;
}

.success-message {
    color: #28a745;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin: 0;
    font-family: inherit;
}

.validation-summary-errors {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .validation-summary-errors li {
        color: #d73a49;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        margin: 0;
        font-family: inherit;
    }

.login-card {
    overflow: hidden;
}

.login-bg-image {
    background: url('../images/portal-login.svg') no-repeat center center;
    background-size: cover;
    min-height: 540px;
}

.footer-link {
    text-decoration: underline !important;
}

.test-label {
    background-color: lightgray;
    text-align: center;
    color: darkred;
}
