<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
}

html, body {
    height: 100%;
    background-repeat: repeat;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-image: url(/images/login_bkg.jpg?v20.5);
    background-repeat: repeat;
    padding: 0px;
    margin: 0px;
}

div.version {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

div.rev-image .img {
    background-image: url(/images/Login/Icons/Revelation_Logo-color.png);
    background-repeat: repeat;
    width: 385px;
    height: 70px;
    margin-left: 50px;
    margin-top: 6px;
}

div.rev-image {
    border-radius: 0px 5px 5px 0px;
    position: absolute;
    width: 465px;
    height: 85px;
    top: 40px;
    left: 0px;
    background-color: #fff;
}

div.login-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    div.login-container div.box {
        margin: 0;
        background: white;
        width: 995px;
        height: 600px;
        border-radius: 12px;
        box-shadow: initial black 10px 10px inset;
        display: flex;
        align-items: center;
        justify-content: left;
        box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.25);
    }

div.image-container {
    width: 370px;
    height: 230px;
    position: relative;
    left: -50px;
    border-radius: 12px;
    box-shadow: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: white;
    box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.25);
}

    div.image-container img {
        max-width: 282px;
        max-height: 149px;
    }

div.logo {
    background-image: url(/images/Login/Logo.jpg);
    background-repeat: no-repeat;
    max-width: 282px; /*or your image's width*/
    max-height: 149px; /*or your image's height*/
    margin: 0;
    padding: 0;
    width: 282px;
    height: 149px;
}

div.options {
    padding-top: 10px;
    font-style: italic;
    height: 22px;
}

    div.options input[type=checkbox] {
    }

    div .options a.help {
        float: right;
        text-decoration: none;
    }

div.right {
    height: 550px;
    float: right;
    margin-right: 30px;
}

h1 {
    font-size: 65pt;
    color: #3392c4;
    margin-top: 14px;
    margin-bottom: 18px;
}

h2 {
    font-size: 19px;
    padding-left: 5px;
}

div.sso-icons {
    text-align: center;
}

div.button button, a.button, input[type=submit] {
    border: none;
    font-size: 20pt;
    width: 240px;
    height: 62px;
    background-color: #c53727;
    color: #fff;
    border-radius: 31px;
    margin-top: 10px;
    margin-bottom: 20px;
    cursor: pointer;
    outline-width: 0;
    outline: none;
    position: relative;
}

a.button {
    display: inline-block;
    width: 300px;
    padding: 5px;
    height: 40px;
    font-size: 17px;
    vertical-align: middle;
    line-height: 37px;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

div.button {
    text-align: center;
    /*height:70px;*/
}

div.error {
    color: red;
    font-style: italic;
    max-height: 100px;
    overflow: auto
}

.form-initialize div.error {
    display: none;
}

div .error .i {
    background-image: url(/images/Login/Icons/Alert-red.png);
    width: 78px;
    height: 68px;
    background-repeat: no-repeat;
}

.form-initialize div.loading-spinny {
    display: block;
    visibility: visible;
}

div.loading-spinny {
    background-image: url(/images/Rev_Loading.gif?v20.6);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 200px;
    width: 100%;
    position: relative;
    display: none;
    visibility: hidden;
}

div.username, div.password, div.license {
    border-bottom: 1px solid black;
    line-height: 76px;
}

div.i, div.t {
    display: inline-block;
}

input[type=text], input[type=password] {
    width: 450px;
    font-size: 18pt;
    border: none;
    margin-left: 20px;
    height: 55px;
}

input:focus {
    outline-width: 0;
}

div.username .i {
    background-image: url(/images/Login/Icons/Username-black.png);
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    margin-bottom: -8px;
}

div.password .i {
    background-image: url(/images/Login/Icons/password-black.png);
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    margin-bottom: -16px;
}

div.sso-header {
    text-align: center;
    margin-bottom: 10px;
}

.sso-header, .sso-icons {
    /*display: none;*/
}

    .sso-icons a {
        margin-right: 18px;
        cursor: pointer;
    }

        .sso-icons a:last-child {
            margin-right: 0px;
        }

    .sso-header hr, .sso-header hr {
        display: inline-block;
        width: 180px;
    }

    .sso-header div.t {
        width: 150px;
    }

a.sso-ms {
    background-image: url(/images/Login/Icons/Microsoft-Button.png);
    width: 115px;
    height: 65px;
    display: inline-block;
    background-repeat: no-repeat;
}

a.sso-fb {
    background-image: url(/images/Login/Icons/Facebook-Button.png);
    width: 115px;
    height: 65px;
    display: inline-block;
    background-repeat: no-repeat;
}

a.sso-goo {
    background-image: url(/images/Login/Icons/Google-Button.png);
    width: 115px;
    height: 65px;
    display: inline-block;
    background-repeat: no-repeat;
}

a.sso-ap {
    background-image: url(/images/Login/Icons/Apple-Button.png);
    width: 115px;
    height: 65px;
    display: inline-block;
    background-repeat: no-repeat;
}

div.spinny {
    position: absolute;
    right: 10px;
    display: inline-block;
    background-image: url(/images/rev_loading_small.gif?v20.6);
    width: 30px;
    height: 30px;
    background-size: 30px;
    background-repeat: no-repeat;
    margin-bottom: -5px;
}

.form-initialize div.license-form,
.form-initialize div.help-form,
.form-initialize div.info,
.form-initialize div.signed-out-form,
.form-initialize div.form,
.form-initialize div.spinny,
.form-initialize img.spinny,
.form-initialize .initializing {
    visibility: hidden;
    display: none;
}

div.license-form h1, div.help-form h1, div.signed-out-form h1, h1.smaller {
    font-size: 38pt;
}

div .license .i {
    background-image: url(/images/Login/Icons/License-black.png);
    width: 24px;
    height: 34px;
    background-repeat: no-repeat;
    margin-bottom: -8px;
}

span.errorText {
    display: inline-block;
    width: 420px;
    vertical-align: top;
    margin-left: 10px;
    margin-top: 10px;
}

div.info {
    color: green;
    font-weight: bold;
    max-width: 600px;
}

div.signed-out-form {
    height: 550px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

div#edition {
    background-repeat: no-repeat;
}

div.Edition-Wrapper {
    background-color: white;
    position: absolute;
    bottom: 40px;
    right: 0px;
    color: white;
    padding:10px 25px 10px 25px;
    border-radius:5px 0px 0px 5px;
}

    div#edition.Core {
        background-image: url(/images/Login/edition/Revelation_Core-Logo-Yellow.png);
        width: 110px;
        height: 34px;
    }

    div#edition.Prime {
        background-image: url(/images/Login/edition/Revelation_Prime-Logo-Red.png);
        width: 122px;
        height: 33px;
    }

    div#edition.Select {
        background-image: url(/images/Login/edition/Revelation_Select-Logo-Green.png);
        width: 126px;
        height: 33px;
    }

    div#edition.Gameplan {
        background-image: url(/images/Login/edition/Revelation_Gameplan-Logo-Blue.png);
        width: 181px;
        height: 32px;
    }
</pre></body></html>