﻿:root {
    --mdc-theme-primary: #14234A;
    --mdc-theme-secondary: #3659B1;
    --mdc-theme-background: #EBEBEB;
    --mdc-theme-error: #E73C3C;
    --mdc-typography-font-family: 'Manrope';
}

body {
    font-family: 'Manrope' !important;
    height: 100%;
}

a {
    color: #14234A;
    text-decoration: none;
}

    a:hover {
        color: #3659B1;
        text-decoration: none;
    }

    a:visited {
        color: #14234A;
    }

.validation-summary-errors {
    color: var(--mdc-theme-error);
}

    .validation-summary-errors ul {
        list-style-type: none;
        color: var(--mdc-theme-error);
        padding: 0px;
        margin-bottom: 0px;
    }

    .validation-summary-errors li {
        margin-bottom: 5px;
        font-size: 14px;
    }

.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: var(--mdc-theme-primary);
}
