﻿html, body {
    background-color: #f4f4f4;
    height: 100%;
    margin: 0;
    font-family:'Roboto',Arial,Helvetica,sans-serif;
}



/* Login Banner/Form */
.login__banner {
    position: fixed;
    background-color: #05517a;
    width: 100%;
    text-align: center;
    padding: 5px 0px;
    color: #eee;
    font-size: 14px;
    box-shadow: rgba(25, 25, 25, 0.3) 0px 2px 3px 1px;
    z-index: 5;
    border-bottom: #034572 1px solid;
}

.login__hero {
    height: 100%;
    float: left;
    display: flex;
    flex-direction: row;
    position: relative;
    align-items: center;
    width: 45%;
    background: url(https://images.ctfassets.net/hhmmh7cybzrp/7t4DziIAPcwAXXO92L1iqJ/089406004c8e1f37ca813700ccff0959/Private_Equity_Blue.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.login__hero__text h1 {
    font-size: 36px;
    margin: 0 0 20px;
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    font-weight: 700;
    line-height: 43.2px;
}

.login__hero__logo {
    position: absolute;
    left: 65px;
    top: 65px;
}

.login__hero__text {
    width: 80%;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    margin: 0 auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 20px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 30px;
    background: url(../../Styles/Images/login-text-cross.png) no-repeat 100% 100%;
}

.login__hero__copyright {
    position: absolute;
    padding: 30px;
    right: 0;
    bottom: 0;
    font-size: 16px;
    color: #fff;
}

.login__form {
    height: 100%;
    float: right;
    width: 55%;
}

    /* Logo */
    .logo {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-bottom: 20px;
    }

    .logo img {
        width: 300px;
    }

    /* Content Model */
    .contentModal {
        font-size: 10pt;
        color: #777;
        border-radius: 2px;
        margin-top: 50px;
        margin-bottom: 25px;
        background-color: #FFF;
        width: 600px;
        padding: 30px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
        font-family: montserrat, 'Roboto',Arial,Helvetica,sans-serif;
    }

    .contentModal a {
        color: #4887b2;
        font-weight: 500;
        font-size: 12pt;
        font-family: montserrat, 'Roboto', sans-serif;
        text-decoration: none;
    }

    a.contentModal__inline {
        font-size: 10pt;
    }

    .contentModal h2 {
        color: #5e5e5e;
        font-family: montserrat, 'Roboto';
    }

    .contentModal--compact {
        width: 400px;
        box-sizing: border-box;
        margin-top: 20px;
        padding: 10px 30px 30px;
    }

    .errorContent {
        font-size: 18pt;
        font-weight: 600;
    }

    .content {
        position: relative;
        top: 8%;
        transition: top 0.2s;
    }

    #footer {
        overflow: auto;
        margin-top: 20px;
    }

    .errorLink a {
        color: #4887b2;
        text-decoration: none;
    }

    .firstTimeModal {
        width: 400px;
        background-color: #87bd85;
        border-radius: 3px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 20px;
        box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    }

    .firstTime__header {
        box-sizing: border-box;
        font-size: 16pt;
        padding: 10px;
        font-family: 'Roboto';
        font-weight: 700;
        color: #FFF;
    }

    .firstTime__content {
        display: block;
        font-size: 14px;
        padding: 0 10px 10px;
        color: #fff;
    }

        .firstTime__content a, .firstTime__content a:visited, .firstTime__content a:hover {
            color: #fff;
        }

    #activationForm {
        padding: 5px 10px 10px;
        text-align: center;
    }

    #activationUser {
        display: inline-block;
        width: 100%;
        border-radius: 3px;
        height: 3em;
        box-sizing: border-box;
        padding-left: 8px;
        border: 1px #CCC solid;
    }

    .modalBtn {
        display: inline-block;
        border: 1px #007abd solid;
        background: #007abd;
        box-shadow: none;
        width: 100%;
        border-radius: 3px;
        margin: 10px 0;
        min-height: 3.5em;
        color: #fff;
        padding: 8px 18px;
        cursor: pointer;
        font-size: 12pt;
        font-family: montserrat, 'Roboto',Arial,Helvetica,sans-serif;
    }

        .modalBtn a {
            color: #fff;
        }

    /* Okta Widget Overrides*/
    #okta-sign-in.auth-container .okta-sign-in-header,
    #okta-sign-in .auth-header {
        border-bottom: none;
        display: none;
    }

    #okta-sign-in {
        margin-top: 16px;
    }

        #okta-sign-in .auth-footer {
            text-align: center;
            margin-top: 15px;
        }

        #okta-sign-in .o-form-button-bar {
            padding: 0;
        }

        #okta-sign-in a.js-back {
            text-align: center;
            padding-bottom: 15px;
            display: block;
        }

        #okta-sign-in.auth-container .button-primary,
        #okta-sign-in.auth-container input[type="submit"] {
            font-size: 12pt;
            font-family: 'Roboto';
        }

        #okta-sign-in .auth-divider .auth-divider-text {
            top: -.75em;
        }

        #okta-sign-in .auth-divider {
            margin-top: 25px;
        }

        #okta-sign-in okta-form-title o-form-head {
            font-family: 'Roboto',Arial,Helvetica,sans-serif;
        }

        #okta-sign-in a.js-help, #okta-sign-in a.js-help-link {
            display: none;
        }

        #okta-sign-in.auth-container .link:link {
            color: #4887b2;
            font-weight: 500;
            font-size: 12pt;
            font-family: 'Roboto', sans-serif;
        }

        #okta-sign-in .auth-footer a.link.goto {
            float: none;
        }

        #okta-sign-in a.js-forgot-password, #okta-sign-in .help-links > li {
            text-align: center;
            width: 100%;
        }

        #okta-sign-in .okta-form-title {
            font-size: 16pt;
        }

        #okta-sign-in .auth-content {
            padding-top: 40px;
        }

    /* Footer Styles */
    .footer-inner {
        text-align: center;
        position: relative;
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
        color: #AAA;
        font-size: 12px;
        padding: 5px 10px 0px;
    }

        .footer-inner .user-agreement > div {
            margin-bottom: 14px;
        }

        .footer-inner .contact-us {
            text-align: center;
            overflow: auto;
            width: 440px;
            margin-left: auto;
            margin-right: auto;
        }

            .footer-inner .contact-us .login-secondary-header {
                text-transform: uppercase;
            }

            .footer-inner .contact-us > div {
                float: left;
                padding: 2px 10px 5px 10px;
                margin: 4px 0;
                border-right: 1px #888 solid;
            }

                .footer-inner .contact-us > div:last-child {
                    border-right: none;
                }

        .footer-inner a {
            color: #AAA;
            transition: color 0.2s;
        }

            .footer-inner a:hover {
                color: #888;
                border-bottom-color: #888;
                transition: color 0.2s;
            }

    /* Browser Update Wrapper */
    .browserUpdateWrapper {
        margin-top: 30px;
        width: 100%;
    }

    .browserUpdate {
        width: 600px;
        clear: both;
        background-color: #FFF;
        margin-left: auto;
        margin-right: auto;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        padding: 30px;
        text-align: center;
    }

        .browserUpdate .browserUpdateTitle {
            padding-top: 5px;
            font-size: 22pt;
            padding-bottom: 10px;
            font-family: 'Roboto', sans-serif;
        }

        .browserUpdate .browserUpdateText {
            font-size: 13pt;
            font-weight: 300;
            color: #555;
            line-height: 140%;
            font-family: 'Roboto', sans-serif;
        }

        .browserUpdate .browserLink {
            margin-top: 12px;
            height: 30px;
            width: 12em;
            margin-left: auto;
            margin-right: auto;
            text-align: left;
        }

            .browserUpdate .browserLink img {
                height: 30px;
                width: 30px;
                margin-right: 5px;
            }

            .browserUpdate .browserLink a {
                vertical-align: top;
                line-height: 30px;
                text-decoration: none;
                color: #4994d4;
                font-size: 15pt;
                font-weight: 300;
                font-family: 'Roboto', sans-serif;
            }

                .browserUpdate .browserLink a:hover, .browserUpdate .browserLink a:visited {
                    text-decoration: none;
                    color: #4994d4;
                }

    /* Internal Login Button*/
    .internal-login {
        width: 400px;
        margin-left: auto;
        margin-right: auto;
        background: #fff;
        margin-top: 32px;
        padding: 28px 0;
        border: 1px solid #DDD;
        text-align: center;
        border-radius: 2px;
        box-shadow: 0px 2px 0px -1px rgba(0, 0, 0, 0.12);
    }

    .internal-login__link {
        color: #4887b2;
        font-weight: 500;
        padding: 12px;
        font-size: 14pt;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
    }

    .internal-login-seperator {
        width: 500px;
        text-align: center;
        vertical-align: middle;
        font-family: Roboto, sans-serif;
        color: #888;
        margin: 16px auto;
        font-weight: lighter;
        font-size: 14pt;
    }

        .internal-login-seperator > span {
            border-top: 1px #999 solid;
            width: 36px;
            margin: 5px 10px;
            display: inline-block;
        }

    /* MFA Form */
    #mfa-container {
        z-index: 5;
        overflow: hidden;
    }

    #mfa-form {
        background: #ffffff;
        min-height: 150px;
        overflow: hidden;
        clear: both;
        width: 100%;
    }

        #mfa-form h1 {
            color: #5e5e5e;
        }

        #mfa-form .modalBtn {
            display: block;
            max-width: 300px;
            margin-left: auto;
            margin-right: auto;
            padding: 8px;
        }

        #mfa-form a {
            cursor: pointer;
            display: block;
            max-width: 300px;
            margin-left: auto;
            margin-right: auto;
            padding: 8px;
            font-size: 12pt;
            font-family: montserrat, 'Roboto', Arial, Helvetica, sans-serif;
        }

            #mfa-form a.inline-link {
                margin-left: 0;
                margin-right: 0;
                display: inline;
                font-size: 10pt;
                padding: 0;
            }

    .-hidden {
        display: none !important;
        visibility: hidden !important;
    }

    .-fade-in {
        animation-name: fade-in;
        animation-duration: 0.5s;
    }

    @keyframes fade-in {
        0% {
            opacity: 0;
            margin-left: 100%;
        }

        85% {
            opacity: 0.7;
            margin-left: 0;
        }

        100% {
            opacity: 1.0;
            margin-left: 0;
        }
    }

    @media screen and (max-height: 900px) {
        .content {
            top: 5%;
        }

        .internal-login-seperator {
            margin: 12px auto;
        }

        #okta-sign-in {
            margin-top: 12px;
        }
    }

    @media screen and (max-height: 700px) {
        .content {
            top: 25px;
        }

        .logo img {
            width: 250px;
        }

        .internal-login {
            margin-top: 24px;
        }
    }

    @media screen and (max-width: 1100px) {
        .login__hero {
            display: none;
        }

        .login__form {
            width: 100%;
        }

    }

    @media screen and (min-width: 1101px) {
        .footer-inner {
            color: #646464;
            font-size: 10px;
        }
        #footer {
            margin-top: 10px;
        }
        .content {
            top: 16%;
            transition: top 0.2s;
        }
        .footer-inner .user-agreement > div {
            margin-bottom: 8px;
        }

        #okta-sign-in {
            border-style: none;
        }

        #okta-sign-in .auth-content {
            padding: 60px 42px 8px;
        }

        body {
            background-color: #fff;
        }
        content {
            top: 25px;
        }
        .footer-inner {
            padding: 5px 30px 0;
        }
        .content .logo {
            display: none;
        }
        @media screen and (min-height: 901px) {
            .content {
                top: 26%;
                transition: top 0.2s;
            }
        }
    }
