﻿#ErrorWrapper {
    height: 270px;
    width: 50vw;
    margin-top: 25vh;
    margin-left: 25vw;
    align-content: center;
    background-color: white;
}

    #ErrorWrapper h1 {
        text-align: center;
        color: red;
    }

    #ErrorWrapper h2 {
        text-align: center;
        color: red;
    }

    #ErrorWrapper h4 {
        text-align: center;
    }

    #ErrorWrapper ul {
        margin-left: 3vw;
        list-style-position: outside;
    }

        #ErrorWrapper ul li {
            font-weight: bold;
        }

        #ErrorWrapper ul li label {
            font-weight: normal;
            color: red;
        }

    #ErrorWrapper a.portalReturn {
        font-size: 1.5em;
        text-align: center;
    }

    #ErrorWrapper a.aAuthReturnLink {
        padding-left: 23%;
        padding-right: 23%;
        font-size: 1.5em;
    }
