﻿.not-authorized-wrapper {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .not-authorized-wrapper .not-authorized-title {
    }

    .not-authorized-wrapper .not-authorized-description {
    }

    .not-authorized-wrapper .not-authorized-logout-wrapper {
        display: flex;
        flex-direction: row;
    }

    .not-authorized-wrapper .not-authorized-logout-click-to {
        margin-right: .25rem;
    }

    .not-authorized-wrapper .not-authorized-logout-link {
    }

    .not-authorized-wrapper .not-authorized-login-link {
    }
