﻿.unauthorizedDiv {
    background-color: #1d3d68;
    text-align: center;
    font-family: "Open Sans",Arial,Helvetica,Sans-Serif;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

    .unauthorizedDiv h1 {
        font-size: 36px;
    }

    .unauthorizedDiv p {
        font-size: 14px;
    }

    .unauthorizedDiv a {
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: 300;
        text-decoration: none;
    }

        .unauthorizedDiv a:hover {
            color: #FFD600;
        }

.mg-t-24 {
    margin-top: 24px;
}

.mg-t-32 {
    margin-top: 32px;
}

.mg-t-48 {
    margin-top: 48px;
}

.text-color-primary {
    color: rgba(255,255,255,0.88);
}

.text-color-secondary {
    color: rgba(255,255,255,0.55);
}

.unauthorizedLogo {
    opacity: 0.5;
    width: 120px;
}

.mainDiv {
    position: fixed;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 500px;
    height: 400px;
}

@media only screen and (max-height: 700px) {
    .mainDiv {
        position: relative !important;
        margin-top: 72px !important;
    }
}

.lockLogo {
    font-size: 128px;
}
