﻿@charset "UTF-8";

.qtip {
    box-shadow: none;
    direction: ltr;
    display: none;
    font-size: 10.5px;
    left: -28000px;
    line-height: 12px;
    max-width: 280px;
    min-width: 50px;
    padding: 0;
    position: absolute;
    top: -28000px
}

.qtip-content {
    word-wrap: break-word;
    padding: 5px 9px;
    text-align: left
}

.qtip-content, .qtip-titlebar {
    overflow: hidden;
    position: relative
}

.qtip-titlebar {
    border-width: 0 0 1px;
    font-weight: 700;
    padding: 5px 35px 5px 10px
}

    .qtip-titlebar + .qtip-content {
        border-top-width: 0 !important
    }

.qtip-close {
    border: 1px solid transparent;
    cursor: pointer;
    outline: medium none;
    position: absolute;
    right: -9px;
    top: -9px;
    z-index: 11
}

.qtip-titlebar .qtip-close {
    margin-top: -9px;
    right: 4px;
    top: 50%
}

* html .qtip-titlebar .qtip-close {
    top: 16px
}

.qtip-icon .ui-icon, .qtip-titlebar .ui-icon {
    direction: ltr;
    display: block;
    text-indent: -1000em
}

.qtip-icon, .qtip-icon .ui-icon {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none
}

    .qtip-icon .ui-icon {
        background: transparent none no-repeat -100em -100em;
        color: inherit;
        height: 14px;
        line-height: 14px;
        font: normal 700 10px/13px Tahoma,sans-serif;
        text-align: center;
        text-indent: 0;
        width: 18px
    }

.qtip-default {
    background-color: #ffffa3;
    border: 1px solid #f1d031;
    color: #555
}

    .qtip-default .qtip-titlebar {
        background-color: #ffef93
    }

    .qtip-default .qtip-icon {
        background: #f1f1f1;
        border-color: #ccc;
        color: #777
    }

    .qtip-default .qtip-titlebar .qtip-close {
        border-color: #aaa;
        color: #111
    }

/*! Light tooltip style */ .qtip-light {
    background-color: #fff;
    border-color: #e2e2e2;
    color: #454545
}

    .qtip-light .qtip-titlebar {
        background-color: #f1f1f1
    }

/*! Dark tooltip style */ .qtip-dark {
    background-color: #505050;
    border-color: #303030;
    color: #f3f3f3
}

    .qtip-dark .qtip-titlebar {
        background-color: #404040
    }

    .qtip-dark .qtip-icon {
        border-color: #444
    }

    .qtip-dark .qtip-titlebar .ui-state-hover {
        border-color: #303030
    }

/*! Cream tooltip style */ .qtip-cream {
    background-color: #fbf7aa;
    border-color: #f9e98e;
    color: #a27d35
}

    .qtip-cream .qtip-titlebar {
        background-color: #f0de7d
    }

    .qtip-cream .qtip-close .qtip-icon {
        background-position: -82px 0
    }

/*! Red tooltip style */ .qtip-red {
    background-color: #f78b83;
    border-color: #d95252;
    color: #912323
}

    .qtip-red .qtip-titlebar {
        background-color: #f06d65
    }

    .qtip-red .qtip-close .qtip-icon {
        background-position: -102px 0
    }

    .qtip-red .qtip-icon, .qtip-red .qtip-titlebar .ui-state-hover {
        border-color: #d95252
    }

/*! Green tooltip style */ .qtip-green {
    background-color: #caed9e;
    border-color: #90d93f;
    color: #3f6219
}

    .qtip-green .qtip-titlebar {
        background-color: #b0de78
    }

    .qtip-green .qtip-close .qtip-icon {
        background-position: -42px 0
    }

/*! Blue tooltip style */ .qtip-blue {
    background-color: #e5f6fe;
    border-color: #add9ed;
    color: #5e99bd
}

    .qtip-blue .qtip-titlebar {
        background-color: #d0e9f5
    }

    .qtip-blue .qtip-close .qtip-icon {
        background-position: -2px 0
    }

.qtip-shadow {
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15);
    -moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15);
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15)
}

.qtip-bootstrap, .qtip-rounded, .qtip-tipsy {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

    .qtip-rounded .qtip-titlebar {
        -moz-border-radius: 4px 4px 0 0;
        -webkit-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0
    }

.qtip-youtube {
    background: #4a4a4a;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4a4a4a),color-stop(100%,#000));
    background-image: -webkit-linear-gradient(top,#4a4a4a,#000);
    background-image: -moz-linear-gradient(top,#4a4a4a 0,#000 100%);
    background-image: -ms-linear-gradient(top,#4a4a4a 0,#000 100%);
    background-image: -o-linear-gradient(top,#4a4a4a 0,#000 100%);
    border: 0 solid transparent;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 3px #333;
    -moz-box-shadow: 0 0 3px #333;
    box-shadow: 0 0 3px #333;
    color: #fff
}

    .qtip-youtube .qtip-titlebar {
        background-color: #4a4a4a;
        background-color: transparent
    }

    .qtip-youtube .qtip-content {
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
        font: 12px arial,sans-serif;
        padding: .75em
    }

    .qtip-youtube .qtip-icon {
        border-color: #222
    }

    .qtip-youtube .qtip-titlebar .ui-state-hover {
        border-color: #303030
    }

.qtip-jtools {
    background: #232323;
    background: rgba(0,0,0,.7);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#717171),to(#232323));
    background-image: -moz-linear-gradient(top,#717171,#232323);
    background-image: -webkit-linear-gradient(top,#717171,#232323);
    background-image: -ms-linear-gradient(top,#717171,#232323);
    background-image: -o-linear-gradient(top,#717171,#232323);
    border: 2px solid #f1f1f1;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 12px #333;
    -moz-box-shadow: 0 0 12px #333;
    box-shadow: 0 0 12px #333
}

    .qtip-jtools .qtip-titlebar {
        background-color: transparent;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)"
    }

    .qtip-jtools .qtip-content {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)"
    }

    .qtip-jtools .qtip-content, .qtip-jtools .qtip-titlebar {
        background: transparent;
        border: 0 dashed transparent;
        color: #fff
    }

    .qtip-jtools .qtip-icon {
        border-color: #555
    }

    .qtip-jtools .qtip-titlebar .ui-state-hover {
        border-color: #333
    }

.qtip-cluetip {
    background-color: #d9d9c2;
    border: 0 dashed transparent;
    -webkit-box-shadow: 4px 4px 5px rgba(0,0,0,.4);
    -moz-box-shadow: 4px 4px 5px rgba(0,0,0,.4);
    box-shadow: 4px 4px 5px rgba(0,0,0,.4);
    color: #111
}

    .qtip-cluetip .qtip-titlebar {
        background-color: #87876a;
        border: 0 dashed transparent;
        color: #fff
    }

    .qtip-cluetip .qtip-icon {
        border-color: #808064
    }

    .qtip-cluetip .qtip-titlebar .ui-state-hover {
        border-color: #696952;
        color: #696952
    }

.qtip-tipsy {
    background: #000;
    background: rgba(0,0,0,.87);
    border: 0 solid transparent;
    color: #fff;
    font-family: Lucida Grande,sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 16px;
    text-shadow: 0 1px #000
}

    .qtip-tipsy .qtip-titlebar {
        background-color: transparent;
        padding: 6px 35px 0 10px
    }

    .qtip-tipsy .qtip-content {
        padding: 6px 10px
    }

    .qtip-tipsy .qtip-icon {
        border-color: #222;
        text-shadow: none
    }

    .qtip-tipsy .qtip-titlebar .ui-state-hover {
        border-color: #303030
    }

.qtip-tipped {
    background-color: #f9f9f9;
    border: 3px solid #959fa9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #454545;
    font-family: serif;
    font-weight: 400
}

    .qtip-tipped .qtip-titlebar {
        background: #3a79b8;
        background-image: -webkit-gradient(linear,left top,left bottom,from(#3a79b8),to(#2e629d));
        background-image: -webkit-linear-gradient(top,#3a79b8,#2e629d);
        background-image: -moz-linear-gradient(top,#3a79b8,#2e629d);
        background-image: -ms-linear-gradient(top,#3a79b8,#2e629d);
        background-image: -o-linear-gradient(top,#3a79b8,#2e629d);
        border-bottom-width: 0;
        color: #fff;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)"
    }

    .qtip-tipped .qtip-icon {
        background: #285589;
        border: 2px solid #285589
    }

        .qtip-tipped .qtip-icon .ui-icon {
            background-color: #fbfbfb;
            color: #555
        }

.qtip-bootstrap {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    color: #333;
    font-size: 14px;
    line-height: 20px;
    padding: 1px
}

    .qtip-bootstrap .qtip-titlebar {
        background-color: #f7f7f7;
        border-bottom: 1px solid #ebebeb;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        margin: 0;
        padding: 8px 14px
    }

        .qtip-bootstrap .qtip-titlebar .qtip-close {
            border-style: none;
            right: 11px;
            top: 45%
        }

    .qtip-bootstrap .qtip-content {
        padding: 9px 14px
    }

    .qtip-bootstrap .qtip-icon {
        background: transparent
    }

        .qtip-bootstrap .qtip-icon .ui-icon {
            color: #000;
            filter: alpha(opacity=20);
            float: right;
            font-size: 20px;
            font-weight: 700;
            height: auto;
            line-height: 18px;
            opacity: .2;
            text-shadow: 0 1px 0 #fff;
            width: auto
        }

            .qtip-bootstrap .qtip-icon .ui-icon:hover {
                color: #000;
                cursor: pointer;
                filter: alpha(opacity=40);
                opacity: .4;
                text-decoration: none
            }

.qtip:not(.ie9haxors) div.qtip-content, .qtip:not(.ie9haxors) div.qtip-titlebar {
    -webkit-filter: none;
    filter: none;
    -ms-filter: none
}

.qtip .qtip-tip {
    margin: 0 auto;
    overflow: hidden;
    z-index: 10
}

.qtip .qtip-tip, x:-o-prefocus {
    visibility: hidden
}

    .qtip .qtip-tip, .qtip .qtip-tip .qtip-vml, .qtip .qtip-tip canvas {
        background: transparent;
        border: 0 dashed transparent;
        color: #123456;
        position: absolute
    }

        .qtip .qtip-tip canvas {
            left: 0;
            top: 0
        }

        .qtip .qtip-tip .qtip-vml {
            behavior: url(#default#VML);
            display: inline-block;
            visibility: visible
        }

#qtip-overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

    #qtip-overlay.blurs {
        cursor: pointer
    }

    #qtip-overlay div {
        background-color: #000;
        filter: alpha(opacity=70);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        height: 100%;
        left: 0;
        opacity: .7;
        position: absolute;
        top: 0;
        width: 100%
    }

.qtipmodal-ie6fix {
    position: absolute !important
}

@font-face {
    font-family: montserrat-okta;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/montserrat-okta-light-webfont.eot);
    src: url(../fonts/montserrat-okta-light-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/montserrat-okta-light-webfont.woff) format("woff"),url(../fonts/montserrat-okta-light-webfont.ttf) format("truetype"),url(../fonts/montserrat-okta-light-webfont.svg#Montserrat-Light) format("svg")
}

@font-face {
    font-family: montserrat-okta;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/montserrat-okta-regular-webfont.eot);
    src: url(../fonts/montserrat-okta-regular-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/montserrat-okta-regular-webfont.woff) format("woff"),url(../fonts/montserrat-okta-regular-webfont.ttf) format("truetype"),url(../fonts/montserrat-okta-regular-webfont.svg#Montserrat-SemiBold) format("svg")
}

@font-face {
    font-family: okticon;
    font-style: normal;
    font-weight: 400;
    src: url(../font/okticon.eot);
    src: url(../font/okticon.eot?#iefix) format("embedded-opentype"),url(../font/okticon.woff) format("woff"),url(../font/okticon.ttf) format("truetype"),url(../font/okticon.svg#okticon) format("svg")
}

.wf-loading {
    visibility: hidden
}

    .wf-loading .ajax-include-feedback-content {
        visibility: hidden !important
    }

.wf-active {
    visibility: visible
}

.float-r {
    float: right !important
}

.clearfix {
    display: block
}

    .clearfix:after, .clearfix:before {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden
    }

.hide {
    display: none
}

#okta-sign-in {
    background-color: #f9f9f9;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: #6e6e78;
    font-family: Inter,montserrat-okta,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    line-height: 1.4;
    margin: 100px auto 8px;
    min-width: 300px;
    overflow: auto;
    position: relative;
    width: 400px
}

    #okta-sign-in:focus {
        outline: none
    }

@media only screen and (max-device-width:480px) {
    #okta-sign-in {
        margin-top: 0;
        width: 100%
    }
}

@media only screen and (max-width:400px) {
    #okta-sign-in {
        width: 100%
    }
}

@media only screen and (max-height:750px) {
    #okta-sign-in {
        margin-top: 0
    }
}

#okta-sign-in.no-beacon .auth-content {
    padding-top: 20px
}

#okta-sign-in.no-beacon .auth-header {
    padding-bottom: 30px
}

.auth .content {
    display: inline-block;
    min-height: 100%;
    min-width: 300px;
    width: 100%
}

    .auth .content:after {
        content: "";
        display: block;
        height: 30px
    }

.auth .footer {
    background-color: #fff;
    bottom: 0;
    font-size: 12px;
    height: 34px;
    left: 0;
    min-width: 300px;
    overflow: hidden;
    position: absolute;
    right: 0
}

    .auth .footer .footer-container {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 9px 80px
    }

@media only screen and (max-width:560px) {
    .auth .footer .footer-container {
        padding-left: 20px;
        padding-right: 20px;
        width: 400px
    }
}

@media only screen and (max-width:400px) {
    .auth .footer .footer-container {
        width: 100%
    }
}

.auth .footer a {
    color: #6e6e78
}

    .auth .footer a:active, .auth .footer a:link, .auth .footer a:visited {
        color: #6e6e78;
        text-decoration: none
    }

    .auth .footer a:focus, .auth .footer a:hover {
        color: #6e6e78;
        text-decoration: underline
    }

.auth .footer .copyright {
    float: left
}

.auth .footer .privacy-policy {
    float: right
}

.lt-ie8 .beacon-container {
    left: 50%;
    margin-left: -42px
}

.lt-ie9 .input-fix input[name=phoneNumber] {
    border: 1px solid #8c8c96
}

.lt-ie9 .auth {
    max-height: 500px;
    overflow: auto
}

.lt-ie9 .footer {
    bottom: 0;
    position: fixed
}

.lt-ie9 .auth-beacon-border {
    bottom: -2px;
    left: -2px;
    right: -2px;
    top: -2px
}

.lt-ie9 #copyright a {
    text-decoration: none
}

    .lt-ie9 #copyright a:hover {
        color: red;
        cursor: pointer
    }

.lt-ie9 .beacon-blank {
    display: none
}

.login-bg-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -5
}

.okta-container .applogin-banner {
    margin-bottom: 10px;
    min-width: 300px;
    position: relative
}

    .okta-container .applogin-banner .applogin-background {
        background-color: #fff;
        bottom: 0;
        box-shadow: 0 0 2px 1px hsla(0,0%,69%,.3);
        left: 0;
        opacity: .9;
        position: absolute;
        right: 0;
        top: 0
    }

    .okta-container .applogin-banner .applogin-container {
        box-sizing: border-box;
        margin: 0 auto;
        min-width: 300px;
        padding: 20px 0;
        position: relative;
        text-align: center;
        width: 400px
    }

@media only screen and (max-width:400px) {
    .okta-container .applogin-banner .applogin-container {
        width: 100%
    }
}

@media only screen and (max-height:750px) {
    .okta-container .applogin-banner .applogin-container {
        padding: 10px 0
    }
}

@media only screen and (max-height:660px) {
    .okta-container .applogin-banner .applogin-container {
        padding: 5px 0
    }
}

.okta-container .applogin-banner .applogin-container h1 {
    font-size: 24px;
    font-weight: lighter;
    line-height: 26px
}

.okta-container .applogin-banner .applogin-app-logo {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle
}

    .okta-container .applogin-banner .applogin-app-logo img {
        max-height: 26px
    }

#okta-sign-in {
    /*! Custom qtip styles, based on dark theme */
}

    #okta-sign-in [class*="-16"], #okta-sign-in [class^="-16"] {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        vertical-align: top
    }

        #okta-sign-in [class*="-16"]:after, #okta-sign-in [class*="-16"]:before, #okta-sign-in [class^="-16"]:after, #okta-sign-in [class^="-16"]:before {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-smoothing: antialiased;
            speak: none;
            display: block;
            font-family: okticon;
            font-size: 16px;
            font-style: normal !important;
            font-weight: 300 !important;
            position: absolute;
            text-indent: 0;
            white-space: normal
        }

    #okta-sign-in [class*="-13"]:after, #okta-sign-in [class*="-13"]:before, #okta-sign-in [class*="-14"]:after, #okta-sign-in [class*="-14"]:before, #okta-sign-in [class^="-13"]:after, #okta-sign-in [class^="-13"]:before, #okta-sign-in [class^="-14"]:after, #okta-sign-in [class^="-14"]:before {
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-smoothing: antialiased;
        display: block;
        font-family: okticon;
        font-size: 14px;
        font-style: normal !important;
        font-weight: 300 !important;
        position: absolute;
        text-indent: 0;
        white-space: normal
    }

    #okta-sign-in [class*="-24"], #okta-sign-in [class^="-24"] {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: top
    }

        #okta-sign-in [class*="-24"]:after, #okta-sign-in [class*="-24"]:before, #okta-sign-in [class^="-24"]:after, #okta-sign-in [class^="-24"]:before {
            speak: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-smoothing: antialiased;
            display: block;
            font-family: okticon;
            font-size: 24px;
            font-style: normal !important;
            font-weight: 300 !important;
            position: absolute;
            text-indent: 0;
            white-space: normal
        }

    #okta-sign-in [class*="-48"], #okta-sign-in [class^="-48"] {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: top
    }

        #okta-sign-in [class*="-48"]:after, #okta-sign-in [class*="-48"]:before, #okta-sign-in [class^="-48"]:after, #okta-sign-in [class^="-48"]:before {
            speak: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-smoothing: antialiased;
            display: block;
            font-family: okticon;
            font-size: 48px;
            font-style: normal !important;
            font-weight: 300 !important;
            position: absolute;
            text-indent: 0;
            white-space: normal
        }

    #okta-sign-in [class*="-32"], #okta-sign-in [class^="-32"] {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: top
    }

        #okta-sign-in [class*="-32"]:after, #okta-sign-in [class*="-32"]:before, #okta-sign-in [class^="-32"]:after, #okta-sign-in [class^="-32"]:before {
            font-size: 32px;
            position: absolute
        }

        #okta-sign-in .dismiss-icon, #okta-sign-in [class*="-32"]:after, #okta-sign-in [class*="-32"]:before, #okta-sign-in [class^="-32"]:after, #okta-sign-in [class^="-32"]:before {
            speak: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-smoothing: antialiased;
            display: block;
            font-family: okticon;
            font-style: normal !important;
            font-weight: 300 !important;
            text-indent: 0;
            white-space: normal
        }

    #okta-sign-in .dismiss-icon {
        font-size: 16px;
        position: relative
    }

    #okta-sign-in .admin-banner .dismiss-icon:before {
        color: #fff;
        content: "\e04f"
    }

    #okta-sign-in .dismiss-icon:before {
        color: #8c8c96;
        content: "\e04f"
    }

    #okta-sign-in .dismiss-icon:hover:before {
        color: #5e5e5e;
        content: "\e04f"
    }

    #okta-sign-in #hide-getting-started.dismiss-icon {
        float: none;
        margin: 0;
        position: absolute;
        right: 5px;
        top: 5px
    }

        #okta-sign-in #hide-getting-started.dismiss-icon:hover {
            text-decoration: none
        }

    #okta-sign-in #getting-started-shortcut .dismiss-icon {
        color: #b0d244;
        content: "\e04f"
    }

        #okta-sign-in #getting-started-shortcut .dismiss-icon:hover {
            color: #8c8c96;
            content: "\e04f"
        }

    #okta-sign-in #hide-getting-started-shortcut {
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-smoothing: antialiased;
        font-family: okticon;
        font-size: 16px;
        font-style: normal !important;
        font-weight: 300 !important;
        position: absolute;
        right: 15px;
        text-align: center;
        text-decoration: none
    }

        #okta-sign-in #hide-getting-started-shortcut:before {
            color: #b0d244;
            content: "\e04f"
        }

        #okta-sign-in #hide-getting-started-shortcut:hover:before {
            color: #cfeb76;
            content: "\e04f";
            text-decoration: none
        }

    #okta-sign-in .oktamainlogo:before {
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-smoothing: antialiased;
        color: #fff;
        content: "\e06e";
        display: block;
        font-family: okticon;
        font-size: 66px;
        font-style: normal !important;
        font-weight: 300 !important;
        position: absolute;
        text-indent: 0;
        top: -7px;
        vertical-align: top;
        white-space: normal
    }

    #okta-sign-in .oktaicon:before {
        color: #007cc0;
        content: "\e06c"
    }

    #okta-sign-in .oktaicon:after, #okta-sign-in .oktaicon:before {
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-smoothing: antialiased;
        display: block;
        font-family: okticon;
        font-size: 80px;
        font-style: normal !important;
        font-weight: 300 !important;
        position: absolute;
        text-indent: 0;
        top: -10px;
        vertical-align: top;
        white-space: normal
    }

    #okta-sign-in .oktaicon:after {
        color: #000;
        content: "\e06d"
    }

    #okta-sign-in .person-add-16:before {
        color: #5e5e5e;
        content: "\e00d"
    }

    #okta-sign-in .person-add-16:after {
        color: #007cc0;
        content: "\e001"
    }

    #okta-sign-in .app-add-16:before {
        color: #5e5e5e;
        content: "\e043"
    }

    #okta-sign-in .app-add-16:after {
        color: #007cc0;
        content: "\e001"
    }

    #okta-sign-in .app-add-16-gray:before {
        color: #5e5e5e;
        content: "\e043"
    }

    #okta-sign-in .app-add-16-gray:after {
        color: #5e5e5e;
        content: "\e001"
    }

    #okta-sign-in .app-refresh-16:before {
        color: #5e5e5e;
        content: "\e047"
    }

    #okta-sign-in .app-refresh-16:after {
        color: #007cc0;
        content: "\e008"
    }

    #okta-sign-in .app-remove-16:before {
        color: #5e5e5e;
        content: "\e044"
    }

    #okta-sign-in .app-remove-16:after {
        color: #e34843;
        content: "\e009"
    }

    #okta-sign-in .person-import-16:before {
        color: #5e5e5e;
        content: "\e010"
    }

    #okta-sign-in .person-import-16:after {
        color: #5e5e5e;
        content: "\e005"
    }

    #okta-sign-in .person-import-16-green:before {
        color: #5e5e5e;
        content: "\e010"
    }

    #okta-sign-in .person-import-16-green:after {
        color: #4cbf9c;
        content: "\e005"
    }

    #okta-sign-in .admin-add-16:before {
        color: #5e5e5e;
        content: "\e012"
    }

    #okta-sign-in .admin-add-16:after {
        color: #007cc0;
        content: "\e001"
    }

    #okta-sign-in .logo-upload-16:before {
        color: #5e5e5e;
        content: "\e016"
    }

    #okta-sign-in .logo-upload-16:after {
        color: #007cc0;
        content: "\e00b"
    }

    #okta-sign-in .person-activate-16:before {
        color: #5e5e5e;
        content: "\e00f"
    }

    #okta-sign-in .person-activate-16:after {
        color: #007cc0;
        content: "\e000"
    }

    #okta-sign-in .person-suspend-16:before {
        color: #5e5e5e;
        content: "\e093"
    }

    #okta-sign-in .person-suspend-16:after {
        color: #007cc0;
        content: "\e091"
    }

    #okta-sign-in .person-unsuspend-16:before {
        color: #5e5e5e;
        content: "\e095"
    }

    #okta-sign-in .person-unsuspend-16:after {
        color: #007cc0;
        content: "\e092"
    }

    #okta-sign-in .app-assign-16:before {
        color: #5e5e5e;
        content: "\e046"
    }

    #okta-sign-in .app-assign-16:after {
        color: #007cc0;
        content: "\e002"
    }

    #okta-sign-in .app-unassign-16:before {
        color: #5e5e5e;
        content: "\e045"
    }

    #okta-sign-in .app-unassign-16:after {
        color: #007cc0;
        content: "\e00a"
    }

    #okta-sign-in .person-deactivate-16:before {
        color: #5e5e5e;
        content: "\e00e"
    }

    #okta-sign-in .person-deactivate-16:after {
        color: #007cc0;
        content: "\e009"
    }

    #okta-sign-in .arrow-left-16:before {
        color: #007cc0
    }

    #okta-sign-in .arrow-left-16-gray:before, #okta-sign-in .arrow-left-16:before {
        content: "\e02c";
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    #okta-sign-in .arrow-left-16-gray:before {
        color: #5e5e5e
    }

    #okta-sign-in .arrow-right-16:before {
        color: #007cc0;
        content: "\e02c"
    }

    #okta-sign-in .arrow-down-16:before {
        color: #007cc0;
        content: "\e02c";
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    #okta-sign-in .arrow-up-16:before {
        color: #007cc0;
        content: "\e02c";
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    #okta-sign-in .form-help-16:before {
        color: #8c8c96;
        content: "\e054"
    }

    #okta-sign-in .password-reset-16:before {
        color: #5e5e5e;
        content: "\e034"
    }

    #okta-sign-in .password-reset-16:after {
        color: #007cc0;
        content: "\e035"
    }

    #okta-sign-in .support-16:before {
        color: #5e5e5e;
        content: "\e015"
    }

    #okta-sign-in .status-16:before {
        color: #5e5e5e;
        content: "\e05b"
    }

    #okta-sign-in .help-16:before {
        color: #666;
        content: "\e054"
    }

    #okta-sign-in .help-14:before {
        color: #f1d10d;
        content: "\e054";
        font-size: 14px
    }

    #okta-sign-in .help-13:before {
        color: #8c8c96;
        content: "\e054";
        font-size: 14px
    }

    #okta-sign-in .feedback-16:before {
        color: #5e5e5e;
        content: "\e02f"
    }

    #okta-sign-in .suggest-feature-16:before {
        color: #5e5e5e;
        content: "\e062"
    }

    #okta-sign-in .light-bulb-16:before {
        color: #fff;
        content: "\e062"
    }

    #okta-sign-in .report-bug-16:before {
        color: #5e5e5e;
        content: "\e05c"
    }

    #okta-sign-in .person-16-blue:before {
        color: #007cc0;
        content: "\e00c"
    }

    #okta-sign-in .confirm-16:before {
        color: #5e5e5e;
        content: "\e030"
    }

    #okta-sign-in .confirm-16-small:before {
        color: #5e5e5e;
        content: "\e031"
    }

    #okta-sign-in .confirm-16-small-disabled:before {
        color: #8c8c96;
        content: "\e031"
    }

    #okta-sign-in .confirm-16-disabled:before {
        color: #8c8c96;
        content: "\e030"
    }

    #okta-sign-in .confirm-16-blue:before {
        color: #007cc0;
        content: "\e030"
    }

    #okta-sign-in .confirm-16-green:before {
        color: #4cbf9c;
        content: "\e030"
    }

    #okta-sign-in .visibility-16:before {
        color: #8c8c96;
        content: "\e022"
    }

    #okta-sign-in .visibility-off-16:before {
        color: #8c8c96;
        content: "\e0c3"
    }

    #okta-sign-in .person-16-gray:before {
        color: #5e5e5e;
        content: "\e00c"
    }

    #okta-sign-in .cancel-16-small:before, #okta-sign-in .cancel-16:before {
        color: #5e5e5e;
        content: "\e02b"
    }

    #okta-sign-in .cancel-16-disabled:before, #okta-sign-in .cancel-16-small-disabled:before {
        color: #8c8c96;
        content: "\e02b"
    }

    #okta-sign-in .cancel-16-blue:before {
        color: #007cc0;
        content: "\e02b"
    }

    #okta-sign-in .cancel-16-light-gray:before {
        color: #8c8c96;
        content: "\e02b"
    }

    #okta-sign-in .cancel-16-small-red:before {
        color: #e34843;
        content: "\e02b"
    }

    #okta-sign-in .checkbox-16:before {
        color: #5e5e5e;
        color: #007cc0;
        content: "\e032";
        content: "\e033"
    }

    #okta-sign-in .message-16:before {
        color: #5e5e5e;
        content: "\e02f"
    }

    #okta-sign-in .activate-on-green-16:before {
        color: #4cbf9c;
        content: "\e02d"
    }

    #okta-sign-in .deactivate-16:before {
        color: #5e5e5e;
        content: "\e02d"
    }

    #okta-sign-in .deactivate-off-red-16:before {
        color: #e34843;
        content: "\e02d"
    }

    #okta-sign-in .delete-16:before {
        color: #e34843;
        content: "\e04e"
    }

    #okta-sign-in .delete-16-gray:before {
        color: #5e5e5e;
        content: "\e04e"
    }

    #okta-sign-in .app-16-blue:before {
        color: #007cc0;
        content: "\e042"
    }

    #okta-sign-in .edit-16:before {
        color: #5e5e5e;
        content: "\e040"
    }

    #okta-sign-in .edit-16-disabled:before {
        color: #8c8c96;
        content: "\e040"
    }

    #okta-sign-in .edit-16-blue:before {
        color: #007cc0;
        content: "\e040"
    }

    #okta-sign-in .edit-16-white:before {
        color: #fff;
        content: "\e040"
    }

    #okta-sign-in .credentials-16:before {
        color: #5e5e5e;
        content: "\e03c"
    }

    #okta-sign-in .launch-16:before {
        color: #5e5e5e;
        content: "\e06f"
    }

    #okta-sign-in .app-16-gray:before {
        color: #5e5e5e;
        content: "\e042"
    }

    #okta-sign-in .prev-16:before {
        content: "\e020"
    }

    #okta-sign-in .prev-13:before, #okta-sign-in .prev-16:before {
        color: #5e5e5e;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    #okta-sign-in .prev-13:before {
        content: "\e01f"
    }

    #okta-sign-in .next-16:before {
        color: #5e5e5e;
        content: "\e020"
    }

    #okta-sign-in .next-13:before {
        color: #5e5e5e;
        content: "\e01f";
        font-size: 16px
    }

    #okta-sign-in .org-settings-16:before {
        color: #5e5e5e;
        content: "\e025"
    }

    #okta-sign-in .org-settings-16:after {
        color: #5e5e5e;
        content: "\e026"
    }

    #okta-sign-in .settings-white-16:before {
        color: #fff;
        content: "\e025"
    }

    #okta-sign-in .settings-white-16:after {
        color: #fff;
        content: "\e026"
    }

    #okta-sign-in .remove-16:before {
        color: #5e5e5e;
        content: "\e052"
    }

    #okta-sign-in .remove-16-color:before {
        color: #e34843;
        content: "\e052"
    }

    #okta-sign-in .remove-16-disabled:before {
        color: #8c8c96;
        content: "\e052"
    }

    #okta-sign-in .remove-16-red:before {
        color: #e34843;
        content: "\e052"
    }

    #okta-sign-in .clear-input-16:before {
        color: #5e5e5e;
        content: "\e02b"
    }

    #okta-sign-in .reports-16:before {
        color: #5e5e5e;
        content: "\e048"
    }

    #okta-sign-in .reports-16:after {
        color: #007cc0;
        content: "\e049"
    }

    #okta-sign-in .add-16:before {
        color: #5e5e5e;
        content: "\e050"
    }

    #okta-sign-in .add-16-color:before {
        color: #4cbf9c;
        content: "\e050"
    }

    #okta-sign-in .add-16-disabled:before {
        color: #8c8c96;
        content: "\e050"
    }

    #okta-sign-in .add-16-white:before {
        color: #fff;
        content: "\e050"
    }

    #okta-sign-in .add-16-thin:before {
        color: #007cc0;
        content: "\e03a"
    }

    #okta-sign-in .expand-l-16-gray:before {
        color: #5e5e5e;
        content: "\e056";
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    #okta-sign-in .expand-r-16-gray:before {
        color: #5e5e5e;
        content: "\e056"
    }

    #okta-sign-in .collapse-16-gray:before {
        color: #5e5e5e;
        content: "\e056";
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    #okta-sign-in .icon-ios-16:before {
        color: #5e5e5e;
        content: "\e088"
    }

    #okta-sign-in .icon-android-16:before {
        color: #92bf43;
        content: "\e085"
    }

    #okta-sign-in .icon-windows-16:before {
        color: #00abef;
        content: "\e08f"
    }

    #okta-sign-in .icon-osx-16:before {
        color: #5e5e5e;
        content: "\e08e"
    }

    #okta-sign-in .expand-l-gray .icon:before {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    #okta-sign-in .collapse-gray .icon:before, #okta-sign-in .expand-l-gray .icon:before, #okta-sign-in .expand-r-gray .icon:before {
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-smoothing: antialiased;
        color: #8c8c96;
        content: "\e056";
        display: block;
        font-family: okticon;
        font-size: 16px;
        font-style: normal !important;
        font-weight: 300 !important;
        position: absolute;
        text-indent: 0;
        white-space: normal
    }

    #okta-sign-in .collapse-gray .icon:before {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    #okta-sign-in .collapse-16-up-gray:before {
        color: #5e5e5e;
        content: "\e056";
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    #okta-sign-in .expand-l-16-blue:before {
        color: #007cc0;
        content: "\e056";
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    #okta-sign-in .expand-r-16-blue:before {
        color: #007cc0;
        content: "\e056"
    }

    #okta-sign-in .collapse-16-blue:before {
        color: #007cc0;
        content: "\e056";
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    #okta-sign-in .info-16-white:before, #okta-sign-in .info-16:before {
        color: #fff;
        content: "\e053"
    }

    #okta-sign-in .info-16-gray:before {
        color: #5e5e5e;
        content: "\e053"
    }

    #okta-sign-in .warning-16:before {
        color: #fff;
        content: "\e058"
    }

    #okta-sign-in .warning-16-yellow:before {
        color: #f1d10d;
        content: "\e058"
    }

    #okta-sign-in .error-16:before {
        color: #fff;
        content: "\e055"
    }

    #okta-sign-in .error-16-red:before, #okta-sign-in .error-16-small:before {
        color: #e34843;
        content: "\e055"
    }

    #okta-sign-in .success-16:before {
        color: #fff;
        content: "\e051"
    }

    #okta-sign-in .success-16-green:before {
        color: #4cbf9c;
        content: "\e051"
    }

    #okta-sign-in .success-16-gray:before {
        color: #e0e0e0;
        content: "\e051"
    }

    #okta-sign-in .directory-add-16:before {
        color: #5e5e5e;
        content: "\e027"
    }

    #okta-sign-in .directory-add-16:after {
        color: #007cc0;
        content: "\e001"
    }

    #okta-sign-in .directory-remove-16:before {
        color: #5e5e5e;
        content: "\e029"
    }

    #okta-sign-in .directory-remove-16:after {
        color: #007cc0;
        content: "\e009"
    }

    #okta-sign-in .directory-16:before {
        color: #5e5e5e;
        content: "\e028"
    }

    #okta-sign-in .directory-16-light-gray:before {
        color: #8c8c96;
        content: "\e028"
    }

    #okta-sign-in .token-add-16:before {
        color: #5e5e5e;
        content: "\e03b"
    }

    #okta-sign-in .token-add-16:after {
        color: #007cc0;
        content: "\e001"
    }

    #okta-sign-in .user-provisioning-16:before {
        color: #8c8c96;
        content: "\e011"
    }

    #okta-sign-in .user-provisioning-16:after {
        color: #8c8c96;
        content: "\e007"
    }

    #okta-sign-in .user-provisioning-16-green:before, #okta-sign-in .user-provisioning-16.active:before {
        color: #5e5e5e;
        content: "\e011"
    }

    #okta-sign-in .user-provisioning-16-green:after, #okta-sign-in .user-provisioning-16.active:after {
        color: #4cbf9c;
        content: "\e007"
    }

    #okta-sign-in .user-deprovisioning-16:before {
        color: #5e5e5e;
        content: "\e013"
    }

    #okta-sign-in .user-deprovisioning-16:after {
        color: #007cc0;
        content: "\e003"
    }

    #okta-sign-in .import-users-16:before {
        color: #8c8c96;
        content: "\e010"
    }

    #okta-sign-in .import-users-16:after {
        color: #8c8c96;
        content: "\e005"
    }

    #okta-sign-in .import-users-16-green.active:before, #okta-sign-in .import-users-16-green:before {
        color: #5e5e5e;
        content: "\e010"
    }

    #okta-sign-in .import-users-16-green.active:after, #okta-sign-in .import-users-16-green:after {
        color: #4cbf9c;
        content: "\e005"
    }

    #okta-sign-in .password-sync-16:before {
        color: #8c8c96;
        content: "\e034"
    }

    #okta-sign-in .password-sync-16:after {
        color: #8c8c96;
        content: "\e035"
    }

    #okta-sign-in .password-sync-16-green.active:before, #okta-sign-in .password-sync-16-green:before {
        color: #5e5e5e;
        content: "\e034"
    }

    #okta-sign-in .password-sync-16-green.active:after, #okta-sign-in .password-sync-16-green:after {
        color: #4cbf9c;
        content: "\e035"
    }

    #okta-sign-in .user-deactivation-16:before {
        color: #8c8c96;
        content: "\e00f"
    }

    #okta-sign-in .user-deactivation-16:after {
        color: #8c8c96;
        content: "\e000"
    }

    #okta-sign-in .user-deactivation-16-green.active:before, #okta-sign-in .user-deactivation-16-green:before {
        color: #5e5e5e;
        content: "\e00f"
    }

    #okta-sign-in .user-deactivation-16-green.active:after, #okta-sign-in .user-deactivation-16-green:after {
        color: #4cbf9c;
        content: "\e000"
    }

    #okta-sign-in .swa-16:before {
        color: #8c8c96;
        content: "\e03d"
    }

    #okta-sign-in .swa-16:after {
        color: #8c8c96;
        content: "\e002"
    }

    #okta-sign-in .swa-16-green.active:before, #okta-sign-in .swa-16-green:before {
        color: #5e5e5e;
        content: "\e03d"
    }

    #okta-sign-in .swa-16-green.active:after, #okta-sign-in .swa-16-green:after {
        color: #4cbf9c;
        content: "\e002"
    }

    #okta-sign-in .advanced-sso-16:before {
        color: #8c8c96;
        content: "\e017"
    }

    #okta-sign-in .advanced-sso-16:after {
        color: #8c8c96;
        content: "\e018"
    }

    #okta-sign-in .advanced-sso-16-green.active:before, #okta-sign-in .advanced-sso-16-green:before {
        color: #4cbf9c;
        content: "\e017"
    }

    #okta-sign-in .advanced-sso-16-green.active:after, #okta-sign-in .advanced-sso-16-green:after {
        color: #5e5e5e;
        content: "\e018"
    }

    #okta-sign-in .advanced-sso-16-blue:before {
        color: #007cc0;
        content: "\e017"
    }

    #okta-sign-in .advanced-sso-16-blue:after {
        color: #5e5e5e;
        content: "\e018"
    }

    #okta-sign-in .bookmark-16:before {
        color: #8c8c96;
        content: "\e02a"
    }

    #okta-sign-in .bookmark-16-green.active:before, #okta-sign-in .bookmark-16-green:before {
        color: #4cbf9c;
        content: "\e02a"
    }

    #okta-sign-in .run-16:before {
        color: #007cc0;
        content: "\e04b"
    }

    #okta-sign-in .run-16-gray:before {
        color: #5e5e5e;
        content: "\e04b"
    }

    #okta-sign-in .run-16-white:before {
        color: #fff;
        content: "\e04b"
    }

    #okta-sign-in .download-16:before {
        color: #007cc0;
        content: "\e03f"
    }

    #okta-sign-in .group-16:before {
        color: #5e5e5e;
        content: "\e019"
    }

    #okta-sign-in .group-add-16:before {
        color: #5e5e5e;
        content: "\e01a"
    }

    #okta-sign-in .group-add-16:after {
        color: #007cc0;
        content: "\e001"
    }

    #okta-sign-in .group-remove-16:before {
        color: #5e5e5e;
        content: "\e01d"
    }

    #okta-sign-in .group-remove-16:after {
        color: #007cc0;
        content: "\e00a"
    }

    #okta-sign-in .group-member-add-16:before {
        color: #5e5e5e;
        content: "\e00d"
    }

    #okta-sign-in .group-member-add-16:after {
        color: #007cc0;
        content: "\e001"
    }

    #okta-sign-in .group-member-remove-16:before {
        color: #5e5e5e;
        content: "\e00e"
    }

    #okta-sign-in .group-member-remove-16:after {
        color: #007cc0;
        content: "\e009"
    }

    #okta-sign-in .config-16:before {
        color: #5e5e5e;
        content: "\e024"
    }

    #okta-sign-in .group-override-16:before {
        color: #5e5e5e;
        content: "\e01e"
    }

    #okta-sign-in .group-override-16:after {
        color: #007cc0;
        content: "\e006"
    }

    #okta-sign-in .search-add-16:before {
        color: #8c8c96;
        content: "\e050"
    }

    #okta-sign-in .search-green-add-16:before {
        color: #4cbf9c;
        content: "\e050"
    }

    #okta-sign-in .magnifying-glass-16:before {
        color: #8c8c96;
        content: "\e041"
    }

    #okta-sign-in .location-16:before {
        color: #5e5e5e;
        content: "\e039"
    }

    #okta-sign-in .time-16:before {
        color: #5e5e5e;
        content: "\e057"
    }

    #okta-sign-in .time-alt-16:before {
        color: #8c8c96;
        content: "\e082"
    }

    #okta-sign-in .calendar-16:before {
        color: #8c8c96;
        content: "\e083"
    }

    #okta-sign-in .people-16:before {
        color: #5e5e5e;
        content: "\e019"
    }

    #okta-sign-in .conversation-16:before {
        color: #5e5e5e;
        content: "\e023"
    }

    #okta-sign-in .conversation-16-white:before {
        color: #fff;
        content: "\e023"
    }

    #okta-sign-in .megaphone-16:before {
        color: #5e5e5e;
        content: "\e065"
    }

    #okta-sign-in .active-sync-16:before {
        color: #5e5e5e;
        content: "\e01c"
    }

    #okta-sign-in .active-sync-16:after {
        color: #4cbf9c;
        content: "\e007"
    }

    #okta-sign-in .active-sync-16-reverse:before {
        color: #fff;
        content: "\e01c"
    }

    #okta-sign-in .active-sync-16-reverse:after {
        color: #4cbf9c;
        content: "\e007"
    }

    #okta-sign-in .inactive-sync-16:before {
        color: #8c8c96;
        content: "\e01c"
    }

    #okta-sign-in .inactive-sync-16:after {
        color: #8c8c96;
        content: "\e007"
    }

    #okta-sign-in .error-sync-16:before {
        color: #5e5e5e;
        content: "\e01c"
    }

    #okta-sign-in .error-sync-16:after {
        color: #e34843;
        content: "\e007"
    }

    #okta-sign-in .tasks-16-pending:before {
        color: #5e5e5e;
        content: "\e032"
    }

    #okta-sign-in .tasks-16-pending:after {
        color: #f1d10d;
        content: "\e033"
    }

    #okta-sign-in .password-reset-16-red:before {
        color: #5e5e5e;
        content: "\e034"
    }

    #okta-sign-in .password-reset-16-red:after {
        color: #e34843;
        content: "\e035"
    }

    #okta-sign-in .person-activate-16-yellow:before {
        color: #5e5e5e;
        content: "\e00f"
    }

    #okta-sign-in .person-activate-16-yellow:after {
        color: #f1d10d;
        content: "\e000"
    }

    #okta-sign-in .person-import-16-yellow:before {
        color: #5e5e5e;
        content: "\e010"
    }

    #okta-sign-in .person-import-16-yellow:after {
        color: #f1d10d;
        content: "\e005"
    }

    #okta-sign-in .apps-16-red:before {
        color: #e34843;
        content: "\e042"
    }

    #okta-sign-in .code-brackets-16:before {
        color: #5e5e5e;
        content: "\e038"
    }

    #okta-sign-in .refresh-16:before {
        color: #5e5e5e;
        content: "\e03e"
    }

    #okta-sign-in .refresh-16-blue:before {
        color: #007cc0;
        content: "\e03e"
    }

    #okta-sign-in .refresh-16-white:before {
        color: #fff;
        content: "\e03e"
    }

    #okta-sign-in .back-16:before {
        color: #fff;
        content: "\e02c";
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    #okta-sign-in .filter-16:before {
        color: #5e5e5e;
        content: "\e04a"
    }

    #okta-sign-in .filter-16-reverse:before {
        color: #fff;
        content: "\e04a"
    }

    #okta-sign-in .clone-16:before {
        color: #5e5e5e;
        content: "\e036"
    }

    #okta-sign-in .clone-16:after {
        color: #007cc0;
        content: "\e037"
    }

    #okta-sign-in .duo-push-16:before, #okta-sign-in .okta-push-16:before {
        color: #5e5e5e;
        content: "\e051"
    }

    #okta-sign-in .duo-sms-16:before {
        color: #5e5e5e;
        content: "\e02e"
    }

    #okta-sign-in .duo-call-16:before {
        color: #5e5e5e;
        content: "\e021"
    }

    #okta-sign-in .factory-reset-16:before {
        color: #5e5e5e;
        content: "\e04c"
    }

    #okta-sign-in .no-16:before {
        color: #5e5e5e;
        content: "\e04d"
    }

    #okta-sign-in .expression-16:before {
        color: #007cc0;
        content: "\e068"
    }

    #okta-sign-in .omm-enrolling-16:before {
        color: #4cbf9c;
        content: "\e05a"
    }

    #okta-sign-in .remote-lock-16:before {
        color: #5e5e5e;
        content: "\e05d"
    }

    #okta-sign-in .asterisk-16:before {
        color: #007cc0;
        content: "\e071";
        font-size: 12px
    }

    #okta-sign-in .asterisk-16-white:before {
        color: #fff;
        content: "\e071"
    }

    #okta-sign-in .configure-16:before {
        color: #5e5e5e;
        content: "\e076"
    }

    #okta-sign-in .instructions-16:before {
        color: #fff;
        content: "\e064"
    }

    #okta-sign-in .tombstone-16:before {
        color: #5e5e5e;
        content: "\e084"
    }

    #okta-sign-in .send-16:before {
        color: #5e5e5e;
        content: "\e094"
    }

    #okta-sign-in .add:before {
        content: "\e050"
    }

    #okta-sign-in .add:before, #okta-sign-in .success-icon:before {
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-smoothing: antialiased;
        color: #4cbf9c;
        display: block;
        font-family: okticon;
        font-size: 16px;
        font-style: normal !important;
        font-weight: 300 !important;
        position: absolute;
        text-indent: 0;
        white-space: normal
    }

    #okta-sign-in .success-icon:before {
        content: "\e051"
    }

    #okta-sign-in .person-add-24:before {
        color: #5e5e5e;
        content: "\e00d"
    }

    #okta-sign-in .person-add-24:after {
        color: #007cc0;
        content: "\e001"
    }

    #okta-sign-in .app-add-24:before {
        color: #5e5e5e;
        content: "\e043"
    }

    #okta-sign-in .app-add-24:after {
        color: #007cc0;
        content: "\e001"
    }

    #okta-sign-in .app-add-24-gray:before {
        color: #5e5e5e;
        content: "\e043"
    }

    #okta-sign-in .app-add-24-gray:after {
        color: #5e5e5e;
        content: "\e001"
    }

    #okta-sign-in .app-refresh-24:before {
        color: #5e5e5e;
        content: "\e047"
    }

    #okta-sign-in .app-refresh-24:after {
        color: #007cc0;
        content: "\e008"
    }

    #okta-sign-in .person-import-24:before {
        color: #5e5e5e;
        content: "\e010"
    }

    #okta-sign-in .person-import-24:after {
        color: #007cc0;
        content: "\e005"
    }

    #okta-sign-in .person-import-24-yellow:before {
        color: #5e5e5e;
        content: "\e010"
    }

    #okta-sign-in .person-import-24-yellow:after {
        color: #f1d10d;
        content: "\e005"
    }

    #okta-sign-in .admin-add-24:before {
        color: #5e5e5e;
        content: "\e012"
    }

    #okta-sign-in .admin-add-24:after {
        color: #007cc0;
        content: "\e001"
    }

    #okta-sign-in .logo-upload-24:before {
        color: #5e5e5e;
        content: "\e016"
    }

    #okta-sign-in .logo-upload-24:after {
        color: #007cc0;
        content: "\e00b"
    }

    #okta-sign-in .person-activate-24:before {
        color: #5e5e5e;
        content: "\e00f"
    }

    #okta-sign-in .person-activate-24:after {
        color: #007cc0;
        content: "\e000"
    }

    #okta-sign-in .person-activate-24-yellow:before {
        color: #5e5e5e;
        content: "\e00f"
    }

    #okta-sign-in .person-activate-24-yellow:after {
        color: #f1d10d;
        content: "\e000"
    }

    #okta-sign-in .person-edit-24:before {
        color: #5e5e5e;
        content: "\e066"
    }

    #okta-sign-in .person-edit-24:after {
        color: #007cc0;
        content: "\e004"
    }

    #okta-sign-in .app-assign-24:before {
        color: #5e5e5e;
        content: "\e046"
    }

    #okta-sign-in .app-assign-24:after {
        color: #007cc0;
        content: "\e002"
    }

    #okta-sign-in .apps-24:before {
        color: #5e5e5e;
        content: "\e042"
    }

    #okta-sign-in .apps-24-green:before {
        color: #4cbf9c;
        content: "\e042"
    }

    #okta-sign-in .apps-24-red:before {
        color: #e34843;
        content: "\e042"
    }

    #okta-sign-in .app-unassign-24:before {
        color: #5e5e5e;
        content: "\e045"
    }

    #okta-sign-in .app-unassign-24:after {
        color: #007cc0;
        content: "\e00a"
    }

    #okta-sign-in .app-unassign-24-yellow:before {
        color: #5e5e5e;
        content: "\e045"
    }

    #okta-sign-in .app-unassign-24-yellow:after {
        color: #f1d10d;
        content: "\e00a"
    }

    #okta-sign-in .person-deactivate-24:before {
        color: #5e5e5e;
        content: "\e00e"
    }

    #okta-sign-in .person-deactivate-24:after {
        color: #007cc0;
        content: "\e009"
    }

    #okta-sign-in .password-reset-24:before {
        color: #5e5e5e;
        content: "\e034"
    }

    #okta-sign-in .password-reset-24:after {
        color: #007cc0;
        content: "\e035"
    }

    #okta-sign-in .password-reset-24-red:before {
        color: #5e5e5e;
        content: "\e034"
    }

    #okta-sign-in .password-reset-24-red:after {
        color: #e34843;
        content: "\e035"
    }

    #okta-sign-in .feedback-24:before {
        color: #5e5e5e;
        content: "\e02f"
    }

    #okta-sign-in .person-24:before {
        color: #5e5e5e;
        content: "\e00c"
    }

    #okta-sign-in .person-24-green:before {
        color: #4cbf9c;
        content: "\e00c"
    }

    #okta-sign-in .person-24-red:before {
        color: #e34843;
        content: "\e00c"
    }

    #okta-sign-in .people-24:before {
        color: #5e5e5e;
        content: "\e019"
    }

    #okta-sign-in .instructions-24:before {
        color: #fff;
        content: "\e064"
    }

    #okta-sign-in .plugin-required-24:before {
        color: #5e5e5e;
        content: "\e063"
    }

    #okta-sign-in .info-24:before {
        color: #fff;
        content: "\e053"
    }

    #okta-sign-in .warning-24:before {
        color: #fff;
        content: "\e058"
    }

    #okta-sign-in .warning-24-yellow:before {
        color: #f1d10d;
        content: "\e058"
    }

    #okta-sign-in .error-24:before {
        color: #fff;
        content: "\e055"
    }

    #okta-sign-in .error-24-red:before {
        color: #e34843;
        content: "\e055"
    }

    #okta-sign-in .success-24:before {
        color: #fff;
        content: "\e051"
    }

    #okta-sign-in .success-24-green:before {
        color: #4cbf9c;
        content: "\e051"
    }

    #okta-sign-in .directory-add-24:before {
        color: #5e5e5e;
        content: "\e027"
    }

    #okta-sign-in .directory-add-24:after {
        color: #007cc0;
        content: "\e001"
    }

    #okta-sign-in .directory-remove-24:before {
        color: #5e5e5e;
        content: "\e029"
    }

    #okta-sign-in .directory-remove-24:after {
        color: #007cc0;
        content: "\e009"
    }

    #okta-sign-in .directory-24:before {
        color: #5e5e5e;
        content: "\e028"
    }

    #okta-sign-in .directory-24-green:before {
        color: #4cbf9c;
        content: "\e028"
    }

    #okta-sign-in .directory-24-red:before {
        color: #e34843;
        content: "\e028"
    }

    #okta-sign-in .preview-24:before {
        color: #e34843;
        content: "\e022"
    }

    #okta-sign-in .token-add-24:before {
        color: #5e5e5e;
        content: "\e03b"
    }

    #okta-sign-in .token-add-24:after {
        color: #007cc0;
        content: "\e002"
    }

    #okta-sign-in .group-24:before {
        color: #5e5e5e;
        content: "\e019"
    }

    #okta-sign-in .group-add-24:before {
        color: #5e5e5e;
        content: "\e01a"
    }

    #okta-sign-in .group-add-24:after {
        color: #007cc0;
        content: "\e001"
    }

    #okta-sign-in .settings-24:before {
        color: #5e5e5e;
        content: "\e025"
    }

    #okta-sign-in .settings-24:after {
        color: #5e5e5e;
        content: "\e026"
    }

    #okta-sign-in .reports-24:before {
        color: #5e5e5e;
        content: "\e048"
    }

    #okta-sign-in .reports-24:after {
        color: #007cc0;
        content: "\e049"
    }

    #okta-sign-in .security-24:before {
        color: #5e5e5e;
        content: "\e05d"
    }

    #okta-sign-in .dashboard-24:before {
        color: #5e5e5e;
        content: "\e05e"
    }

    #okta-sign-in .dashboard-24:after {
        color: #007cc0;
        content: "\e05f"
    }

    #okta-sign-in .tasks-notepad-24:before {
        color: #5e5e5e;
        content: "\e060"
    }

    #okta-sign-in .tasks-notepad-24:after {
        color: #007cc0;
        content: "\e061"
    }

    #okta-sign-in .profile-sync-24:before {
        color: #5e5e5e;
        content: "\e067"
    }

    #okta-sign-in .profile-sync-24:after {
        color: #007cc0;
        content: "\e004"
    }

    #okta-sign-in .light-bulb-24:before {
        color: #fff;
        content: "\e062"
    }

    #okta-sign-in .warning-important-24:before {
        color: #fff;
        content: "\e058"
    }

    #okta-sign-in .download-24:before {
        color: #5e5e5e;
        content: "\e03f"
    }

    #okta-sign-in .icon-devices-24:before {
        color: #5e5e5e;
        content: "\e069"
    }

    #okta-sign-in .icon-laptop-32:before {
        color: #5e5e5e;
        content: "\e08d"
    }

    #okta-sign-in .icon-iphone-32:before {
        color: #5e5e5e;
        content: "\e08c"
    }

    #okta-sign-in .icon-ipad-32:before {
        color: #5e5e5e;
        content: "\e08b"
    }

    #okta-sign-in .icon-ipod-touch-32:before, #okta-sign-in .icon-unknown-32:before {
        color: #5e5e5e;
        content: "\e08c"
    }

    #okta-sign-in .icon-android-phone-32:before {
        color: #5e5e5e;
        content: "\e086"
    }

    #okta-sign-in .icon-android-tab-32:before {
        color: #5e5e5e;
        content: "\e087"
    }

    #okta-sign-in .teach-48:before {
        color: #fff;
        content: "\e074"
    }

    #okta-sign-in #universal-directory-profiles .data-list-empty-img {
        background-image: none;
        left: 0;
        margin-left: 0;
        position: relative;
        top: 0
    }

        #okta-sign-in #universal-directory-profiles .data-list-empty-img:before {
            content: "\e067";
            top: -95px
        }

        #okta-sign-in #universal-directory-profiles .data-list-empty-img:after, #okta-sign-in #universal-directory-profiles .data-list-empty-img:before {
            speak: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-smoothing: antialiased;
            color: #8c8c96;
            display: block;
            font-family: okticon;
            font-size: 100px;
            font-style: normal !important;
            font-weight: 300 !important;
            margin-left: 345px;
            position: absolute;
            text-indent: 0;
            white-space: normal
        }

        #okta-sign-in #universal-directory-profiles .data-list-empty-img:after {
            content: "\e004";
            top: -98px
        }

    #okta-sign-in [class*=-light]:after, #okta-sign-in [class*=-light]:before, #okta-sign-in [class^=-light]:after, #okta-sign-in [class^=-light]:before {
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-smoothing: antialiased;
        display: block;
        font-family: okticon;
        font-size: 14px;
        font-style: normal !important;
        font-weight: 300 !important;
        position: absolute;
        text-indent: 0;
        white-space: normal
    }

    #okta-sign-in .green-light:before {
        color: #4cbf9c;
        content: "\e072"
    }

    #okta-sign-in .yellow-light:before {
        color: #f1d10d;
        content: "\e072"
    }

    #okta-sign-in .red-light:before {
        color: #e34843;
        content: "\e072"
    }

    #okta-sign-in .gray-light:before {
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-smoothing: antialiased;
        color: #8c8c96;
        content: "\e072";
        display: block;
        font-family: okticon;
        font-size: 14px;
        font-style: normal !important;
        font-weight: 300 !important;
        position: absolute;
        text-indent: 0;
        white-space: normal
    }

    #okta-sign-in .legend-light:before {
        color: #f9f9f9;
        content: "\e072"
    }

    #okta-sign-in .legend-light:after {
        color: #5e5e5e;
        content: "\e073"
    }

    #okta-sign-in .link-button.button-error .icon.info-16-gray:before, #okta-sign-in .link-button.button-primary .icon.active-sync-16:after, #okta-sign-in .link-button.button-primary .icon.active-sync-16:before {
        color: #fff
    }

    #okta-sign-in .single-click-edit-controls .icon.cancel-16-small:before {
        font-size: 12px;
        left: 2px
    }

    #okta-sign-in .search-box .clear-input-16:before {
        font-size: 12px
    }

    #okta-sign-in .facebook-square-16:before {
        color: #3b5998;
        content: "\e077"
    }

    #okta-sign-in .facebook-16:before {
        color: #3b5998;
        content: "\e078"
    }

    #okta-sign-in .google-square-16:before {
        color: #dd4b39;
        content: "\e079"
    }

    #okta-sign-in .google-16:before {
        color: #dd4b39;
        content: "\e07f"
    }

    #okta-sign-in .twitter-square-16:before {
        color: #5e5e5e;
        content: "\e07c"
    }

    #okta-sign-in .twitter-16:before {
        color: #5e5e5e;
        content: "\e07b"
    }

    #okta-sign-in .linkedin-square-16:before {
        color: #5e5e5e;
        content: "\e07e"
    }

    #okta-sign-in .linkedin-16:before {
        color: #5e5e5e;
        content: "\e07d"
    }

    #okta-sign-in .openid-16:before {
        color: #5e5e5e;
        content: "\e07a"
    }

    #okta-sign-in a, #okta-sign-in abbr, #okta-sign-in acronym, #okta-sign-in address, #okta-sign-in applet, #okta-sign-in b, #okta-sign-in big, #okta-sign-in blockquote, #okta-sign-in body, #okta-sign-in caption, #okta-sign-in center, #okta-sign-in cite, #okta-sign-in code, #okta-sign-in dd, #okta-sign-in del, #okta-sign-in dfn, #okta-sign-in div, #okta-sign-in dl, #okta-sign-in dt, #okta-sign-in em, #okta-sign-in fieldset, #okta-sign-in form, #okta-sign-in h1, #okta-sign-in h2, #okta-sign-in h3, #okta-sign-in h4, #okta-sign-in h5, #okta-sign-in h6, #okta-sign-in html, #okta-sign-in i, #okta-sign-in iframe, #okta-sign-in img, #okta-sign-in ins, #okta-sign-in kbd, #okta-sign-in label, #okta-sign-in legend, #okta-sign-in li, #okta-sign-in object, #okta-sign-in ol, #okta-sign-in p, #okta-sign-in pre, #okta-sign-in q, #okta-sign-in s, #okta-sign-in samp, #okta-sign-in small, #okta-sign-in span, #okta-sign-in strike, #okta-sign-in strong, #okta-sign-in sub, #okta-sign-in sup, #okta-sign-in table, #okta-sign-in tbody, #okta-sign-in td, #okta-sign-in tfoot, #okta-sign-in th, #okta-sign-in thead, #okta-sign-in tr, #okta-sign-in tt, #okta-sign-in u, #okta-sign-in ul, #okta-sign-in var {
        background: transparent;
        border: 0;
        font-size: 100%;
        font: inherit;
        margin: 0;
        outline: 0;
        padding: 0;
        vertical-align: baseline
    }

    #okta-sign-in body {
        line-height: 1
    }

    #okta-sign-in ol, #okta-sign-in ul {
        list-style: none
    }

    #okta-sign-in blockquote, #okta-sign-in q {
        quotes: none
    }

        #okta-sign-in blockquote:after, #okta-sign-in blockquote:before, #okta-sign-in q:after, #okta-sign-in q:before {
            content: "";
            content: none
        }

    #okta-sign-in :focus {
        outline: 0
    }

    #okta-sign-in ins {
        text-decoration: none
    }

    #okta-sign-in del {
        text-decoration: line-through
    }

    #okta-sign-in table {
        border-collapse: collapse;
        border-spacing: 0
    }

    #okta-sign-in input[type=hidden] {
        display: none !important
    }

    #okta-sign-in input[type=checkbox], #okta-sign-in input[type=radio] {
        border: 0 !important;
        margin: 0;
        padding: 0
    }

    #okta-sign-in .dropdown {
        background: #fff;
        border-radius: 4px
    }

        #okta-sign-in .dropdown .options {
            position: relative
        }

        #okta-sign-in .dropdown .option-selected {
            cursor: pointer;
            display: block;
            padding: 5px;
            position: relative
        }

            #okta-sign-in .dropdown .option-selected:hover {
                cursor: pointer
            }

            #okta-sign-in .dropdown .option-selected span.more-options {
                display: block;
                height: 30px;
                position: absolute;
                right: 0;
                top: 4px;
                width: 30px
            }

            #okta-sign-in .dropdown .option-selected:hover span.more-options {
                display: block
            }

        #okta-sign-in .dropdown .options {
            display: none
        }

        #okta-sign-in .dropdown .options-wrap {
            background: #fff;
            border: 1px solid #bbb;
            box-shadow: 0 2px 0 hsla(0,0%,63%,.2);
            left: 0;
            list-style: none;
            padding: 0;
            position: absolute;
            top: 2px;
            width: 417px;
            z-index: 4
        }

        #okta-sign-in .dropdown .options li.option {
            background: #fff;
            border-bottom: 1px solid #eaeaea;
            display: block;
            padding: 5px;
            position: relative
        }

            #okta-sign-in .dropdown .options li.option:last-child {
                border-bottom: none
            }

        #okta-sign-in .dropdown .options li.error {
            background: url(../img/icons/16x16/error-01.png) 5px 8px no-repeat !important;
            background-color: #fff2f2 !important;
            padding: 10px 5px 10px 25px
        }

            #okta-sign-in .dropdown .options li.error:hover {
                background-color: #fce5e6 !important;
                cursor: pointer
            }

        #okta-sign-in .dropdown .options li.option:hover {
            background: #f9f9f9;
            cursor: pointer
        }

        #okta-sign-in .dropdown .options li.option:focus-within {
            background: #f9f9f9
        }

        #okta-sign-in .dropdown.more-actions .option-selected {
            color: #333;
            float: none !important;
            overflow: hidden;
            padding: 0 22px 0 8px !important;
            position: relative;
            white-space: nowrap
        }

    #okta-sign-in .page-links .dropdown.more-actions .option-selected {
        margin: 0 !important
    }

    #okta-sign-in .dropdown.more-actions .option-selected span.icon-dm {
        height: 6px;
        margin: 0;
        position: absolute;
        right: 6px;
        top: 12px;
        width: 9px
    }

    #okta-sign-in .dropdown.more-actions .button-primary.option-selected span.icon-dm {
        background: url(../img/ui/indicators/drop-menu-s-white.png) no-repeat scroll 0 0 transparent
    }

    #okta-sign-in .dropdown.more-actions .options-wrap {
        border-style: solid;
        left: -100px;
        margin: 0;
        width: 200px
    }

    #okta-sign-in #add-idp-dropdown.more-actions .options-wrap {
        left: 0
    }

    #okta-sign-in #idp-container .btnCol .dropdown.more-actions .options-wrap {
        left: -95px
    }

    #okta-sign-in .dropdown.more-actions .options {
        position: absolute;
        z-index: 5
    }

        #okta-sign-in .dropdown.more-actions .options .option {
            padding: 0
        }

    #okta-sign-in .dropdown.more-actions .option a {
        color: #2f3f4a;
        display: block;
        font-size: 13px;
        line-height: 16px;
        padding: 10px 5px 10px 30px
    }

        #okta-sign-in .dropdown.more-actions .option a:focus, #okta-sign-in .dropdown.more-actions .option a:hover {
            text-decoration: none
        }

        #okta-sign-in .dropdown.more-actions .option a .icon {
            height: 16px;
            left: 8px;
            position: absolute;
            top: 9px;
            width: 16px
        }

    #okta-sign-in .dropdown-edit {
        background: transparent
    }

        #okta-sign-in .dropdown-edit .option-selected {
            border-radius: 4px 0 0 4px;
            border-right: none;
            margin: 0;
            width: 300px
        }

    #okta-sign-in #customize-user-account-dropdown .option-selected.dropdown-disabled, #okta-sign-in #customize-user-account-dropdown .option-selected.dropdown-disabled:hover {
        background: transparent !important;
        border-color: #bbb #bbb #b1b1b1;
        box-shadow: none;
        cursor: default;
        opacity: .5
    }

    #okta-sign-in .dropdown-edit .option-selected.dropdown-disabled .dropdown-selected-text {
        color: #888
    }

    #okta-sign-in .dropdown-edit .option-selected.dropdown-disabled .icon-dm {
        filter: Alpha(Opacity=40);
        opacity: .4
    }

    #okta-sign-in .dropdown-edit .option-selected.dropdown-disabled span:hover {
        cursor: default
    }

    #okta-sign-in .dropdown-edit .option-selected.dropdown-disabled:active, #okta-sign-in .dropdown-edit .option-selected.dropdown-disabled:hover {
        background: url(../img/ui/button/okta-buttons-sprite-001.png) repeat-x scroll 0 0 #eaeaea !important
    }

    #okta-sign-in .dropdown.dropdown-edit .options-wrap {
        left: 0;
        width: 330px
    }

    #okta-sign-in .dropdown.dropdown-edit .option .option-link {
        padding: 6px 8px
    }

    #okta-sign-in .dropdown-edit-button {
        border-left-color: #bbb !important;
        border-radius: 0 4px 4px 0;
        margin: 0 !important;
        width: 55px
    }

    #okta-sign-in .option-subtitle {
        color: #a7a7a7;
        font-weight: 400
    }

    #okta-sign-in p.option-subtitle {
        margin-top: 3px
    }

    #okta-sign-in .off-screen {
        clip: rect(0 0 0 0);
        border: 0;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    #okta-sign-in #more-actions-dropdown.more-actions .options-wrap {
        left: -142px
    }

    #okta-sign-in #people-more-actions-dropdown.more-actions .options-wrap {
        left: 10px
    }

    #okta-sign-in #import-people-dropdown.more-actions .options-wrap {
        left: -150px;
        width: 280px
    }

    #okta-sign-in #add-directory-dropdown.more-actions .options-wrap {
        left: 0;
        width: 240px
    }

    #okta-sign-in #download-agent-dropdown.more-actions .options-wrap {
        left: 0
    }

    #okta-sign-in .chzn-container {
        zoom: 1;
        display: block;
        float: left;
        position: relative;
        vertical-align: middle
    }

        #okta-sign-in .chzn-container .chzn-drop {
            background: #fff;
            border: 1px solid #888;
            border-top: 0;
            -webkit-box-shadow: 0 1px 2px hsla(0,0%,69%,.15);
            -moz-box-shadow: 0 1px 2px hsla(0,0%,69%,.15);
            box-shadow: 0 1px 2px hsla(0,0%,69%,.15);
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -khtml-box-sizing: border-box;
            box-sizing: border-box;
            left: -9999px;
            position: absolute;
            top: 100%;
            width: 100%;
            z-index: 1010
        }

        #okta-sign-in .chzn-container.chzn-with-drop .chzn-drop {
            left: 0
        }

    #okta-sign-in .chzn-container-single .chzn-single {
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        display: block;
        height: 28px;
        line-height: 28px;
        overflow: hidden;
        padding: 0 0 0 8px;
        position: relative;
        text-decoration: none;
        white-space: nowrap
    }

        #okta-sign-in .chzn-container-single .chzn-single:hover {
            border: 1px solid #888
        }

    #okta-sign-in .chzn-container-single .chzn-default {
        color: #999
    }

    #okta-sign-in .chzn-container-single .chzn-single span {
        color: #333;
        display: block;
        margin-right: 26px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        text-shadow: 0 1px 0 #fff;
        white-space: nowrap
    }

    #okta-sign-in .chzn-container-single .chzn-single abbr {
        background: url(../img/ui/forms/chosen-sprite.png) -42px 1px no-repeat;
        display: block;
        font-size: 1px;
        height: 12px;
        position: absolute;
        right: 26px;
        top: 6px;
        width: 12px
    }

        #okta-sign-in .chzn-container-single .chzn-single abbr:hover, #okta-sign-in .chzn-container-single.chzn-disabled .chzn-single abbr:hover {
            background-position: -42px -10px
        }

    #okta-sign-in .chzn-container-single .chzn-single div {
        display: block;
        height: 100%;
        position: absolute;
        right: 0;
        top: 3px;
        width: 18px
    }

        #okta-sign-in .chzn-container-single .chzn-single div b {
            background: url(../img/ui/forms/chosen-sprite.png) no-repeat 0 2px;
            display: block;
            height: 100%;
            width: 100%
        }

    #okta-sign-in .chzn-container-single .chzn-search {
        margin: 0;
        padding: 3px 4px;
        position: relative;
        white-space: nowrap;
        z-index: 1010
    }

        #okta-sign-in .chzn-container-single .chzn-search input {
            background: #fff url(../img/ui/forms/chosen-sprite.png) no-repeat 100% -20px;
            background: url(../img/ui/forms/chosen-sprite.png) no-repeat 100% -20px,-webkit-gradient(linear,0 0,0 100%,color-stop(1%,#eee),color-stop(15%,#fff));
            background: url(../img/ui/forms/chosen-sprite.png) no-repeat 100% -20px,-webkit-linear-gradient(top,#eee 1%,#fff 15%);
            background: url(../img/ui/forms/chosen-sprite.png) no-repeat 100% -20px,-moz-linear-gradient(top,#eee 1%,#fff 15%);
            background: url(../img/ui/forms/chosen-sprite.png) no-repeat 100% -20px,-o-linear-gradient(top,#eee 1%,#fff 15%);
            background: url(../img/ui/forms/chosen-sprite.png) no-repeat 100% -20px,linear-gradient(#eee 1%,#fff 15%);
            border: 1px solid #aaa;
            border-radius: 0;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -khtml-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 1em;
            margin: 1px 0;
            outline: 0;
            padding: 4px 20px 4px 5px;
            width: 100%
        }

    #okta-sign-in .chzn-container-single .chzn-drop {
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
        margin-top: -1px
    }

    #okta-sign-in .chzn-container-single-nosearch .chzn-search {
        left: -9999px;
        position: absolute
    }

    #okta-sign-in .chzn-container-multi .chzn-choices {
        background-color: #fff;
        background-image: -webkit-gradient(linear,0 0,0 100%,color-stop(1%,#eee),color-stop(15%,#fff));
        background-image: -webkit-linear-gradient(top,#eee 1%,#fff 15%);
        background-image: -moz-linear-gradient(top,#eee 1%,#fff 15%);
        background-image: -o-linear-gradient(top,#eee 1%,#fff 15%);
        background-image: linear-gradient(#eee 1%,#fff 15%);
        border: 1px solid #aaa;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -khtml-box-sizing: border-box;
        box-sizing: border-box;
        cursor: text;
        height: auto !important;
        height: 1%;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 100%
    }

        #okta-sign-in .chzn-container-multi .chzn-choices li {
            float: left;
            list-style: none
        }

        #okta-sign-in .chzn-container-multi .chzn-choices .search-field {
            margin: 0;
            padding: 0;
            white-space: nowrap
        }

            #okta-sign-in .chzn-container-multi .chzn-choices .search-field input {
                background: transparent !important;
                border: 0 !important;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
                color: #666;
                font-size: 100%;
                height: 15px;
                margin: 1px 0;
                outline: 0;
                padding: 5px
            }

            #okta-sign-in .chzn-container-multi .chzn-choices .search-field .default {
                color: #999
            }

        #okta-sign-in .chzn-container-multi .chzn-choices .search-choice {
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            background-color: #e4e4e4;
            background-image: -webkit-gradient(linear,0 0,0 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));
            background-image: -webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);
            background-image: -moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-image: -o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-image: linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);
            border: 1px solid #aaa;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            -webkit-box-shadow: inset 0 0 2px #fff,0 1px 0 rgba(0,0,0,.05);
            -moz-box-shadow: inset 0 0 2px #fff,0 1px 0 rgba(0,0,0,.05);
            box-shadow: inset 0 0 2px #fff,0 1px 0 rgba(0,0,0,.05);
            color: #333;
            cursor: default;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = "#f4f4f4",endColorstr = "#eeeeee",GradientType = 0);
            line-height: 13px;
            margin: 3px 0 3px 5px;
            padding: 3px 20px 3px 5px;
            position: relative
        }

            #okta-sign-in .chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
                background-color: #e4e4e4;
                background-image: -webkit-gradient(linear,0 0,0 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));
                background-image: -webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);
                background-image: -moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
                background-image: -o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
                background-image: -ms-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
                background-image: linear-gradient(180deg,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);
                border: 1px solid #ccc;
                color: #666;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = "#f4f4f4",endColorstr = "#eeeeee",GradientType = 0);
                padding-right: 5px
            }

        #okta-sign-in .chzn-container-multi .chzn-choices .search-choice-focus {
            background: #d4d4d4
        }

        #okta-sign-in .chzn-container-multi .chzn-choices .search-choice .search-choice-close {
            background: url(../img/ui/forms/chosen-sprite.png) -42px 1px no-repeat;
            display: block;
            font-size: 1px;
            height: 12px;
            position: absolute;
            right: 3px;
            top: 4px;
            width: 12px
        }

            #okta-sign-in .chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover, #okta-sign-in .chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
                background-position: -42px -10px
            }

    #okta-sign-in .chzn-container .chzn-results {
        -webkit-overflow-scrolling: touch;
        margin: 3px 0 4px;
        max-height: 240px;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 0;
        position: relative
    }

    #okta-sign-in .chzn-container-multi .chzn-results {
        margin: 0;
        padding: 0
    }

    #okta-sign-in .chzn-container .chzn-results li {
        border: solid #fff;
        border-width: 0 0 1px;
        display: none;
        line-height: 16px;
        list-style: none;
        margin: 0;
        padding: 7px 8px
    }

    #okta-sign-in .chzn-container .chzn-results .active-result {
        cursor: pointer;
        display: list-item
    }

    #okta-sign-in .chzn-container .chzn-results .highlighted {
        background: #f9f9f9
    }

    #okta-sign-in .chzn-container .chzn-results li em {
        background: #feffde;
        font-style: normal
    }

    #okta-sign-in .chzn-container .chzn-results .highlighted em {
        background: transparent
    }

    #okta-sign-in .chzn-container .chzn-results .no-results {
        background: #fff;
        display: list-item
    }

    #okta-sign-in .chzn-container .chzn-results .group-result {
        color: #999;
        cursor: default;
        font-weight: 700
    }

    #okta-sign-in .chzn-container .chzn-results .group-option {
        padding-left: 15px
    }

    #okta-sign-in .chzn-container-multi .chzn-drop .result-selected {
        display: none
    }

    #okta-sign-in .chzn-container .chzn-results-scroll {
        background: #fff;
        margin: 0 4px;
        position: absolute;
        text-align: center;
        width: 321px;
        z-index: 1
    }

        #okta-sign-in .chzn-container .chzn-results-scroll span {
            display: inline-block;
            height: 17px;
            text-indent: -5000px;
            width: 9px
        }

    #okta-sign-in .chzn-container .chzn-results-scroll-down {
        bottom: 0
    }

        #okta-sign-in .chzn-container .chzn-results-scroll-down span {
            background: url(../img/ui/forms/chosen-sprite.png) no-repeat -4px -3px
        }

    #okta-sign-in .chzn-container .chzn-results-scroll-up span {
        background: url(../img/ui/forms/chosen-sprite.png) no-repeat -22px -3px
    }

    #okta-sign-in .chzn-container-active.chzn-with-drop .chzn-single {
        -moz-border-radius-bottomleft: 0;
        -moz-border-radius-bottomright: 0;
        background: #fff;
        border: 1px solid #888;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
        -webkit-box-shadow: inset 0 1px 0 #fff;
        -moz-box-shadow: inset 0 1px 0 #fff;
        box-shadow: inset 0 1px 0 #fff
    }

    #okta-sign-in .chzn-container-active .chzn-single {
        border: 1px solid #888;
        -webkit-box-shadow: 0 1px 2px hsla(0,0%,69%,.3);
        -moz-box-shadow: 0 1px 2px hsla(0,0%,69%,.3);
        box-shadow: 0 1px 2px hsla(0,0%,69%,.3)
    }

    #okta-sign-in .chzn-container-active.chzn-with-drop .chzn-single div {
        background: transparent;
        border-left: none
    }

        #okta-sign-in .chzn-container-active.chzn-with-drop .chzn-single div b {
            background-position: -18px 2px
        }

    #okta-sign-in .chzn-container-active .chzn-choices {
        border: 1px solid #5897fb;
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
        -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
        box-shadow: 0 0 5px rgba(0,0,0,.3)
    }

        #okta-sign-in .chzn-container-active .chzn-choices .search-field input {
            color: #111 !important
        }

    #okta-sign-in .chzn-disabled {
        cursor: default;
        opacity: .5 !important
    }

        #okta-sign-in .chzn-disabled .chzn-choices .search-choice .search-choice-close, #okta-sign-in .chzn-disabled .chzn-single {
            cursor: default
        }

    #okta-sign-in .chzn-rtl {
        text-align: right
    }

        #okta-sign-in .chzn-rtl .chzn-single {
            overflow: visible;
            padding: 0 8px 0 0
        }

            #okta-sign-in .chzn-rtl .chzn-single span {
                direction: rtl;
                margin-left: 26px;
                margin-right: 0
            }

            #okta-sign-in .chzn-rtl .chzn-single div {
                left: 3px;
                right: auto
            }

            #okta-sign-in .chzn-rtl .chzn-single abbr {
                left: 26px;
                right: auto
            }

        #okta-sign-in .chzn-rtl .chzn-choices .search-field input {
            direction: rtl
        }

        #okta-sign-in .chzn-rtl .chzn-choices li {
            float: right
        }

        #okta-sign-in .chzn-rtl .chzn-choices .search-choice {
            margin: 3px 5px 3px 0;
            padding: 3px 5px 3px 19px
        }

            #okta-sign-in .chzn-rtl .chzn-choices .search-choice .search-choice-close {
                left: 4px;
                right: auto
            }

        #okta-sign-in .chzn-rtl .chzn-search {
            left: 9999px
        }

        #okta-sign-in .chzn-rtl.chzn-with-drop .chzn-search {
            left: 0
        }

        #okta-sign-in .chzn-rtl .chzn-drop {
            left: 9999px
        }

        #okta-sign-in .chzn-rtl.chzn-container-single .chzn-results {
            margin: 0 0 4px 4px;
            padding: 0 4px 0 0
        }

        #okta-sign-in .chzn-rtl .chzn-results .group-option {
            padding-left: 0;
            padding-right: 15px
        }

        #okta-sign-in .chzn-rtl.chzn-container-active.chzn-with-drop .chzn-single div {
            border-right: none
        }

        #okta-sign-in .chzn-rtl .chzn-search input {
            background: #fff url(../img/ui/forms/chosen-sprite.png) no-repeat -30px -20px;
            background: url(../img/ui/forms/chosen-sprite.png) no-repeat -30px -20px,-webkit-gradient(linear,0 0,0 100%,color-stop(1%,#eee),color-stop(15%,#fff));
            background: url(../img/ui/forms/chosen-sprite.png) no-repeat -30px -20px,-webkit-linear-gradient(top,#eee 1%,#fff 15%);
            background: url(../img/ui/forms/chosen-sprite.png) no-repeat -30px -20px,-moz-linear-gradient(top,#eee 1%,#fff 15%);
            background: url(../img/ui/forms/chosen-sprite.png) no-repeat -30px -20px,-o-linear-gradient(top,#eee 1%,#fff 15%);
            background: url(../img/ui/forms/chosen-sprite.png) no-repeat -30px -20px,linear-gradient(#eee 1%,#fff 15%);
            direction: rtl;
            padding: 4px 5px 4px 20px
        }

    #okta-sign-in .chzn-container-single.chzn-rtl .chzn-single div b {
        background-position: 6px 2px
    }

    #okta-sign-in .chzn-container-single.chzn-rtl.chzn-with-drop .chzn-single div b {
        background-position: -12px 2px
    }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in .chzn-container .chzn-results-scroll-down span, #okta-sign-in .chzn-container .chzn-results-scroll-up span, #okta-sign-in .chzn-container-multi .chzn-choices .search-choice .search-choice-close, #okta-sign-in .chzn-container-single .chzn-search input, #okta-sign-in .chzn-container-single .chzn-single abbr, #okta-sign-in .chzn-container-single .chzn-single div b, #okta-sign-in .chzn-rtl .chzn-search input {
        background-image: url(../img/ui/forms/chosen-sprite@2x.png) !important;
        background-repeat: no-repeat !important;
        background-size: 52px 37px !important
    }
}

#okta-sign-in .chzn-container.chzn-container-single-nosearch.closed .chzn-drop, #okta-sign-in .chzn-container.chzn-container-single.closed .chzn-drop {
    border: none;
    left: 0;
    margin-bottom: -35px;
    min-height: 36px;
    overflow: hidden;
    position: relative;
    top: -35px;
    z-index: 0
}

#okta-sign-in .chzn-container.chzn-container-single .chzn-single, #okta-sign-in .chzn-container.chzn-container-single-nosearch .chzn-single {
    z-index: 1
}

#okta-sign-in .chzn-container.chzn-container-single-nosearch.closed .chzn-drop .chzn-search, #okta-sign-in .chzn-container.chzn-container-single.closed .chzn-drop .chzn-search {
    left: 0;
    position: relative
}

    #okta-sign-in .chzn-container.chzn-container-single-nosearch.closed .chzn-drop .chzn-search input[type=text], #okta-sign-in .chzn-container.chzn-container-single.closed .chzn-drop .chzn-search input[type=text] {
        background-color: transparent;
        border: none;
        caret-color: transparent
    }

    #okta-sign-in .chzn-container.chzn-container-single-nosearch.closed .chzn-drop .chzn-search:after, #okta-sign-in .chzn-container.chzn-container-single.closed .chzn-drop .chzn-search:after {
        background: none
    }

#okta-sign-in .o-form-fieldset:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden
}

#okta-sign-in .o-form-fieldset {
    word-wrap: break-word;
    display: inline-block;
    height: auto;
    margin-bottom: 15px
}

    #okta-sign-in .o-form-fieldset:last-child {
        margin-bottom: 0
    }

#okta-sign-in * html .o-form-fieldset {
    height: 1%
}

#okta-sign-in .o-form-fieldset {
    display: block
}

#okta-sign-in .o-form-input, #okta-sign-in .o-form-label {
    float: left
}

#okta-sign-in .o-form-label {
    box-sizing: border-box;
    color: #5e5e5e;
    font-weight: 700;
    line-height: 16px;
    padding: 7px 10px 7px 0;
    width: 38%
}

    #okta-sign-in .o-form-label a.icon-16 {
        display: inline;
        margin-left: 6px;
        top: -1px
    }

#okta-sign-in .o-form-input {
    width: 62%
}

    #okta-sign-in .o-form-input .o-form-input-group + .link-button, #okta-sign-in .o-form-input .o-form-input-group + .o-form-input-group {
        margin-top: 15px
    }

    #okta-sign-in .o-form-input .array-inputs-button {
        clear: both
    }

    #okta-sign-in .o-form-input .o-form-input-group-controls {
        width: 100%
    }

#okta-sign-in .o-form .input-fix {
    height: 30px
}

    #okta-sign-in .o-form .input-fix input[type=number], #okta-sign-in .o-form .input-fix input[type=password], #okta-sign-in .o-form .input-fix input[type=tel], #okta-sign-in .o-form .input-fix input[type=text], #okta-sign-in .o-form .input-fix input[type=textbox] {
        background: transparent;
        border: none;
        box-sizing: border-box;
        height: 100%;
        line-height: 16px;
        margin: 0;
        padding: 6px 8px;
        width: 100%
    }

    #okta-sign-in .o-form .input-fix input.password-with-toggle {
        padding-right: 35px
    }

    #okta-sign-in .o-form .input-fix .password-toggle .eyeicon {
        cursor: pointer;
        height: 32px;
        padding: 6px 8px;
        position: absolute;
        right: 5px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 32px
    }

    #okta-sign-in .o-form .input-fix .password-toggle .button-hide {
        display: none
    }

    #okta-sign-in .o-form .input-fix input[type=number] {
        border: none
    }

#okta-sign-in .o-form .input-fix, #okta-sign-in .o-form .textarea-fix {
    border-radius: 3px;
    box-sizing: border-box;
    width: 100%
}

    #okta-sign-in .o-form .textarea-fix textarea {
        box-sizing: border-box;
        height: auto;
        line-height: 16px;
        margin: 0;
        max-width: 100% !important;
        min-height: 30px;
        padding: 6px 8px;
        width: 100%
    }

#okta-sign-in .o-form select {
    margin-top: 6px;
    width: 62%
}

#okta-sign-in .o-form-wide select {
    width: 100%
}

#okta-sign-in .o-form-label-attached .o-form-label {
    background-color: #e2e2e2;
    border: 1px solid #c8c8c8;
    border-bottom-left-radius: 3px;
    border-right-width: 0;
    border-top-left-radius: 3px;
    font-weight: 400;
    padding: 6px 10px;
    width: auto
}

#okta-sign-in .o-form-label-attached .chzn-single, #okta-sign-in .o-form-label-attached .input-fix, #okta-sign-in .o-form-label-attached .input[type=text], #okta-sign-in .o-form-label-attached .textarea-fix {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

#okta-sign-in .o-form-label-attached .link-button.option-selected {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    box-shadow: none
}

#okta-sign-in .data-list-toolbar .o-form-label-attached .o-form-label {
    background: transparent
}

#okta-sign-in .o-form-input-group {
    border-collapse: separate;
    display: table;
    position: relative
}

    #okta-sign-in .o-form-input-group .link-button, #okta-sign-in .o-form-input-group .o-form-control, #okta-sign-in .o-form-input-group .o-form-label-inline {
        border-radius: 0;
        display: table-cell;
        float: none;
        white-space: nowrap
    }

        #okta-sign-in .o-form-input-group .link-button input[type=number], #okta-sign-in .o-form-input-group .o-form-control input[type=number], #okta-sign-in .o-form-input-group .o-form-label-inline input[type=number] {
            padding-bottom: 0
        }

    #okta-sign-in .o-form-input-group :first-child {
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px
    }

    #okta-sign-in .o-form-input-group :last-child {
        border-bottom-right-radius: 3px;
        border-left-width: 0;
        border-right-width: 1px;
        border-top-right-radius: 3px
    }

    #okta-sign-in .o-form-input-group .link-button:first-child, #okta-sign-in .o-form-input-group .o-form-label-inline:first-child {
        border-right-width: 0
    }

    #okta-sign-in .o-form-input-group .o-form-control:last-child {
        border-left-width: 1px
    }

    #okta-sign-in .o-form-input-group .o-form-control + .o-form-control {
        margin: 0
    }

    #okta-sign-in .o-form-input-group .link-button {
        box-shadow: none;
        padding: 0 16px
    }

    #okta-sign-in .o-form-input-group .link-button-icon.icon-only {
        padding: 0 8px
    }

    #okta-sign-in .o-form-input-group .link-button-icon span.icon {
        top: 5px
    }

    #okta-sign-in .o-form-input-group .o-form-control .chzn-single {
        box-shadow: none
    }

    #okta-sign-in .o-form-input-group select:first-child + .o-form-control.chzn-container .chzn-single {
        border-bottom-right-radius: 0;
        border-right-width: 0;
        border-top-right-radius: 0
    }

    #okta-sign-in .o-form-input-group .o-form-control:last-child .chzn-single {
        border-bottom-left-radius: 0;
        border-left-width: 0;
        border-top-left-radius: 0
    }

    #okta-sign-in .o-form-input-group .o-form-control.chzn-container-active.chzn-with-drop:last-child .chzn-single {
        border-left-width: 1px;
        margin-left: -1px
    }

    #okta-sign-in .o-form-input-group .o-form-control.chzn-container-active.chzn-with-drop:last-child .chzn-drop {
        border-left-width: 1px;
        border-top-right-radius: 0;
        left: -1px;
        width: 101%
    }

    #okta-sign-in .o-form-input-group select:first-child + .o-form-control.chzn-container-active.chzn-with-drop .chzn-single {
        border-right-width: 1px;
        margin-right: -1px
    }

    #okta-sign-in .o-form-input-group select:first-child + .o-form-control.chzn-container-active.chzn-with-drop .chzn-drop {
        border-left-width: 1px;
        right: -1px;
        width: 101%
    }

#okta-sign-in .o-form-label-inline {
    background-color: #f2f2f2;
    border: 1px solid #8c8c96;
    border-bottom-left-radius: 3px;
    border-right-width: 0;
    border-top-left-radius: 3px;
    color: #1d1d21;
    font-weight: 400;
    padding: 6px 10px
}

#okta-sign-in .o-form-input-group.o-form-input-group-2 .o-form-control {
    width: 50%
}

#okta-sign-in .o-form-input-group.o-form-input-group-2 .o-form-label-inline {
    border-left-width: 0
}

#okta-sign-in .o-form-control + .o-form-control {
    margin-top: 20px
}

#okta-sign-in .o-form-multi-input .o-form-control, #okta-sign-in .o-form-multi-input-2 .o-form-control, #okta-sign-in .o-form-multi-input-3 .o-form-control, #okta-sign-in .o-form-multi-input-4 .o-form-control {
    box-sizing: border-box
}

#okta-sign-in .o-form-multi-input-2 .o-form-control, #okta-sign-in .o-form-multi-input-3 .o-form-control, #okta-sign-in .o-form-multi-input-4 .o-form-control {
    margin-top: 0
}

#okta-sign-in .o-form-multi-input-2 .o-form-control, #okta-sign-in .o-form-multi-input-2 .o-form-input-group {
    width: 49%
}

#okta-sign-in .o-form-multi-input-2 .o-form-input-group, #okta-sign-in .o-form-multi-input-3 .o-form-input-group, #okta-sign-in .o-form-multi-input-4 .o-form-input-group {
    float: left
}

#okta-sign-in .o-form-multi-input-3 .o-form-control, #okta-sign-in .o-form-multi-input-3 .o-form-input-group {
    width: 32%
}

    #okta-sign-in .o-form-multi-input-2 .o-form-control + .o-form-control, #okta-sign-in .o-form-multi-input-3 .o-form-control + .o-form-control {
        margin-left: 2%
    }

#okta-sign-in .o-form-multi-input-2 .o-form-input-group, #okta-sign-in .o-form-multi-input-3 .o-form-input-group {
    margin-top: 0 !important
}

#okta-sign-in .o-form-multi-input-2 .chzn-done + .o-form-control, #okta-sign-in .o-form-multi-input-2 .o-form-control + .o-form-control, #okta-sign-in .o-form-multi-input-3 .chzn-done + .o-form-control, #okta-sign-in .o-form-multi-input-3 .o-form-control + .o-form-control, #okta-sign-in .o-form-multi-input-group-2 .o-form-control:not(:first-child), #okta-sign-in .o-form-multi-input-group-2 .o-form-input-group:not(:first-child), #okta-sign-in .o-form-multi-input-group-3 .o-form-control:not(:first-child), #okta-sign-in .o-form-multi-input-group-3 .o-form-input-group:not(:first-child) {
    margin-left: 2%
}

#okta-sign-in .o-form-select {
    display: inline-block;
    float: left;
    width: 100%
}

#okta-sign-in .o-form-multi-input-2 .o-form-select .chzn-container, #okta-sign-in .o-form-multi-input-3 .o-form-select .chzn-container {
    width: 100% !important
}

#okta-sign-in .o-form-multi-input-2 .chzn-container {
    width: 49% !important
}

#okta-sign-in .o-form-multi-input-3 .chzn-container {
    width: 32% !important
}

#okta-sign-in .o-form-wide .chzn-container {
    width: 100% !important
}

#okta-sign-in .text-select .input-fix {
    border-bottom-right-radius: 0;
    border-right: none;
    border-top-right-radius: 0;
    width: 84%
}

#okta-sign-in .chzn-container-single.text-select .chzn-single {
    border-bottom-left-radius: 0;
    border-color: #bbb #bbb #b1b1b1;
    border-top-left-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    height: 30px;
    width: 16%
}

#okta-sign-in .text-select.chzn-with-drop input[type=text] {
    border-bottom-left-radius: 0;
    border-color: #888;
    box-shadow: inset 0 -1px 0 0 #aaa
}

#okta-sign-in .custom-checkbox, #okta-sign-in .custom-radio {
    clear: both;
    position: relative
}

    #okta-sign-in .custom-checkbox input, #okta-sign-in .custom-radio input {
        filter: Alpha(Opacity=0);
        left: 0;
        margin: 0;
        opacity: 0;
        position: absolute;
        top: 7px
    }

    #okta-sign-in .custom-checkbox label, #okta-sign-in .custom-radio label {
        cursor: pointer;
        display: block;
        line-height: 16px;
        margin: 0;
        padding: 7px 10px 7px 24px;
        position: relative
    }

    #okta-sign-in .custom-checkbox label {
        background: url(../img/ui/forms/checkbox-01.png) no-repeat
    }

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx) {
    #okta-sign-in .custom-checkbox label {
        background: url(../img/ui/forms/checkbox-01@2x.png) no-repeat;
        background-size: 50px 1155px
    }
}

#okta-sign-in .custom-radio label {
    background: url(../img/ui/forms/radiobutton-01.png) no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx) {
    #okta-sign-in .custom-radio label {
        background: url(../img/ui/forms/radiobutton-01@2x.png) no-repeat;
        background-size: 50px 820px
    }
}

#okta-sign-in .custom-checkbox + .o-form-explain, #okta-sign-in .custom-checkbox + input + .o-form-explain, #okta-sign-in .custom-radio + .o-form-explain, #okta-sign-in .custom-radio + input + .o-form-explain {
    padding-top: 0
}

#okta-sign-in .o-form-input kbd {
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px hsla(0,0%,59%,.16);
    display: block;
    padding: 10px
}

#okta-sign-in .o-form-button-bar, #okta-sign-in .o-form-toolbar, #okta-sign-in .o-form-toolbar.ui-tabs {
    background: #f2f2f2;
    border-color: #dadada #ddd;
    border-radius: 0 0 3px 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px hsla(0,0%,69%,.16);
    margin-top: -1px;
    padding: 16px;
    text-align: right
}

    #okta-sign-in .o-form-button-bar .button + .button, #okta-sign-in .o-form-toolbar .button + .button, #okta-sign-in .o-form-toolbar.ui-tabs .button + .button {
        margin-left: 10px
    }

#okta-sign-in .o-form-button-bar-no-border {
    border-width: 1px 0 0
}

#okta-sign-in .o-form-toolbar.ui-tabs {
    margin: 0
}

    #okta-sign-in .o-form-toolbar.ui-tabs .o-form-pillbar.ui-tabs-nav {
        border-bottom: 0;
        border-top: 0;
        padding: 0
    }

        #okta-sign-in .o-form-toolbar.ui-tabs .o-form-pillbar.ui-tabs-nav li a {
            background: #fbfbfb;
            border: 1px solid #d1d1d1;
            border-right-width: 0;
            color: #2f3f4a;
            display: block;
            float: none;
            font-size: 12px;
            font-weight: 400;
            line-height: 28px;
            margin: 0;
            overflow: hidden;
            padding: 0 14px;
            text-align: center;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        #okta-sign-in .o-form-toolbar.ui-tabs .o-form-pillbar.ui-tabs-nav li + li {
            margin-left: 0
        }

        #okta-sign-in .o-form-toolbar.ui-tabs .o-form-pillbar.ui-tabs-nav li:first-child a {
            border-radius: 3px 0 0 3px
        }

        #okta-sign-in .o-form-toolbar.ui-tabs .o-form-pillbar.ui-tabs-nav li:last-child > a {
            border-radius: 0 3px 3px 0;
            border-right-width: 1px
        }

        #okta-sign-in .o-form-toolbar.ui-tabs .o-form-pillbar.ui-tabs-nav li.ui-state-active a {
            background-color: #46b3e9;
            border-color: #1b90c5;
            border-right-width: 1px;
            color: #fff;
            padding-right: 19px
        }

        #okta-sign-in .o-form-toolbar.ui-tabs .o-form-pillbar.ui-tabs-nav li.ui-state-active:last-child > a {
            border-right-color: #1b90c5
        }

        #okta-sign-in .o-form-toolbar.ui-tabs .o-form-pillbar.ui-tabs-nav li.ui-state-active + li > a {
            border-left-width: 0;
            padding-left: 21px
        }

#okta-sign-in .o-form-pillbar.ui-tabs-nav > .ui-corner-top {
    background: transparent;
    border-top: none
}

#okta-sign-in .o-form-pillbar.ui-tabs-nav li + li {
    margin-left: 0
}

#okta-sign-in .o-form-title-bar {
    background: #f2f2f2;
    border: solid #ddd;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-width: 1px 1px 0;
    color: #5e5e5e;
    font-size: 17px;
    font-weight: 400;
    line-height: 44px;
    margin: 0;
    padding: 0 20px;
    position: relative
}

#okta-sign-in .o-form-toggle {
    position: absolute;
    right: 8px;
    top: 8px
}

    #okta-sign-in .o-form-toggle a {
        display: block;
        font-size: 13px;
        height: 26px;
        line-height: 26px;
        padding: 0;
        width: 60px
    }

#okta-sign-in .data-list .o-form-title-bar {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #5e5e5e;
    margin: 0 0 15px;
    padding: 0
}

#okta-sign-in .data-list .o-form-toggle {
    right: 0
}

#okta-sign-in .o-form-head {
    color: #46b090;
    font-size: 14px;
    text-transform: uppercase
}

#okta-sign-in .o-form-head, #okta-sign-in .o-form-subhead {
    font-weight: 200;
    line-height: 30px;
    margin: 0 0 15px;
    padding: 0
}

#okta-sign-in .o-form-subhead {
    color: #a7a7a7;
    font-size: 15px
}

#okta-sign-in .o-form-explain + .o-form-head, #okta-sign-in .o-form-fieldset + .o-form-head, #okta-sign-in .o-form-separator {
    border-top: 1px solid #e3e3e3;
    margin-top: 30px;
    padding-top: 30px
}

#okta-sign-in .o-form-explain + .o-form-fieldset {
    margin-top: 20px
}

#okta-sign-in .o-form-explain {
    color: #a7a7a7;
    font-weight: 400
}

    #okta-sign-in .o-form-explain + .o-form-explain {
        margin-top: 0
    }

#okta-sign-in .o-form-input .o-form-explain {
    clear: both;
    line-height: 18px;
    padding: 8px 0 6px
}

#okta-sign-in .o-form-explain.o-form-input-error {
    color: #d93934;
    display: none;
    padding-left: 18px;
    position: relative;
    word-break: break-all
}

#okta-sign-in .o-form-has-errors .o-form-explain.o-form-input-error {
    display: block
}

#okta-sign-in .o-form-input-error .icon-16 {
    left: -2px;
    position: absolute !important;
    top: 7px
}

#okta-sign-in .o-form-tooltip.icon-only {
    margin-left: 4px;
    vertical-align: top
}

#okta-sign-in .o-form-theme {
    background: #f9f9f9;
    border: 1px solid;
    border-color: #ddd #ddd #d2d2d2;
    border-radius: 4px;
    box-shadow: 0 1px 1px hsla(0,0%,69%,.16);
    padding: 30px
}

#okta-sign-in .o-form-theme-no-border {
    border: none;
    border-radius: 0
}

#okta-sign-in .o-form-has-title-bar, #okta-sign-in .o-form-title-bar + .o-form-theme {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

#okta-sign-in .o-form-has-button-bar {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

#okta-sign-in .simplemodal-wrap .o-form-wrap {
    padding: 30px
}

#okta-sign-in .simplemodal-container .o-form-button-bar, #okta-sign-in .simplemodal-wrap .o-form-button-bar {
    border-left-width: 0;
    border-radius: 0;
    border-right-width: 0;
    margin-top: 0
}

#okta-sign-in .simplemodal-container .o-form-toolbar, #okta-sign-in .simplemodal-wrap .o-form-toolbar {
    border-radius: 0;
    border-width: 0 1px 1px
}

#okta-sign-in .simplemodal-container .o-form-content, #okta-sign-in .simplemodal-wrap .o-form-content {
    overflow: auto
}

#okta-sign-in .simplemodal-wrap .o-form-content {
    box-sizing: border-box
}

    #okta-sign-in .simplemodal-container .o-form-theme, #okta-sign-in .simplemodal-wrap .o-form-content.o-form-theme {
        border-color: #ddd;
        border-radius: 0;
        border-width: 0 1px;
        padding: 30px
    }

#okta-sign-in .o-form-3-4 .o-form-label {
    width: 25%
}

#okta-sign-in .o-form-3-4 .o-form-input {
    width: 75%
}

#okta-sign-in .o-form .o-form-focus {
    border: 1px solid #888;
    box-shadow: 0 1px 1px #fff
}

#okta-sign-in .o-form-read-mode .o-form-input, #okta-sign-in .o-form-read-mode.o-form-input {
    word-wrap: break-word;
    box-sizing: border-box;
    line-height: 16px;
    padding: 7px 10px 7px 0
}

#okta-sign-in .o-form-read-mode .custom-checkbox:first-child, #okta-sign-in .o-form-read-mode .custom-radio:first-child, #okta-sign-in .o-form-read-mode.custom-checkbox:first-child, #okta-sign-in .o-form-read-mode.custom-radio:first-child {
    margin-top: -8px
}

#okta-sign-in .o-form-edit-mode .o-form-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

#okta-sign-in .custom-checkbox label, #okta-sign-in .custom-radio label {
    background-position: -16px -13px
}

    #okta-sign-in .custom-checkbox label.focus, #okta-sign-in .custom-checkbox label.hover, #okta-sign-in .custom-radio label.focus, #okta-sign-in .custom-radio label.hover {
        background-position: -16px -113px
    }

    #okta-sign-in .custom-checkbox label.checked, #okta-sign-in .custom-radio label.checked {
        background-position: -16px -213px
    }

        #okta-sign-in .custom-checkbox label.checked.focus, #okta-sign-in .custom-checkbox label.checked.hover {
            background-position: -16px -313px
        }

#okta-sign-in .o-form-label-top .o-form-input, #okta-sign-in .o-form-label-top .o-form-label {
    width: 100%
}

#okta-sign-in .o-form-label-top .o-form-read-mode.o-form-input, #okta-sign-in .o-form-read-mode .o-form-label-top .o-form-input {
    padding-left: 0;
    padding-right: 0
}

#okta-sign-in .o-form-read-mode .custom-checkbox label, #okta-sign-in .o-form-read-mode.custom-checkbox label {
    background-position: -16px -413px !important
}

#okta-sign-in .o-form-read-mode .custom-radio label, #okta-sign-in .o-form-read-mode.custom-radio label {
    background-position: -16px -313px !important
}

#okta-sign-in .o-form-read-mode .custom-checkbox label.focus, #okta-sign-in .o-form-read-mode .custom-checkbox label.hover, #okta-sign-in .o-form-read-mode.custom-checkbox label.focus, #okta-sign-in .o-form-read-mode.custom-checkbox label.hover {
    background-position: -16px -513px !important;
    cursor: text !important
}

#okta-sign-in .o-form-read-mode .custom-radio label.focus, #okta-sign-in .o-form-read-mode .custom-radio label.hover, #okta-sign-in .o-form-read-mode.custom-radio label.focus, #okta-sign-in .o-form-read-mode.custom-radio label.hover {
    background-position: -16px -413px !important;
    cursor: text
}

#okta-sign-in .o-form-read-mode .custom-checkbox label.checked, #okta-sign-in .o-form-read-mode.custom-checkbox label.checked {
    background-position: -16px -613px !important
}

#okta-sign-in .o-form-read-mode .custom-radio label.checked, #okta-sign-in .o-form-read-mode.custom-radio label.checked {
    background-position: -16px -513px !important
}

#okta-sign-in .o-form-read-mode .custom-checkbox label.checked.focus, #okta-sign-in .o-form-read-mode .custom-checkbox label.checked.hover, #okta-sign-in .o-form-read-mode.custom-checkbox label.checked.focus, #okta-sign-in .o-form-read-mode.custom-checkbox label.checked.hover {
    background-position: -16px -713px;
    cursor: text
}

#okta-sign-in .o-form-read-mode .group-picker-wrap .as-selections {
    background: transparent;
    border-width: 0;
    box-shadow: none
}

#okta-sign-in .two_col_left .o-form-title-bar, #okta-sign-in .two_col_right .o-form-title-bar {
    font-size: 17px;
    padding-left: 20px;
    padding-right: 12px
}

#okta-sign-in .two_col_left .o-form-read-mode .o-form-content, #okta-sign-in .two_col_right .o-form-read-mode .o-form-content {
    padding: 30px 31px
}

#okta-sign-in .two_col_left .o-form-read-mode .o-form-theme, #okta-sign-in .two_col_right .o-form-read-mode .o-form-theme {
    background: none;
    border-width: 0;
    box-shadow: none
}

#okta-sign-in .two_col_left .o-form-read-mode .o-form-explain, #okta-sign-in .two_col_right .o-form-read-mode .o-form-explain {
    background: #f9f9f9;
    border: 1px solid #ddd;
    margin: -30px -31px 20px;
    padding: 15px
}

#okta-sign-in .two_col_left .o-form-edit-mode .o-form-explain, #okta-sign-in .two_col_right .o-form-edit-mode .o-form-explain {
    border: 0;
    border-bottom: 1px solid #ddd;
    margin: -30px -30px 20px;
    padding: 15px
}

#okta-sign-in .o-form-disabled, #okta-sign-in .o-form-saving .o-form-input > :not(.o-form-disabled) {
    display: block;
    opacity: .4;
    pointer-events: none
}

#okta-sign-in .o-form-saving .o-form-content {
    overflow: hidden
}

    #okta-sign-in .o-form-saving .o-form-content * {
        cursor: default !important
    }

#okta-sign-in .o-form-disabled .custom-checkbox label, #okta-sign-in .o-form-disabled .custom-radio label, #okta-sign-in .o-form-disabled.custom-checkbox label, #okta-sign-in .o-form-disabled.custom-radio label {
    background-position: -16px -13px
}

    #okta-sign-in .o-form-disabled .custom-checkbox label.checked, #okta-sign-in .o-form-disabled.custom-checkbox label.checked, #okta-sign-in .o-form-disabled.custom-checkbox label.checked.hover, #okta-sign-in .o-form-disabled.custom-radio label.checked, #okta-sign-in .o-form-disabled.custom-radio label.checked.hover {
        background-position: -16px -213px
    }

    #okta-sign-in .o-form-disabled .custom-radio label.checked, #okta-sign-in .o-form-disabled.custom-radio label.checked {
        background-position: -16px -713px
    }

#okta-sign-in .o-form-has-errors.chzn-container-single .chzn-single, #okta-sign-in .o-form-has-errors.input-fix, #okta-sign-in .o-form-has-errors.link-button, #okta-sign-in .o-form-has-errors.textarea-fix {
    border-color: #d93934
}

    #okta-sign-in .o-form-has-errors .link-button:hover, #okta-sign-in .o-form-has-errors .o-form-control.o-form-focus {
        border-color: #888
    }

#okta-sign-in .o-form-has-errors .custom-radio label {
    background-position: -16px -613px
}

#okta-sign-in .o-form-has-errors .custom-checkbox label {
    background-position: -16px -813px
}

    #okta-sign-in .o-form-has-errors .custom-checkbox label.focus, #okta-sign-in .o-form-has-errors .custom-checkbox label.hover, #okta-sign-in .o-form-has-errors .custom-radio label.focus, #okta-sign-in .o-form-has-errors .custom-radio label.hover {
        background-position: -16px -113px
    }

    #okta-sign-in .o-form-has-errors .custom-checkbox label.checked {
        background-position: -16px -913px
    }

#okta-sign-in .o-form-has-errors .custom-radio label.checked {
    background-position: -16px -713px
}

#okta-sign-in .o-form-has-errors .o-form-input-group .o-form-control .chzn-single {
    border-color: #bbb #bbb #b1b1b1
}

#okta-sign-in .o-form-has-errors .o-form-input-group .chzn-container-active.chzn-with-drop .chzn-single {
    border-color: #888
}

#okta-sign-in .o-form-has-errors .chzn-container-active .chzn-single {
    border: 1px solid #888;
    -webkit-box-shadow: 0 1px 2px hsla(0,0%,69%,.3);
    -moz-box-shadow: 0 1px 2px hsla(0,0%,69%,.3);
    box-shadow: 0 1px 2px hsla(0,0%,69%,.3)
}

#okta-sign-in .o-form-has-errors .infobox-error {
    display: block !important;
    margin-bottom: 15px
}

#okta-sign-in .o-form .infobox-error + form .o-form-focus {
    border-color: #888 !important
}

#okta-sign-in .data-list-inline-form .o-form-head {
    color: #444;
    font-size: 16px;
    margin: 0
}

#okta-sign-in .data-list-inline-form .o-form-button-bar {
    border-width: 1px 0 0;
    margin: 5px -30px -20px
}

#okta-sign-in .o-form-content > .o-form-explain {
    margin-bottom: 20px
}

#okta-sign-in .infobox {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    min-height: 18px;
    padding: 12px 18px 12px 48px !important;
    position: relative;
    word-break: break-word
}

    #okta-sign-in .infobox:before {
        width: 36px
    }

    #okta-sign-in .infobox.infobox-no-icon {
        padding-left: 24px !important
    }

        #okta-sign-in .infobox.infobox-no-icon :before {
            display: none
        }

    #okta-sign-in .infobox > .icon {
        left: 9px;
        position: absolute;
        top: 13px
    }

    #okta-sign-in .infobox ul {
        margin-left: 27px;
        margin-right: 0
    }

    #okta-sign-in .infobox + .infobox, #okta-sign-in .infobox + h2 {
        margin-top: 18px
    }

    #okta-sign-in .infobox .two_col_left {
        width: 80%
    }

    #okta-sign-in .infobox .two_col_right {
        margin-left: 1%;
        padding-left: 0;
        width: 19%
    }

        #okta-sign-in .infobox .two_col_right .button-primary {
            box-sizing: border-box;
            float: right;
            width: 100% !important
        }

    #okta-sign-in .infobox[style="display: none;"] + .infobox, #okta-sign-in .infobox[style="display:none;"] + .infobox {
        margin-top: 0
    }

    #okta-sign-in .infobox h2, #okta-sign-in .infobox h2 *, #okta-sign-in .infobox h3, #okta-sign-in .infobox h3 * {
        font-size: 13px;
        font-weight: 700;
        line-height: 18px;
        margin: 0;
        padding: 0
    }

        #okta-sign-in .infobox h2 span, #okta-sign-in .infobox h3 span {
            color: #5e5e5e
        }

        #okta-sign-in .infobox h2 + *, #okta-sign-in .infobox h3 + *, #okta-sign-in .infobox li + *, #okta-sign-in .infobox ol + *, #okta-sign-in .infobox p + *, #okta-sign-in .infobox ul + * {
            margin-top: 9px
        }

#okta-sign-in .infobox, #okta-sign-in .infobox-md {
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    border-radius: 3px
}

    #okta-sign-in .infobox-compact:before, #okta-sign-in .infobox-md:before, #okta-sign-in .infobox:before {
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
        bottom: -1px;
        content: "";
        left: -1px;
        position: absolute;
        top: -1px
    }

#okta-sign-in .infobox-md {
    min-height: 18px;
    padding: 24px 24px 24px 70px !important
}

    #okta-sign-in .infobox-md h2, #okta-sign-in .infobox-md h3 {
        font-size: 15px
    }

        #okta-sign-in .infobox-md h2 *, #okta-sign-in .infobox-md h3 * {
            line-height: 18px;
            margin: 0
        }

    #okta-sign-in .infobox-md:before {
        width: 48px
    }

    #okta-sign-in .infobox-md > .icon {
        left: 11px;
        top: 20px
    }

    #okta-sign-in .infobox-md + .button-bar.button-bar-attached {
        float: none;
        padding-left: 60px;
        width: auto
    }

        #okta-sign-in .infobox-md + .button-bar.button-bar-attached.button-bar-l-height {
            line-height: 32px
        }

#okta-sign-in .infobox-compact {
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    border-radius: 3px;
    min-height: 16px;
    padding: 9px 9px 9px 40px !important
}

    #okta-sign-in .infobox-compact li, #okta-sign-in .infobox-compact p {
        line-height: 16px
    }

        #okta-sign-in .infobox-compact h2 + *, #okta-sign-in .infobox-compact h3 + *, #okta-sign-in .infobox-compact li + *, #okta-sign-in .infobox-compact ol + *, #okta-sign-in .infobox-compact p + *, #okta-sign-in .infobox-compact ul + * {
            margin-top: 5px
        }

    #okta-sign-in .infobox-compact:before {
        width: 30px
    }

    #okta-sign-in .infobox-compact + p {
        margin-top: 9px
    }

    #okta-sign-in .infobox-compact > .icon {
        left: 6px;
        top: 9px
    }

#okta-sign-in .infobox-xl {
    min-height: 18px;
    padding: 26px 36px 26px 108px !important
}

    #okta-sign-in .infobox-xl:before {
        width: 84px
    }

    #okta-sign-in .infobox-xl > .icon {
        left: 18px;
        top: 22px
    }

    #okta-sign-in .infobox-xl p, #okta-sign-in .infobox-xl ul {
        margin-top: 20px;
        width: 75%
    }

    #okta-sign-in .infobox-xl li, #okta-sign-in .infobox-xl p {
        font-size: 14px;
        line-height: 20px
    }

    #okta-sign-in .infobox-xl h2, #okta-sign-in .infobox-xl h3 {
        font-size: 18px
    }

        #okta-sign-in .infobox-xl h2 *, #okta-sign-in .infobox-xl h3 * {
            line-height: 18px;
            margin: 0
        }

#okta-sign-in .infobox-teach h2, #okta-sign-in .infobox-teach h3 {
    color: #835ab1;
    font-weight: 200
}

#okta-sign-in .infobox-teach.infobox-dismiss .button-teach {
    float: right;
    margin-top: 20px
}

#okta-sign-in .infobox-dismiss {
    padding-right: 30px
}

#okta-sign-in .infobox-dismiss-link {
    color: #5e5e5e;
    cursor: pointer;
    display: block;
    line-height: 14px;
    position: absolute;
    right: 8px;
    top: 10px
}

    #okta-sign-in .infobox-dismiss-link:hover {
        text-decoration: none
    }

#okta-sign-in .help-wrap .infobox.infobox-dismiss .infobox-dismiss-link {
    right: 0;
    top: 0
}

#okta-sign-in .infobox-dismiss-hide {
    display: none !important
}

#okta-sign-in .infobox-confirm {
    box-shadow: 0 2px 0 hsla(0,0%,63%,.1);
    left: 50%;
    margin-left: -154px;
    position: absolute !important;
    top: 20px;
    width: 240px;
    z-index: 10
}

#okta-sign-in .infobox-confirm-fixed {
    position: fixed !important;
    top: 106px
}

    #okta-sign-in .infobox-confirm-fixed .infobox-dismiss-link {
        right: 14px;
        top: 14px
    }

#okta-sign-in .infobox:before {
    background-color: #007cc0
}

#okta-sign-in .help-wrap .infobox.infobox-success:before, #okta-sign-in .infobox-success:before, #okta-sign-in .infobox.infobox-subtle.infobox-success:before {
    background-color: #4cbf9c
}

#okta-sign-in .help-wrap .infobox.infobox-warning:before, #okta-sign-in .infobox-warning:before, #okta-sign-in .infobox.infobox-subtle.infobox-warning:before {
    background-color: #f1d10d
}

#okta-sign-in .help-wrap .infobox.infobox-error:before, #okta-sign-in .infobox-error:before, #okta-sign-in .infobox.infobox-subtle.infobox-error:before {
    background-color: #e34843
}

#okta-sign-in .help-wrap .infobox.infobox-teach:before, #okta-sign-in .help-wrap .infobox.infobox-tip:before, #okta-sign-in .infobox-teach:before, #okta-sign-in .infobox-tip:before, #okta-sign-in .infobox.infobox-subtle.infobox-teach:before, #okta-sign-in .infobox.infobox-subtle.infobox-tip:before {
    background-color: #835ab1
}

#okta-sign-in .infobox-warning .icon.processing-16 {
    background: url(../img/ui/indicators/ajax-loader-processing-16.gif) no-repeat 0 0 transparent;
    height: 16px;
    width: 16px
}

#okta-sign-in .infobox-warning .icon.processing-24 {
    background: url(../img/ui/indicators/ajax-loader-processing-24.gif) no-repeat 0 0 transparent;
    height: 24px;
    width: 24px
}

#okta-sign-in .infobox-error .icon.processing-16 {
    background: url(../img/icons/16x16/error-01.png) no-repeat 0 0 transparent;
    height: 16px;
    width: 16px
}

#okta-sign-in .infobox + .button-bar, #okta-sign-in .infobox + .button-bar-small {
    border-top: 0
}

#okta-sign-in .infobox-no-border + .button-bar, #okta-sign-in .infobox-no-border + .button-bar-small {
    border-top: 1px solid #dadada
}

#okta-sign-in .infobox-no-border {
    border: none !important
}

#okta-sign-in .infobox-text {
    padding: 0
}

#okta-sign-in .infobox-header {
    font-weight: 700
}

#okta-sign-in .infobox-divider {
    border-bottom: 1px dotted #ddd
}

#okta-sign-in .ajax-form-editor .infobox, #okta-sign-in .edit-form .infobox, #okta-sign-in .form-content-wrap .infobox, #okta-sign-in .m-form .infobox, #okta-sign-in .o-form .infobox, #okta-sign-in .read-only-form .infobox, #okta-sign-in .v-form .infobox {
    background-color: #fff
}

#okta-sign-in .help-wrap .infobox, #okta-sign-in .infobox.infobox-subtle {
    background: transparent;
    border: 0;
    padding: 0 0 0 18px !important
}

    #okta-sign-in .help-wrap .infobox:before, #okta-sign-in .infobox.infobox-subtle:before {
        background-color: #007cc0;
        border-radius: 0;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        top: 0;
        width: 6px
    }

    #okta-sign-in .help-wrap .infobox .icon, #okta-sign-in .infobox.infobox-subtle .icon {
        display: none
    }

#okta-sign-in a, #okta-sign-in a:active, #okta-sign-in a:focus, #okta-sign-in a:hover, #okta-sign-in a:link, #okta-sign-in a:visited {
    color: #6e6e78
}

#okta-sign-in h1 {
    color: #5e5e5e
}

#okta-sign-in h2, #okta-sign-in h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5
}

#okta-sign-in h3 {
    margin-bottom: 2px
}

#okta-sign-in .text-align-c {
    text-align: center
}

#okta-sign-in .auth-account {
    line-height: 18px;
    padding: 6px 0
}

#okta-sign-in .auth-content {
    padding: 60px 42px 20px;
    -moz-transition: padding-top .4s;
    -webkit-transition: padding-top .4s;
    transition: padding-top .4s
}

@media only screen and (max-device-width:480px) {
    #okta-sign-in .auth-content {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media only screen and (max-width:350px) {
    #okta-sign-in .auth-content {
        padding-left: 20px;
        padding-right: 20px
    }
}

#okta-sign-in .auth-content .auth-content-inner {
    position: relative
}

#okta-sign-in .auth-content .help-links li {
    margin-top: 15px
}

#okta-sign-in .no-beacon .auth-content {
    padding-top: 20px
}

#okta-sign-in .auth-idp {
    background-color: #f9f9f9;
    border-radius: 0 0 3px 3px;
    border-top: 1px solid #ddd;
    padding: 20px 30px
}

#okta-sign-in .auth-idp-label {
    color: #888;
    float: left;
    font-size: 14px;
    font-weight: 200;
    line-height: 30px;
    margin-right: 155px;
    text-transform: uppercase
}

#okta-sign-in .auth-divider {
    background-color: #a7a7a7;
    height: 1px;
    margin-bottom: 25px;
    text-align: center
}

    #okta-sign-in .auth-divider .auth-divider-text {
        background-color: #fff;
        padding: 0 15px;
        position: relative;
        top: -.5em
    }

#okta-sign-in .animation-container-overflow {
    overflow: hidden
}

#okta-sign-in .transition-from-right {
    left: 200px;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 316px
}

#okta-sign-in .transition-from-left {
    left: -200px;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 316px
}

#okta-sign-in .o-form-head {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 10px;
    text-align: center;
    text-transform: none
}

    #okta-sign-in .o-form-head + .o-form-explain {
        margin-bottom: 20px;
        text-align: center
    }

#okta-sign-in .o-form-button-bar {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0 0 25px
}

    #okta-sign-in .o-form-button-bar .button {
        display: block;
        height: 50px;
        width: 100%
    }

    #okta-sign-in .o-form-button-bar .button-success {
        position: absolute;
        text-align: center
    }

#okta-sign-in .o-form-theme {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0 0 14px
}

#okta-sign-in .o-form .o-form-fieldset:last-child {
    margin-bottom: 15px
}

#okta-sign-in .o-form .o-form-fieldset.margin-btm-0 {
    margin-bottom: 0
}

#okta-sign-in .o-form .o-form-label, #okta-sign-in .o-form input, #okta-sign-in .o-form label, #okta-sign-in .o-form textarea {
    font-size: 14px
}

#okta-sign-in .o-form .o-form-label {
    font-weight: 400
}

#okta-sign-in .o-form .o-form-label-inline + .input-fix input[type=text] {
    line-height: 27px
}

#okta-sign-in .o-form .input-fix, #okta-sign-in .o-form .textarea-fix {
    border: 1px solid #8c8c96;
    display: inline-block;
    float: left;
    height: 40px
}

    #okta-sign-in .o-form .input-fix input[disabled], #okta-sign-in .o-form .input-fix input[readonly], #okta-sign-in .o-form .textarea-fix input[disabled], #okta-sign-in .o-form .textarea-fix input[readonly] {
        background: #f4f4f4;
        border-radius: 3px;
        box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
        color: #6e6e78
    }

    #okta-sign-in .o-form .input-fix input, #okta-sign-in .o-form .textarea-fix input {
        background: none;
        border: none;
        box-shadow: none;
        font-size: 14px;
        line-height: 22px;
        padding: 8px
    }

@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2) {
    #okta-sign-in .o-form .input-fix input, #okta-sign-in .o-form .textarea-fix input {
        font-size: 15px
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) {
    #okta-sign-in .o-form .input-fix input, #okta-sign-in .o-form .textarea-fix input {
        font-size: 15px
    }
}

@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) {
    #okta-sign-in .o-form .input-fix input, #okta-sign-in .o-form .textarea-fix input {
        font-size: 15px
    }
}

@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) {
    #okta-sign-in .o-form .input-fix input, #okta-sign-in .o-form .textarea-fix input {
        font-size: 15px
    }
}

@media screen and (device-width:320px) and (device-height:640px) and (-webkit-device-pixel-ratio:2) {
    #okta-sign-in .o-form .input-fix input, #okta-sign-in .o-form .textarea-fix input {
        font-size: 15px
    }
}

@media screen and (device-width:360px) and (device-height:640px) and (-webkit-device-pixel-ratio:3) {
    #okta-sign-in .o-form .input-fix input, #okta-sign-in .o-form .textarea-fix input {
        font-size: 15px
    }
}

#okta-sign-in .o-form .input-fix input::-webkit-input-placeholder, #okta-sign-in .o-form .textarea-fix input::-webkit-input-placeholder {
    font-size: 14px;
    letter-spacing: 0
}

#okta-sign-in .o-form .input-fix input::-moz-placeholder, #okta-sign-in .o-form .textarea-fix input::-moz-placeholder {
    font-size: 14px
}

#okta-sign-in .o-form .input-fix input:-ms-input-placeholder, #okta-sign-in .o-form .textarea-fix input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 27px
}

#okta-sign-in .o-form .input-fix input:-webkit-autofill, #okta-sign-in .o-form .textarea-fix input:-webkit-autofill {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1000px #fff
}

#okta-sign-in .o-form .input-fix input[type=password], #okta-sign-in .o-form .textarea-fix input[type=password] {
    font-size: 14px
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2) {
    #okta-sign-in .o-form .input-fix input[type=password], #okta-sign-in .o-form .textarea-fix input[type=password] {
        font-size: 15px
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) {
    #okta-sign-in .o-form .input-fix input[type=password], #okta-sign-in .o-form .textarea-fix input[type=password] {
        font-size: 15px
    }
}

@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) {
    #okta-sign-in .o-form .input-fix input[type=password], #okta-sign-in .o-form .textarea-fix input[type=password] {
        font-size: 15px
    }
}

@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) {
    #okta-sign-in .o-form .input-fix input[type=password], #okta-sign-in .o-form .textarea-fix input[type=password] {
        font-size: 15px
    }
}

@media screen and (device-width:320px) and (device-height:640px) and (-webkit-device-pixel-ratio:2) {
    #okta-sign-in .o-form .input-fix input[type=password], #okta-sign-in .o-form .textarea-fix input[type=password] {
        font-size: 15px
    }
}

@media screen and (device-width:360px) and (device-height:640px) and (-webkit-device-pixel-ratio:3) {
    #okta-sign-in .o-form .input-fix input[type=password], #okta-sign-in .o-form .textarea-fix input[type=password] {
        font-size: 15px
    }
}

#okta-sign-in .o-form .input-fix .placeholder, #okta-sign-in .o-form .textarea-fix .placeholder {
    color: #aaa
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2) {
    #okta-sign-in .o-form .chzn-container-single .chzn-search input, #okta-sign-in .o-form select, #okta-sign-in .o-form select:focus {
        font-size: 15px
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) {
    #okta-sign-in .o-form .chzn-container-single .chzn-search input, #okta-sign-in .o-form select, #okta-sign-in .o-form select:focus {
        font-size: 15px
    }
}

@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) {
    #okta-sign-in .o-form .chzn-container-single .chzn-search input, #okta-sign-in .o-form select, #okta-sign-in .o-form select:focus {
        font-size: 15px
    }
}

@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) {
    #okta-sign-in .o-form .chzn-container-single .chzn-search input, #okta-sign-in .o-form select, #okta-sign-in .o-form select:focus {
        font-size: 15px
    }
}

@media screen and (device-width:320px) and (device-height:640px) and (-webkit-device-pixel-ratio:2) {
    #okta-sign-in .o-form .chzn-container-single .chzn-search input, #okta-sign-in .o-form select, #okta-sign-in .o-form select:focus {
        font-size: 15px
    }
}

@media screen and (device-width:360px) and (device-height:640px) and (-webkit-device-pixel-ratio:3) {
    #okta-sign-in .o-form .chzn-container-single .chzn-search input, #okta-sign-in .o-form select, #okta-sign-in .o-form select:focus {
        font-size: 15px
    }
}

#okta-sign-in .o-form .custom-checkbox label {
    font-size: 13px
}

#okta-sign-in .o-form .o-form-input input[name=nextPassCode], #okta-sign-in .o-form .o-form-input input[name=passCode] {
    font-family: Anonymous Pro,Andale Mono,Courier New,Courier,serif;
    font-size: 17px;
    letter-spacing: 1px
}

#okta-sign-in .o-form .o-form-input .o-form-control {
    position: relative
}

#okta-sign-in .o-form .o-form-input .input-icon, #okta-sign-in .o-form .o-form-input .input-tooltip {
    height: 16px;
    margin-top: -11px;
    position: absolute;
    top: 50%;
    width: 16px
}

    #okta-sign-in .o-form .o-form-input .input-icon + input, #okta-sign-in .o-form .o-form-input .input-icon + input + input, #okta-sign-in .o-form .o-form-input .input-tooltip + input, #okta-sign-in .o-form .o-form-input .input-tooltip + input + input {
        padding-right: 30px
    }

#okta-sign-in .o-form .o-form-input .input-icon {
    left: 10px;
    opacity: .25
}

    #okta-sign-in .o-form .o-form-input .input-icon + input, #okta-sign-in .o-form .o-form-input .input-icon + input + input {
        padding-left: 30px
    }

#okta-sign-in .o-form .o-form-input .input-tooltip {
    opacity: .5;
    right: 10px
}

#okta-sign-in .o-form-input-group .o-form-control {
    display: table-cell;
    float: none;
    white-space: nowrap
}

#okta-sign-in .form-divider {
    border-bottom: 1px solid #e8e8e8;
    clear: both;
    margin-bottom: 25px;
    padding-top: 5px
}

#okta-sign-in .chzn-container-single .chzn-single {
    border: 1px solid #8c8c96;
    border-radius: 3px;
    height: 38px;
    line-height: 38px
}

    #okta-sign-in .chzn-container-single .chzn-single div b {
        background-position: 0 6px
    }

#okta-sign-in .chzn-container-active.chzn-with-drop .chzn-single div b {
    background-position: -17px 7px
}

#okta-sign-in .custom-checkbox label {
    background-image: url(../img/ui/forms/checkbox-sign-in-widget.png);
    height: 30px
}

    #okta-sign-in .custom-checkbox label.focus {
        background-position: -16px -1013px
    }

        #okta-sign-in .custom-checkbox label.focus:before {
            background-position: -16px -1020px
        }

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx) {
    #okta-sign-in .custom-checkbox label {
        background-image: url(../img/ui/forms/checkbox-sign-in-widget@2x.png);
        background-size: 50px 1155px;
        height: 30px
    }
}

#okta-sign-in .infobox.icon-16 > .icon {
    position: absolute
}

#okta-sign-in .contact-support .infobox, #okta-sign-in .infobox.icon-16 {
    margin-bottom: 15px
}

#okta-sign-in .infobox > .icon {
    line-height: 16px
}

#okta-sign-in .qtip {
    font-size: 14px;
    line-height: 1.2
}

#okta-sign-in .qtip-custom .qtip-titlebar {
    background-color: transparent;
    border: 0;
    font-weight: 400
}

#okta-sign-in .qtip-title {
    word-break: break-all
}

#okta-sign-in .security-image-qtip.qtip-custom {
    font-size: 13px;
    line-height: 1.4;
    padding: 8px 8px 5px
}

    #okta-sign-in .security-image-qtip.qtip-custom canvas {
        margin-top: 2px
    }

    #okta-sign-in .security-image-qtip.qtip-custom .qtip-icon {
        background: transparent url(../img/icons/login/tooltip_close.png) no-repeat 50%;
        border: none;
        color: transparent;
        right: 2px;
        text-decoration: none;
        top: 4px
    }

        #okta-sign-in .security-image-qtip.qtip-custom .qtip-icon:hover {
            opacity: .5
        }

#okta-sign-in .qtip-custom {
    background-color: #4d4d4d;
    border-color: #303030;
    color: #f3f3f3;
    padding: 5px 8px 8px
}

    #okta-sign-in .qtip-custom.qtip-pos-bl {
        border-radius: 4px 4px 4px 0
    }

    #okta-sign-in .qtip-custom.qtip-pos-br {
        border-radius: 4px 4px 0
    }

    #okta-sign-in .qtip-custom .qtip-content {
        color: #f3f3f3
    }

    #okta-sign-in .qtip-custom .qtip-titlebar {
        background-color: #404040
    }

    #okta-sign-in .qtip-custom .qtip-icon {
        border-color: #444
    }

    #okta-sign-in .qtip-custom .qtip-titlebar .ui-state-hover {
        border-color: #303030
    }

    #okta-sign-in .qtip-custom .qtip-content ul {
        list-style: disc
    }

        #okta-sign-in .qtip-custom .qtip-content ul > li {
            color: #69882a;
            font-size: 20px
        }

            #okta-sign-in .qtip-custom .qtip-content ul > li span {
                color: #f3f3f3;
                font-size: 12px;
                vertical-align: middle
            }

#okta-sign-in .mfa-verify-totp-inline .inline-input {
    float: left;
    width: 212px
}

@media only screen and (max-device-width:480px) {
    #okta-sign-in .mfa-verify-totp-inline .inline-input {
        width: 180px
    }
}

@media only screen and (max-width:400px) {
    #okta-sign-in .mfa-verify-totp-inline .inline-input {
        width: 100%
    }

    #okta-sign-in .mfa-verify-totp-inline .inline-totp-verify {
        margin-bottom: 15px;
        width: 100%
    }
}

#okta-sign-in .mfa-verify-totp-inline a.button {
    float: right;
    padding-left: 25px;
    padding-right: 25px
}

#okta-sign-in .mfa-verify-totp-inline a.link-button {
    display: block;
    text-align: center
}

#okta-sign-in .mfa-verify-passcode .link-button {
    float: right;
    margin-top: 30px
}

#okta-sign-in .mfa-verify-passcode .auth-passcode {
    float: left;
    width: 170px
}

@media only screen and (max-width:400px) {
    #okta-sign-in .mfa-verify-passcode .auth-passcode {
        width: 100%
    }
}

#okta-sign-in .duo-form iframe {
    height: 400px;
    width: 100%
}

#okta-sign-in .factor-verify-magiclink .o-form-button-bar {
    display: none
}

#okta-sign-in .factor-verify-magiclink .email-request-button {
    width: 100%
}

#okta-sign-in .mfa-verify-email .resend-email-infobox {
    margin-bottom: 15px
}

    #okta-sign-in .mfa-verify-email .resend-email-infobox .infobox-warning p span {
        margin-right: .25rem
    }

#okta-sign-in .mfa-verify-email .mask-email {
    font-weight: 600
}

#okta-sign-in .mfa-verify-email .resend-email-btn {
    color: #0074b3
}

#okta-sign-in .mfa-verify-email .mfa-email-sent-content {
    margin-bottom: 15px
}

#okta-sign-in .number-challenge-view {
    display: none;
    text-align: center
}

    #okta-sign-in .number-challenge-view .phone {
        margin: 20px 0
    }

        #okta-sign-in .number-challenge-view .phone .phone--body {
            background: #666;
            border-radius: 6px;
            display: inline-block;
            margin: 0 auto;
            padding: 14px 3px 0
        }

        #okta-sign-in .number-challenge-view .phone .phone--screen {
            background: #e5edfb;
            min-width: 50px;
            padding: 20px 0
        }

        #okta-sign-in .number-challenge-view .phone .phone--number {
            color: #1662dd;
            font-size: 25px;
            padding: 10px
        }

        #okta-sign-in .number-challenge-view .phone .phone--home-button {
            background: #fff;
            border-radius: 50%;
            height: 10px;
            margin: 3px auto;
            width: 10px
        }

    #okta-sign-in .number-challenge-view .challenge-number {
        font-weight: 700
    }

#okta-sign-in .forgot-password-call-enabled .mobile-recovery-hint, #okta-sign-in .forgot-password-call-enabled .sms-hint, #okta-sign-in .forgot-password-sms-enabled .mobile-recovery-hint, #okta-sign-in .forgot-password-sms-enabled .sms-hint {
    font-size: 13px;
    padding-bottom: 10px;
    position: relative;
    top: -5px
}

#okta-sign-in .forgot-password-call-enabled .o-form-fieldset-container, #okta-sign-in .forgot-password-sms-enabled .o-form-fieldset-container {
    overflow: hidden
}

    #okta-sign-in .forgot-password-call-enabled .o-form-fieldset-container .button, #okta-sign-in .forgot-password-sms-enabled .o-form-fieldset-container .button {
        float: none;
        margin-bottom: 15px;
        margin-left: 0;
        width: 100%
    }

        #okta-sign-in .forgot-password-call-enabled .o-form-fieldset-container .button + .button-primary, #okta-sign-in .forgot-password-sms-enabled .o-form-fieldset-container .button + .button-primary {
            margin-left: 0
        }

@media only screen and (max-width:400px) {
    #okta-sign-in .recovery-challenge .enroll-sms-phone-send {
        margin-bottom: 15px;
        width: 100%
    }
}

#okta-sign-in .recovery-challenge .o-form-fieldset-container {
    display: flex;
    flex-direction: row-reverse
}

#okta-sign-in .recovery-challenge .sms-request-button {
    margin-left: 5px
}

#okta-sign-in .recovery-challenge .o-form-fieldset.enroll-sms-phone {
    width: 178px
}

@media only screen and (max-device-width:480px) {
    #okta-sign-in .recovery-challenge .o-form-fieldset.enroll-sms-phone {
        width: 150px
    }
}

@media only screen and (max-width:400px) {
    #okta-sign-in .recovery-challenge .o-form-fieldset.enroll-sms-phone {
        width: 100%
    }
}

#okta-sign-in .recovery-challenge .o-form-button-bar {
    padding-bottom: 15px
}

#okta-sign-in .recovery-challenge .send-email-link {
    display: inline-block;
    font-size: 13px;
    padding-bottom: 25px;
    text-align: center;
    width: 100%
}

#okta-sign-in .button, #okta-sign-in .button.link-button {
    -webkit-appearance: none;
    border: 1px solid;
    border-radius: 3px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 36px;
    padding: 0 15px
}

#okta-sign-in .button-link {
    background: none;
    border: none;
    color: #0074b3;
    cursor: pointer
}

    #okta-sign-in .button-link:focus, #okta-sign-in .button-link:hover {
        text-decoration: underline
    }

#okta-sign-in .button-secondary.link-button, #okta-sign-in .button-wide, #okta-sign-in .button-wide.button-primary, #okta-sign-in .default-custom-button.link-button, #okta-sign-in .piv-button.link-button, #okta-sign-in .social-auth-button.link-button {
    height: 50px;
    line-height: 48px;
    text-align: center;
    width: 100%
}

#okta-sign-in .icon-button {
    border: 1px solid;
    border-radius: 3px;
    display: block;
    height: 22px;
    text-align: center;
    width: 22px
}

    #okta-sign-in .icon-button .icon {
        display: inline-block;
        opacity: .25;
        position: relative;
        top: 4px
    }

    #okta-sign-in .icon-button:hover .icon {
        opacity: .5
    }

#okta-sign-in .call-request-button.link-button, #okta-sign-in .sms-request-button.link-button {
    line-height: 1;
    overflow: visible;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 12px;
    text-align: center;
    white-space: normal;
    width: 140px
}

@media only screen and (max-width:400px) {
    #okta-sign-in .call-request-button.link-button, #okta-sign-in .sms-request-button.link-button {
        margin-bottom: 15px;
        width: 100%
    }
}

#okta-sign-in .email-request-button {
    display: block;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 130px
}

@media only screen and (max-width:400px) {
    #okta-sign-in .email-request-button {
        margin-bottom: 15px;
        width: 100%
    }
}

#okta-sign-in .social-auth-button.link-button {
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 50px;
    margin-top: 15px;
    overflow: hidden;
    padding-left: 90px;
    padding-right: 40px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap
}

    #okta-sign-in .social-auth-button.link-button:last-of-type {
        margin-bottom: 25px
    }

    #okta-sign-in .social-auth-button.link-button:active, #okta-sign-in .social-auth-button.link-button:focus, #okta-sign-in .social-auth-button.link-button:hover, #okta-sign-in .social-auth-button.link-button:visited {
        text-decoration: none
    }

#okta-sign-in .button .okta-verify-authenticator, #okta-sign-in .button .okta-webauthn-authenticator {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 20px;
    margin: 0 .83em 0 0;
    vertical-align: middle;
    width: 20px
}

#okta-sign-in .default-custom-button.link-button {
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 50px;
    margin-top: 15px;
    text-align: center
}

    #okta-sign-in .default-custom-button.link-button:last-of-type {
        margin-bottom: 25px
    }

    #okta-sign-in .default-custom-button.link-button:active, #okta-sign-in .default-custom-button.link-button:focus, #okta-sign-in .default-custom-button.link-button:hover, #okta-sign-in .default-custom-button.link-button:visited {
        text-decoration: none
    }

#okta-sign-in .button-secondary.link-button {
    background-color: #fff;
    border: 1px solid #1662dd;
    border-radius: 3px;
    box-sizing: border-box;
    color: #1662dd;
    display: block;
    font-size: 14px;
    margin-top: 15px;
    text-align: center
}

    #okta-sign-in .button-secondary.link-button:last-of-type {
        margin-bottom: 25px
    }

    #okta-sign-in .button-secondary.link-button:active, #okta-sign-in .button-secondary.link-button:focus, #okta-sign-in .button-secondary.link-button:hover {
        background-color: #e5edfb;
        border-color: #124a94;
        color: #124a94
    }

    #okta-sign-in .button-secondary.link-button:active, #okta-sign-in .button-secondary.link-button:focus, #okta-sign-in .button-secondary.link-button:hover, #okta-sign-in .button-secondary.link-button:visited {
        text-decoration: none
    }

#okta-sign-in .piv-button.link-button {
    border-radius: 3px;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    line-height: 50px;
    margin-top: 15px;
    text-align: center
}

    #okta-sign-in .piv-button.link-button:last-of-type {
        margin-bottom: 25px
    }

    #okta-sign-in .piv-button.link-button:active, #okta-sign-in .piv-button.link-button:focus, #okta-sign-in .piv-button.link-button:hover, #okta-sign-in .piv-button.link-button:visited {
        text-decoration: none
    }

#okta-sign-in .social-auth-facebook-button {
    background-color: #fbfbfb;
    background: url(../img/icons/login/facebook_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fbfbfb 0);
    border: 1px solid #c3c3c3
}

    #okta-sign-in .social-auth-facebook-button:active, #okta-sign-in .social-auth-facebook-button:focus, #okta-sign-in .social-auth-facebook-button:hover {
        background: url(../img/icons/login/facebook_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fff 0)
    }

    #okta-sign-in .social-auth-facebook-button.link-button {
        color: #1d1d21
    }

#okta-sign-in .social-auth-google-button {
    background-color: #fbfbfb;
    background: url(../img/icons/login/google_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fbfbfb 0);
    border: 1px solid #c3c3c3
}

    #okta-sign-in .social-auth-google-button:active, #okta-sign-in .social-auth-google-button:focus, #okta-sign-in .social-auth-google-button:hover {
        background: url(../img/icons/login/google_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fff 0)
    }

    #okta-sign-in .social-auth-google-button.link-button {
        color: #1d1d21
    }

#okta-sign-in .social-auth-apple-button {
    background-color: #fbfbfb;
    background: url(../img/icons/login/apple_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fbfbfb 0);
    border: 1px solid #c3c3c3
}

    #okta-sign-in .social-auth-apple-button:active, #okta-sign-in .social-auth-apple-button:focus, #okta-sign-in .social-auth-apple-button:hover {
        background: url(../img/icons/login/apple_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fff 0)
    }

    #okta-sign-in .social-auth-apple-button.link-button {
        color: #1d1d21
    }

#okta-sign-in .social-auth-linkedin-button {
    background-color: #fbfbfb;
    background: url(../img/icons/login/linkedin_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fbfbfb 0);
    border: 1px solid #c3c3c3
}

    #okta-sign-in .social-auth-linkedin-button:active, #okta-sign-in .social-auth-linkedin-button:focus, #okta-sign-in .social-auth-linkedin-button:hover {
        background: url(../img/icons/login/linkedin_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fff 0)
    }

    #okta-sign-in .social-auth-linkedin-button.link-button {
        color: #1d1d21
    }

#okta-sign-in .social-auth-microsoft-button {
    background-color: #fbfbfb;
    background: url(../img/icons/login/microsoft_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fbfbfb 0);
    border: 1px solid #c3c3c3
}

    #okta-sign-in .social-auth-microsoft-button:active, #okta-sign-in .social-auth-microsoft-button:focus, #okta-sign-in .social-auth-microsoft-button:hover {
        background: url(../img/icons/login/microsoft_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fff 0)
    }

    #okta-sign-in .social-auth-microsoft-button.link-button {
        color: #1d1d21
    }

#okta-sign-in .social-auth-general-idp-button {
    background-color: #fbfbfb;
    background: url(../img/icons/login/default_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fbfbfb 0);
    border: 1px solid #c3c3c3
}

    #okta-sign-in .social-auth-general-idp-button:active, #okta-sign-in .social-auth-general-idp-button:focus, #okta-sign-in .social-auth-general-idp-button:hover {
        background: url(../img/icons/login/default_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fff 0)
    }

    #okta-sign-in .social-auth-general-idp-button.link-button {
        color: #1d1d21
    }

#okta-sign-in .default-custom-button {
    background-color: #ff5f73;
    border: 1px solid #d6001a
}

    #okta-sign-in .default-custom-button:active, #okta-sign-in .default-custom-button:focus, #okta-sign-in .default-custom-button:hover {
        background-color: #ff6e80
    }

#okta-sign-in .piv-button.link-button {
    background-color: #fff;
    border: 2px solid #1662dd;
    color: #1662dd
}

    #okta-sign-in .piv-button.link-button:active, #okta-sign-in .piv-button.link-button:focus, #okta-sign-in .piv-button.link-button:hover {
        background-color: #e5edfb;
        border-color: #124a94;
        color: #124a94
    }

#okta-sign-in .social-auth-github-button {
    background-color: #fbfbfb;
    background: url(../img/icons/login/github_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fbfbfb 0);
    border: 1px solid #c3c3c3
}

    #okta-sign-in .social-auth-github-button:active, #okta-sign-in .social-auth-github-button:focus, #okta-sign-in .social-auth-github-button:hover {
        background: url(../img/icons/login/github_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fff 0)
    }

    #okta-sign-in .social-auth-github-button.link-button {
        color: #1d1d21
    }

#okta-sign-in .social-auth-gitlab-button {
    background-color: #fbfbfb;
    background: url(../img/icons/login/gitlab_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fbfbfb 0);
    border: 1px solid #c3c3c3
}

    #okta-sign-in .social-auth-gitlab-button:active, #okta-sign-in .social-auth-gitlab-button:focus, #okta-sign-in .social-auth-gitlab-button:hover {
        background: url(../img/icons/login/gitlab_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fff 0)
    }

    #okta-sign-in .social-auth-gitlab-button.link-button {
        color: #1d1d21
    }

#okta-sign-in .social-auth-yahoo-button {
    background-color: #fbfbfb;
    background: url(../img/icons/login/yahoo_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fbfbfb 0);
    border: 1px solid #c3c3c3
}

    #okta-sign-in .social-auth-yahoo-button:active, #okta-sign-in .social-auth-yahoo-button:focus, #okta-sign-in .social-auth-yahoo-button:hover {
        background: url(../img/icons/login/yahoo_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fff 0)
    }

    #okta-sign-in .social-auth-yahoo-button.link-button {
        color: #1d1d21
    }

#okta-sign-in .social-auth-line-button {
    background-color: #fbfbfb;
    background: url(../img/icons/login/line_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fbfbfb 0);
    border: 1px solid #c3c3c3
}

    #okta-sign-in .social-auth-line-button:active, #okta-sign-in .social-auth-line-button:focus, #okta-sign-in .social-auth-line-button:hover {
        background: url(../img/icons/login/line_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fff 0)
    }

    #okta-sign-in .social-auth-line-button.link-button {
        color: #1d1d21
    }

#okta-sign-in .social-auth-paypal-button {
    background-color: #fbfbfb;
    background: url(../img/icons/login/paypal_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fbfbfb 0);
    border: 1px solid #c3c3c3
}

    #okta-sign-in .social-auth-paypal-button:active, #okta-sign-in .social-auth-paypal-button:focus, #okta-sign-in .social-auth-paypal-button:hover {
        background: url(../img/icons/login/paypal_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fff 0)
    }

    #okta-sign-in .social-auth-paypal-button.link-button {
        color: #1d1d21
    }

#okta-sign-in .social-auth-paypal_sandbox-button {
    background-color: #fbfbfb;
    background: url(../img/icons/login/paypal_sandbox_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fbfbfb 0);
    border: 1px solid #c3c3c3
}

    #okta-sign-in .social-auth-paypal_sandbox-button:active, #okta-sign-in .social-auth-paypal_sandbox-button:focus, #okta-sign-in .social-auth-paypal_sandbox-button:hover {
        background: url(../img/icons/login/paypal_sandbox_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fff 0)
    }

    #okta-sign-in .social-auth-paypal_sandbox-button.link-button {
        color: #1d1d21
    }

#okta-sign-in .social-auth-salesforce-button {
    background-color: #fbfbfb;
    background: url(../img/icons/login/salesforce_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fbfbfb 0);
    border: 1px solid #c3c3c3
}

    #okta-sign-in .social-auth-salesforce-button:active, #okta-sign-in .social-auth-salesforce-button:focus, #okta-sign-in .social-auth-salesforce-button:hover {
        background: url(../img/icons/login/salesforce_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fff 0)
    }

    #okta-sign-in .social-auth-salesforce-button.link-button {
        color: #1d1d21
    }

#okta-sign-in .social-auth-amazon-button {
    background-color: #fbfbfb;
    background: url(../img/icons/login/amazon_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fbfbfb 0);
    border: 1px solid #c3c3c3
}

    #okta-sign-in .social-auth-amazon-button:active, #okta-sign-in .social-auth-amazon-button:focus, #okta-sign-in .social-auth-amazon-button:hover {
        background: url(../img/icons/login/amazon_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fff 0)
    }

    #okta-sign-in .social-auth-amazon-button.link-button {
        color: #1d1d21
    }

#okta-sign-in .social-auth-yahoojp-button {
    background-color: #fbfbfb;
    background: url(../img/icons/login/yahoojp_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fbfbfb 0);
    border: 1px solid #c3c3c3
}

    #okta-sign-in .social-auth-yahoojp-button:active, #okta-sign-in .social-auth-yahoojp-button:focus, #okta-sign-in .social-auth-yahoojp-button:hover {
        background: url(../img/icons/login/yahoojp_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fff 0)
    }

    #okta-sign-in .social-auth-yahoojp-button.link-button {
        color: #1d1d21
    }

#okta-sign-in .social-auth-discord-button {
    background-color: #fbfbfb;
    background: url(../img/icons/login/discord_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fbfbfb 0);
    border: 1px solid #c3c3c3
}

    #okta-sign-in .social-auth-discord-button:active, #okta-sign-in .social-auth-discord-button:focus, #okta-sign-in .social-auth-discord-button:hover {
        background: url(../img/icons/login/discord_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fff 0)
    }

    #okta-sign-in .social-auth-discord-button.link-button {
        color: #1d1d21
    }

#okta-sign-in .social-auth-adobe-button {
    background-color: #fbfbfb;
    background: url(../img/icons/login/adobe_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fbfbfb 0);
    border: 1px solid #c3c3c3
}

    #okta-sign-in .social-auth-adobe-button:active, #okta-sign-in .social-auth-adobe-button:focus, #okta-sign-in .social-auth-adobe-button:hover {
        background: url(../img/icons/login/adobe_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fff 0)
    }

    #okta-sign-in .social-auth-adobe-button.link-button {
        color: #1d1d21
    }

#okta-sign-in .social-auth-orcid-button {
    background-color: #fbfbfb;
    background: url(../img/icons/login/orcid_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fbfbfb 0);
    border: 1px solid #c3c3c3
}

    #okta-sign-in .social-auth-orcid-button:active, #okta-sign-in .social-auth-orcid-button:focus, #okta-sign-in .social-auth-orcid-button:hover {
        background: url(../img/icons/login/orcid_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fff 0)
    }

    #okta-sign-in .social-auth-orcid-button.link-button {
        color: #1d1d21
    }

#okta-sign-in .social-auth-spotify-button {
    background-color: #fbfbfb;
    background: url(../img/icons/login/spotify_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fbfbfb 0);
    border: 1px solid #c3c3c3
}

    #okta-sign-in .social-auth-spotify-button:active, #okta-sign-in .social-auth-spotify-button:focus, #okta-sign-in .social-auth-spotify-button:hover {
        background: url(../img/icons/login/spotify_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fff 0)
    }

    #okta-sign-in .social-auth-spotify-button.link-button {
        color: #1d1d21
    }

#okta-sign-in .social-auth-xero-button {
    background-color: #fbfbfb;
    background: url(../img/icons/login/xero_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fbfbfb 0);
    border: 1px solid #c3c3c3
}

    #okta-sign-in .social-auth-xero-button:active, #okta-sign-in .social-auth-xero-button:focus, #okta-sign-in .social-auth-xero-button:hover {
        background: url(../img/icons/login/xero_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fff 0)
    }

    #okta-sign-in .social-auth-xero-button.link-button {
        color: #1d1d21
    }

#okta-sign-in .social-auth-quickbooks-button {
    background-color: #fbfbfb;
    background: url(../img/icons/login/quickbooks_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fbfbfb 0);
    border: 1px solid #c3c3c3
}

    #okta-sign-in .social-auth-quickbooks-button:active, #okta-sign-in .social-auth-quickbooks-button:focus, #okta-sign-in .social-auth-quickbooks-button:hover {
        background: url(../img/icons/login/quickbooks_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fff 0)
    }

    #okta-sign-in .social-auth-quickbooks-button.link-button {
        color: #1d1d21
    }

#okta-sign-in .enduser-remediation-button-link {
    background: transparent;
    border: 0;
    color: #007cc0;
    cursor: pointer;
    font: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    text-align: start;
    text-decoration: underline;
    vertical-align: top
}

#okta-sign-in .admin-consent-required .custom-logo, #okta-sign-in .admin-consent-required .default-logo {
    height: 30px;
    vertical-align: middle;
    width: 30px
}

#okta-sign-in .admin-consent-required .detail-row {
    padding-bottom: 15px
}

#okta-sign-in .admin-consent-required .consent-title {
    word-wrap: break-word;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center
}

    #okta-sign-in .admin-consent-required .consent-title span {
        padding-left: 10px
    }

    #okta-sign-in .admin-consent-required .consent-title b {
        font-weight: 700
    }

    #okta-sign-in .admin-consent-required .consent-title .issuer {
        font-size: 13px;
        margin-top: 10px
    }

        #okta-sign-in .admin-consent-required .consent-title .issuer span {
            border: 1px solid #8c8c96;
            border-radius: 15px;
            padding: 5px 15px
        }

#okta-sign-in .admin-consent-required .scope-group {
    cursor: default;
    margin-top: 15px
}

    #okta-sign-in .admin-consent-required .scope-group h3 {
        display: inline-block;
        font-size: 16px;
        width: 95%
    }

    #okta-sign-in .admin-consent-required .scope-group .icon {
        display: inline-block
    }

    #okta-sign-in .admin-consent-required .scope-group .scope-item {
        display: none;
        padding-top: 5px;
        width: 100%
    }

        #okta-sign-in .admin-consent-required .scope-group .scope-item .scope-item-text {
            word-wrap: break-word;
            display: inline-block
        }

        #okta-sign-in .admin-consent-required .scope-group .scope-item .scope-item-tooltip.icon {
            display: inline-block;
            margin-left: 5px;
            top: -3px
        }

    #okta-sign-in .admin-consent-required .scope-group.scope-group--is-expanded .scope-item {
        display: block
    }

    #okta-sign-in .admin-consent-required .scope-group .caret {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        transition: transform .4s cubic-bezier(.23,1,.32,1),-webkit-transform .4s cubic-bezier(.23,1,.32,1)
    }

        #okta-sign-in .admin-consent-required .scope-group .caret .path {
            fill: #5e5e5e
        }

        #okta-sign-in .admin-consent-required .scope-group .caret.caret--is-rotated {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg)
        }

#okta-sign-in .admin-consent-required .o-form-button-bar {
    display: inline-flex;
    justify-content: space-between;
    padding-bottom: 15px;
    width: 100%
}

    #okta-sign-in .admin-consent-required .o-form-button-bar input {
        height: auto;
        line-height: normal;
        min-height: 50px;
        white-space: normal;
        width: 140px
    }

#okta-sign-in .consent-required .scope-list, #okta-sign-in .consent-required .title-text, #okta-sign-in .granular-consent .scope-list, #okta-sign-in .granular-consent .title-text {
    color: #1d1d21
}

#okta-sign-in .consent-required .custom-logo, #okta-sign-in .consent-required .default-logo, #okta-sign-in .granular-consent .custom-logo, #okta-sign-in .granular-consent .default-logo {
    height: 30px;
    vertical-align: middle;
    width: 30px
}

#okta-sign-in .consent-required .detail-row, #okta-sign-in .granular-consent .detail-row {
    padding-bottom: 25px
}

    #okta-sign-in .consent-required .detail-row:last-child, #okta-sign-in .granular-consent .detail-row:last-child {
        padding-bottom: 11px
    }

#okta-sign-in .consent-required .consent-title, #okta-sign-in .granular-consent .consent-title {
    word-wrap: break-word;
    align-items: center;
    display: flex;
    font-size: 16px;
    justify-content: center;
    text-align: center
}

    #okta-sign-in .consent-required .consent-title span, #okta-sign-in .granular-consent .consent-title span {
        padding-left: 10px
    }

    #okta-sign-in .consent-required .consent-title b, #okta-sign-in .granular-consent .consent-title b {
        font-weight: 700
    }

#okta-sign-in .consent-required .scope-item, #okta-sign-in .granular-consent .scope-item {
    display: inline-block;
    padding-bottom: 5px;
    width: 100%
}

    #okta-sign-in .consent-required .scope-item .scope-item-text, #okta-sign-in .granular-consent .scope-item .scope-item-text {
        word-wrap: break-word;
        float: left;
        width: 85%
    }

    #okta-sign-in .consent-required .scope-item .scope-item-tooltip, #okta-sign-in .granular-consent .scope-item .scope-item-tooltip {
        float: right;
        margin-right: 16px
    }

#okta-sign-in .consent-required .consent-description p, #okta-sign-in .granular-consent .consent-description p {
    color: #6e6e78
}

#okta-sign-in .consent-required .consent-footer, #okta-sign-in .granular-consent .consent-footer {
    text-align: center
}

    #okta-sign-in .consent-required .consent-footer a, #okta-sign-in .granular-consent .consent-footer a {
        color: #007cc0
    }

#okta-sign-in .consent-required .o-form-button-bar, #okta-sign-in .granular-consent .o-form-button-bar {
    display: inline-flex;
    justify-content: space-between;
    padding-bottom: 25px;
    width: 100%
}

    #okta-sign-in .consent-required .o-form-button-bar input, #okta-sign-in .granular-consent .o-form-button-bar input {
        height: auto;
        line-height: normal;
        min-height: 50px;
        white-space: normal;
        width: 140px
    }

    #okta-sign-in .consent-required .o-form-button-bar .button-primary, #okta-sign-in .granular-consent .o-form-button-bar .button-primary {
        background-color: #fbfbfb;
        background: -o-linear-gradient(top,#fbfbfb 0,#f8f8f8 100%);
        background: -ms-linear-gradient(top,#fbfbfb 0,#f8f8f8 100%);
        background: linear-gradient(#fbfbfb,#f8f8f8);
        border-color: #c3c3c3 #c3c3c3 #bbb;
        box-shadow: 0 1px 0 rgba(0,0,0,.05),inset 0 1px 0 0 hsla(0,0%,100%,.1);
        color: #1d1d21
    }

        #okta-sign-in .consent-required .o-form-button-bar .button-primary:active, #okta-sign-in .consent-required .o-form-button-bar .button-primary:focus, #okta-sign-in .consent-required .o-form-button-bar .button-primary:hover, #okta-sign-in .granular-consent .o-form-button-bar .button-primary:active, #okta-sign-in .granular-consent .o-form-button-bar .button-primary:focus, #okta-sign-in .granular-consent .o-form-button-bar .button-primary:hover {
            background-color: #fff;
            background: -o-linear-gradient(top,#fff 0,#fcfcfc 100%);
            background: -ms-linear-gradient(top,#fff 0,#fcfcfc 100%);
            background-image: linear-gradient(#fff,#fcfcfc);
            border-color: #b2b2b2 #b2b2b2 #afafaf;
            box-shadow: none;
            cursor: pointer;
            text-decoration: none
        }

        #okta-sign-in .consent-required .o-form-button-bar .button-primary:focus, #okta-sign-in .granular-consent .o-form-button-bar .button-primary:focus {
            border-color: #0074b3;
            box-shadow: 0 0 8px #51cbee
        }

#okta-sign-in .granular-consent .consent-title {
    flex-direction: column;
    font-size: 14px
}

    #okta-sign-in .granular-consent .consent-title b {
        font-size: 16px
    }

    #okta-sign-in .granular-consent .consent-title span {
        padding-left: 0
    }

#okta-sign-in .granular-consent b {
    font-weight: 700
}

#okta-sign-in .granular-consent .custom-checkbox label {
    box-sizing: border-box;
    display: inline-block;
    width: 100%
}

#okta-sign-in .granular-consent .custom-checkbox.o-form-read-mode {
    margin-top: 0
}

#okta-sign-in .granular-consent .o-form-input div {
    width: 100%
}

#okta-sign-in .granular-consent .consent-description, #okta-sign-in .granular-consent .o-form-fieldset {
    margin-bottom: 6px
}

#okta-sign-in .auth-header {
    border-bottom: 1px solid #ddd;
    padding: 30px 90px 75px;
    position: relative;
    -moz-transition: padding-bottom .4s;
    -webkit-transition: padding-bottom .4s;
    transition: padding-bottom .4s;
    z-index: 10
}

#okta-sign-in .auth-org-logo {
    display: block;
    margin: 0 auto;
    max-height: 40px;
    max-width: 200px
}

#okta-sign-in .beacon-container {
    bottom: -42px;
    height: 85px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    width: 85px
}

    #okta-sign-in .beacon-container.beacon-small {
        bottom: -10px;
        height: 20px;
        width: 20px
    }

        #okta-sign-in .beacon-container.beacon-small .beacon-blank {
            left: -20px;
            width: 50px
        }

#okta-sign-in .beacon-blank {
    background-color: transparent;
    background-image: none;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

#okta-sign-in .radial-progress-bar {
    clip: rect(0,96px,96px,48px);
    bottom: -5px;
    left: -5px;
    position: absolute;
    right: -5px;
    top: -5px
}

    #okta-sign-in .radial-progress-bar .circle {
        clip: rect(0,48px,96px,0);
        border: 2px solid #a7a7a7;
        border-radius: 50%;
        height: 91px;
        position: absolute;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: center;
        transform-origin: center;
        width: 91px;
        z-index: 10
    }

#okta-sign-in .auth-beacon {
    background-clip: content-box;
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    bottom: 0;
    box-shadow: 0 0 0 15px;
    color: #fff;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

#okta-sign-in .undefined-user {
    background-image: url(../img/security/default.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in .undefined-user {
        background-image: url(../img/security/default@2x.png)
    }
}

#okta-sign-in .new-user {
    background-image: url(../img/security/unknown-device.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in .new-user {
        background-image: url(../img/security/unknown-device@2x.png)
    }
}

#okta-sign-in .auth-beacon-border {
    border: 2px solid #a7a7a7
}

#okta-sign-in .auth-beacon-border, #okta-sign-in .beacon-loading:after {
    border-radius: 50%;
    bottom: -5px;
    left: -5px;
    position: absolute;
    right: -5px;
    top: -5px
}

#okta-sign-in .beacon-loading:after {
    -webkit-animation: load8 1.1s linear infinite;
    animation: load8 1.1s linear infinite;
    border: 2px solid transparent;
    border-top-color: #007dc1;
    content: "";
    display: block;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

#okta-sign-in .auth-beacon-factor {
    background-size: 100% auto;
    cursor: pointer
}

#okta-sign-in .factors-dropdown-wrap {
    margin-top: -11px;
    position: absolute;
    right: -32px;
    top: 50%
}

    #okta-sign-in .factors-dropdown-wrap .dropdown.more-actions .bg-helper {
        box-shadow: 10px 0 0 0;
        color: #fff
    }

    #okta-sign-in .factors-dropdown-wrap .dropdown.more-actions .link-button {
        height: 22px;
        padding: 0 !important
    }

    #okta-sign-in .factors-dropdown-wrap .dropdown.more-actions span.icon-dm {
        background: url(../img/ui/indicators/drop-menu-s.png) no-repeat scroll 0 0 transparent;
        top: 9px
    }

    #okta-sign-in .factors-dropdown-wrap .dropdown.more-actions .options-wrap {
        background-clip: padding-box;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,.2);
        border-radius: 3px;
        box-shadow: 0 1px 3px rgba(0,0,0,.2);
        left: -212px;
        max-height: 306px;
        overflow: auto;
        top: 38px;
        width: 320px
    }

@media only screen and (max-width:325px) {
    #okta-sign-in .factors-dropdown-wrap .dropdown.more-actions .options-wrap {
        left: -192px;
        width: 280px
    }
}

#okta-sign-in .factors-dropdown-wrap .dropdown.more-actions .options-wrap:after {
    display: none
}

#okta-sign-in .factors-dropdown-wrap .dropdown.more-actions .option a {
    line-height: 30px;
    padding-left: 50px
}

    #okta-sign-in .factors-dropdown-wrap .dropdown.more-actions .option a .icon {
        height: 30px;
        width: 30px
    }

#okta-sign-in .factors-dropdown-wrap .dropdown.more-actions .dropdown-list-title {
    text-align: center
}

    #okta-sign-in .factors-dropdown-wrap .dropdown.more-actions .dropdown-list-title:hover {
        background: transparent
    }

    #okta-sign-in .factors-dropdown-wrap .dropdown.more-actions .dropdown-list-title a {
        cursor: default;
        padding-left: 5px
    }

#okta-sign-in .factors-dropdown-wrap .dropdown.more-actions .suboption.option {
    border-bottom: none;
    padding-left: 50px
}

    #okta-sign-in .factors-dropdown-wrap .dropdown.more-actions .suboption.option a {
        padding-left: 36px
    }

    #okta-sign-in .factors-dropdown-wrap .dropdown.more-actions .suboption.option + .option:not(.suboption), #okta-sign-in .factors-dropdown-wrap .dropdown.more-actions .suboption.option + .suboption.option a {
        border-top: 1px solid #eaeaea
    }

#okta-sign-in .mfa-call-30, #okta-sign-in .mfa-custom-factor-30, #okta-sign-in .mfa-duo-30, #okta-sign-in .mfa-email-30, #okta-sign-in .mfa-google-auth-30, #okta-sign-in .mfa-hotp-30, #okta-sign-in .mfa-okta-verify-30, #okta-sign-in .mfa-onprem-30, #okta-sign-in .mfa-password-30, #okta-sign-in .mfa-question-30, #okta-sign-in .mfa-rsa-30, #okta-sign-in .mfa-sms-30, #okta-sign-in .mfa-symantec-30, #okta-sign-in .mfa-u2f-30, #okta-sign-in .mfa-webauthn-30, #okta-sign-in .mfa-windows-hello-30, #okta-sign-in .mfa-yubikey-30 {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    width: 30px
}

#okta-sign-in .auth-footer {
    font-size: 13px
}

    #okta-sign-in .auth-footer .js-factor-page-custom-link {
        display: block
    }

    #okta-sign-in .auth-footer .goto {
        float: right
    }

    #okta-sign-in .auth-footer .dot-separator {
        font-weight: 700
    }

    #okta-sign-in .auth-footer.footer-back-link {
        margin-top: .75em
    }

#okta-sign-in .enroll-choices .okta-form-subtitle > span b {
    font-weight: 700
}

#okta-sign-in .enroll-factor-list {
    margin-bottom: 30px
}

    #okta-sign-in .enroll-factor-list .list-subtitle {
        float: right
    }

    #okta-sign-in .enroll-factor-list .list-title {
        padding-bottom: 20px
    }

#okta-sign-in .enroll-required-factor-list .enroll-factor-row-min {
    margin-bottom: 30px
}

    #okta-sign-in .enroll-required-factor-list .enroll-factor-row-min .enroll-factor-icon {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        opacity: .5
    }

#okta-sign-in .enroll-factor-row {
    align-items: center;
    display: flex;
    margin-bottom: 30px
}

    #okta-sign-in .enroll-factor-row .enroll-factor-description {
        overflow: hidden;
        width: 100%
    }

    #okta-sign-in .enroll-factor-row .enroll-factor-label {
        display: flex;
        justify-content: space-between
    }

    #okta-sign-in .enroll-factor-row .enroll-factor-button {
        padding-top: 10px
    }

@media only screen and (max-device-width:480px) {
    #okta-sign-in .enroll-factor-row .enroll-factor-button {
        margin-top: 10px;
        width: 100%
    }
}

#okta-sign-in .enroll-factor-row .enroll-factor-button .button {
    height: 30px;
    line-height: 28px;
    margin-top: 0;
    padding: 0 10px
}

@media only screen and (max-device-width:480px) {
    #okta-sign-in .enroll-factor-row .enroll-factor-button .button {
        text-align: center;
        width: 100%
    }
}

#okta-sign-in .enroll-factor-row .enroll-factor-icon-container {
    align-self: flex-start;
    margin-right: 20px
}

#okta-sign-in .enroll-factor-row .enroll-factor-icon {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 38px 38px;
    border: 1px solid #ccc;
    border-radius: 50%;
    height: 38px;
    width: 38px
}

#okta-sign-in .enroll-factor-row .success-16-gray, #okta-sign-in .enroll-factor-row .success-16-green {
    flex-shrink: 0;
    height: 20px;
    line-height: 24px;
    width: 20px
}

    #okta-sign-in .enroll-factor-row .success-16-gray:before, #okta-sign-in .enroll-factor-row .success-16-green:before {
        font-size: 20px
    }

#okta-sign-in .enroll-factor-row .factor-cardinality {
    color: #6e6e78
}

#okta-sign-in .enroll-factor-row-min {
    margin-bottom: 10px
}

    #okta-sign-in .enroll-factor-row-min .enroll-factor-button, #okta-sign-in .enroll-factor-row-min p {
        display: none
    }

#okta-sign-in .enroll-yubikey .yubikey-demo {
    background: url(../img/icons/mfa/yubikeyDemo.png) no-repeat 50%;
    background-size: contain;
    margin-bottom: 20px;
    min-height: 102px;
    width: 100%
}

#okta-sign-in .login-timeout-warning {
    bottom: 10px
}

#okta-sign-in .enroll-sms .enroll-sms-phone {
    float: left;
    width: 170px
}

@media only screen and (max-device-width:480px) {
    #okta-sign-in .enroll-sms .enroll-sms-phone {
        width: 165px
    }
}

@media only screen and (max-width:400px) {
    #okta-sign-in .enroll-sms .enroll-sms-phone {
        margin-bottom: 15px;
        width: 100%
    }
}

#okta-sign-in .enroll-sms .chzn-drop > .chzn-search > input {
    display: none
}

#okta-sign-in .enroll-sms .chzn-with-drop > .chzn-drop > .chzn-search > input {
    display: inline-block
}

#okta-sign-in .enroll-sms .sms-request-button {
    float: right;
    line-height: 1;
    margin-top: 0;
    overflow: visible;
    padding: 12px 0 0;
    white-space: normal;
    width: 140px
}

@media only screen and (max-width:400px) {
    #okta-sign-in .enroll-sms .sms-request-button {
        margin-bottom: 15px;
        width: 100%
    }
}

#okta-sign-in .enroll-activate-email .resend-email-infobox, #okta-sign-in .enroll-email .o-form-content.o-form-theme {
    margin-bottom: 15px
}

    #okta-sign-in .enroll-activate-email .resend-email-infobox .infobox-warning p span {
        margin-right: .25rem
    }

#okta-sign-in .enroll-activate-email .mask-email {
    font-weight: 600
}

#okta-sign-in .enroll-activate-email .resend-email-btn {
    color: #0074b3
}

#okta-sign-in .enroll-activate-email .enroll-activate-email-content {
    margin-bottom: 15px
}

#okta-sign-in .enroll-call .enroll-call-phone {
    float: left;
    width: 196px
}

@media only screen and (max-device-width:480px) {
    #okta-sign-in .enroll-call .enroll-call-phone {
        width: 165px
    }
}

@media only screen and (max-width:400px) {
    #okta-sign-in .enroll-call .enroll-call-phone {
        margin-bottom: 15px;
        width: 100%
    }
}

#okta-sign-in .enroll-call .enroll-call-extension {
    float: right;
    margin-top: 0;
    padding: 0;
    width: 111px
}

@media only screen and (max-width:400px) {
    #okta-sign-in .enroll-call .enroll-call-extension {
        margin-bottom: 15px;
        width: 100%
    }
}

#okta-sign-in .enroll-call .call-request-button {
    text-align: center;
    width: 100%
}

#okta-sign-in .enroll-u2f .u2f-instructions ol, #okta-sign-in .enroll-webauthn .u2f-instructions ol {
    list-style: decimal;
    margin-left: 15px
}

    #okta-sign-in .enroll-u2f .u2f-instructions ol li, #okta-sign-in .enroll-webauthn .u2f-instructions ol li {
        margin-bottom: 15px
    }

#okta-sign-in .enroll-windows-hello .o-form-fieldset-container > .okta-form-subtitle, #okta-sign-in .verify-windows-hello .o-form-fieldset-container > .okta-form-subtitle {
    margin-bottom: 20px;
    margin-top: 15px
}

#okta-sign-in .enroll-windows-hello .okta-infobox-error b, #okta-sign-in .verify-windows-hello .okta-infobox-error b {
    font-weight: 700
}

#okta-sign-in .enroll-windows-hello .okta-waiting-spinner, #okta-sign-in .verify-windows-hello .okta-waiting-spinner {
    margin-bottom: 20px;
    margin-top: 20px
}

#okta-sign-in .enroll-webauthn .webauthn-edge-text p b {
    font-weight: 700
}

#okta-sign-in .enroll-totp .okta-form-subtitle.o-form-explain {
    text-align: left
}

#okta-sign-in .enroll-totp .o-form-label {
    line-height: inherit;
    margin-bottom: 20px;
    padding: 0
}

    #okta-sign-in .enroll-totp .o-form-label legend {
        color: #777;
        font-weight: 400
    }

#okta-sign-in .app-logo {
    background-repeat: no-repeat;
    border-radius: 10px;
    display: inline-block;
    float: left;
    height: 38px;
    margin-right: 15px;
    width: 38px
}

#okta-sign-in .okta-verify-download-icon {
    background-image: url(../img/icons/mfa/oktaVerify_ico@1x.png);
    background-size: 38px 38px
}

#okta-sign-in .google-auth-38 {
    background-image: url(../img/icons/mfa/googleAuth_38x38.png)
}

#okta-sign-in .app-download-instructions {
    margin-bottom: 15px
}

    #okta-sign-in .app-download-instructions .instructions-title {
        margin-bottom: 15px;
        text-align: center
    }

#okta-sign-in .barcode-scan .o-form-content {
    margin-bottom: 15px
}

#okta-sign-in .scan-instructions .scan-instructions-details-wrapper {
    float: left;
    margin-right: -150px;
    width: 100%
}

#okta-sign-in .scan-instructions .scan-instructions-details {
    padding-right: 150px
}

#okta-sign-in .scan-instructions .scan-instructions-qrcode-wrapper {
    float: right;
    text-align: center
}

#okta-sign-in .scan-instructions .qrcode-image {
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 140px;
    width: 140px
}

#okta-sign-in .scan-instructions .qrcode-wrap {
    position: relative
}

#okta-sign-in .scan-instructions .qrcode-success {
    background: url(../img/ui/indicators/checkmark.png) no-repeat 50%
}

#okta-sign-in .scan-instructions .qrcode-error {
    background: url(../img/ui/indicators/scanerror.png) no-repeat 50%
}

#okta-sign-in .scan-instructions .qrcode-error, #okta-sign-in .scan-instructions .qrcode-success {
    background-color: transparent;
    background-color: hsla(0,0%,100%,.6);
    content: "";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    width: 100%
}

#okta-sign-in .scan-instructions .refresh-qrcode {
    display: none
}

#okta-sign-in .scan-instructions.qrcode-expired .qrcode-error {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: 1
}

#okta-sign-in .scan-instructions.qrcode-expired .manual-setup {
    display: none
}

#okta-sign-in .scan-instructions.qrcode-expired .refresh-qrcode {
    display: inline-block
}

#okta-sign-in .scan-instructions.qrcode-success .qrcode-success {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: 1
}

#okta-sign-in .scan-instructions.qrcode-success .manual-setup, #okta-sign-in .scan-instructions.qrcode-success .refresh-qrcode {
    display: none
}

#okta-sign-in .enroll-manual-push .secret-key-instructions .shared-key, #okta-sign-in .enroll-manual-totp .secret-key-instructions .shared-key {
    color: #1d1d21;
    font-size: 16px;
    padding: 5px 0;
    text-align: center
}

    #okta-sign-in .enroll-manual-push .secret-key-instructions .shared-key:focus, #okta-sign-in .enroll-manual-totp .secret-key-instructions .shared-key:focus {
        border-color: #0074b3;
        box-shadow: 0 0 8px #51cbee
    }

#okta-sign-in [name=sharedSecret] {
    cursor: text;
    opacity: 1;
    text-align: center
}

#okta-sign-in .enroll-activation-link-sent p {
    text-align: center
}

#okta-sign-in .enroll-activation-link-sent .auth-footer {
    margin-top: 15px
}

#okta-sign-in .verify-webauthn-form .okta-waiting-spinner {
    display: none
}

#okta-sign-in .enroll-u2f-form .o-form-fieldset-container p, #okta-sign-in .enroll-webauthn-form .o-form-fieldset-container p, #okta-sign-in .verify-u2f-form .o-form-fieldset-container p, #okta-sign-in .verify-webauthn-form .o-form-fieldset-container p {
    margin-bottom: 15px;
    text-align: center
}

#okta-sign-in .enroll-u2f-form .o-form-content > .o-form-error-container, #okta-sign-in .enroll-webauthn-form .o-form-content > .o-form-error-container, #okta-sign-in .verify-u2f-form .o-form-content > .o-form-error-container, #okta-sign-in .verify-webauthn-form .o-form-content > .o-form-error-container {
    margin-bottom: 20px
}

#okta-sign-in .enroll-u2f-form .okta-waiting-spinner, #okta-sign-in .enroll-webauthn-form .okta-waiting-spinner, #okta-sign-in .verify-u2f-form .okta-waiting-spinner, #okta-sign-in .verify-webauthn-form .okta-waiting-spinner {
    margin-bottom: 20px;
    margin-top: 20px
}

#okta-sign-in .enroll-u2f-form .u2f-devices-images, #okta-sign-in .enroll-webauthn-form .u2f-devices-images, #okta-sign-in .verify-u2f-form .u2f-devices-images, #okta-sign-in .verify-webauthn-form .u2f-devices-images {
    display: inline-block
}

    #okta-sign-in .enroll-u2f-form .u2f-devices-images .u2f-usb, #okta-sign-in .enroll-webauthn-form .u2f-devices-images .u2f-usb, #okta-sign-in .verify-u2f-form .u2f-devices-images .u2f-usb, #okta-sign-in .verify-webauthn-form .u2f-devices-images .u2f-usb {
        background: url(../img/icons/mfa/u2f_usb.png) no-repeat 50%;
        float: left;
        height: 109px;
        margin-right: 15px;
        width: 148px
    }

    #okta-sign-in .enroll-u2f-form .u2f-devices-images .u2f-bluetooth, #okta-sign-in .enroll-webauthn-form .u2f-devices-images .u2f-bluetooth, #okta-sign-in .verify-u2f-form .u2f-devices-images .u2f-bluetooth, #okta-sign-in .verify-webauthn-form .u2f-devices-images .u2f-bluetooth {
        background: url(../img/icons/mfa/u2f_bluetooth.png) no-repeat 50%;
        float: left;
        height: 109px;
        width: 148px
    }

#okta-sign-in .okta-waiting-spinner {
    background: url(../img/ui/indicators/sign-on-widget-spinner.gif) no-repeat 50%;
    height: 18px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx) {
    #okta-sign-in .device-type-input .custom-radio label {
        background-size: auto
    }
}

#okta-sign-in .registration-container {
    margin-top: 30px
}

    #okta-sign-in .registration-container .content-container {
        border-top: 1px solid #ddd;
        margin-top: 5px;
        padding: 30px 0;
        -moz-transition: padding-top .4s;
        -webkit-transition: padding-top .4s;
        transition: padding-top .4s
    }

    #okta-sign-in .registration-container .registration-label, #okta-sign-in .registration-container .registration-link {
        display: inline-block
    }

    #okta-sign-in .registration-container .registration-label {
        margin-right: 10px
    }

    #okta-sign-in .registration-container .registration-link {
        color: #007dc1
    }

#okta-sign-in .registration .o-form-fieldset-container .required-fields-label {
    color: #6e6e78
}

#okta-sign-in .registration .subschema {
    margin-bottom: 15px
}

    #okta-sign-in .registration .subschema p {
        padding: 5px 20px;
        position: relative
    }

        #okta-sign-in .registration .subschema p.default-schema {
            display: none
        }

        #okta-sign-in .registration .subschema p span {
            left: -2px;
            position: absolute
        }

    #okta-sign-in .registration .subschema .subschema-satisfied, #okta-sign-in .registration .subschema .subschema-unsatisfied {
        color: #6e6e78
    }

    #okta-sign-in .registration .subschema .subschema-error {
        color: #e34843
    }

        #okta-sign-in .registration .subschema .subschema-error span.error-16-small {
            display: block
        }

#okta-sign-in .registration-complete {
    margin-top: 20px
}

    #okta-sign-in .registration-complete .container {
        margin-bottom: 30px
    }

    #okta-sign-in .registration-complete .title {
        color: #46b090;
        font-size: 15px;
        margin: 15px 0;
        text-align: center
    }

    #okta-sign-in .registration-complete .desc {
        text-align: center
    }

    #okta-sign-in .registration-complete .back-btn {
        margin-top: 15px
    }

    #okta-sign-in .registration-complete .title-icon {
        background: #46b090;
        border-radius: 50%;
        display: block;
        height: 25px;
        left: 45%;
        position: absolute;
        top: -10px;
        width: 25px
    }

        #okta-sign-in .registration-complete .title-icon:before {
            color: #fff;
            left: 4px
        }

#okta-sign-in .password-requirements--header {
    padding-bottom: 10px
}

#okta-sign-in .password-requirements--list {
    list-style: initial;
    padding-bottom: 10px;
    padding-left: 20px
}

#okta-sign-in .password-requirements--list-item {
    line-height: 21px
}

#okta-sign-in .siw-main-view .infobox-error, #okta-sign-in .siw-main-view .infobox-warning {
    display: block;
    margin-bottom: 15px
}

#okta-sign-in .siw-main-view .okta-form-subtitle {
    margin: 25px 0 10px;
    text-align: left
}

#okta-sign-in .siw-main-view .siw-main-body .o-form-content {
    overflow: unset
}

#okta-sign-in .siw-main-view .siw-main-body .ion-messages-container {
    margin-bottom: 1rem;
    text-align: center
}

    #okta-sign-in .siw-main-view .siw-main-body .ion-messages-container > * {
        margin-top: 1rem
    }

#okta-sign-in .siw-main-view .siw-main-body .o-form-content .o-form-label {
    padding-right: 0
}

    #okta-sign-in .siw-main-view .siw-main-body .o-form-content .o-form-label .o-form-explain {
        float: right
    }

#okta-sign-in .siw-main-view .siw-main-body .identifier-container {
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    top: -5px;
    white-space: nowrap
}

#okta-sign-in .siw-main-view .siw-main-body .identifier {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#okta-sign-in .siw-main-view .siw-main-body .identifier-container:before {
    content: url(../img/icons/identifier/user-icon.svg);
    padding-right: 4px;
    vertical-align: -20%
}

#okta-sign-in .siw-main-view .custom-checkbox {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

    #okta-sign-in .siw-main-view .custom-checkbox label {
        line-height: inherit
    }

#okta-sign-in .siw-main-view .o-form-explain.o-form-input-error {
    word-break: normal
}

#okta-sign-in .siw-main-footer .auth-footer {
    display: flex;
    flex-direction: column;
    max-width: 100%
}

    #okta-sign-in .siw-main-footer .auth-footer .link {
        word-wrap: break-word;
        padding: .3rem 0;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    #okta-sign-in .siw-main-footer .auth-footer .help-description .ov-enrollment-info {
        list-style: decimal;
        margin: 15px 0 15px 15px
    }

    #okta-sign-in .siw-main-footer .auth-footer.side-by-side-links {
        display: flex;
        flex-direction: row
    }

        #okta-sign-in .siw-main-footer .auth-footer.side-by-side-links .link {
            flex-basis: 50%
        }

            #okta-sign-in .siw-main-footer .auth-footer.side-by-side-links .link.js-skip-setup {
                color: #007cc0;
                order: 2;
                text-align: right
            }

    #okta-sign-in .siw-main-footer .auth-footer .privacy-footer p {
        margin-top: 20px
    }

#okta-sign-in .siw-main-footer .footer-info {
    border-top: 1px solid #ddd;
    display: flex;
    margin-top: 1rem;
    padding-top: 1rem
}

    #okta-sign-in .siw-main-footer .footer-info .signup-info {
        margin: 0 auto
    }

        #okta-sign-in .siw-main-footer .footer-info .signup-info span {
            padding: .3rem 0
        }

        #okta-sign-in .siw-main-footer .footer-info .signup-info .signup-link {
            padding-left: .3rem
        }

            #okta-sign-in .siw-main-footer .footer-info .signup-info .signup-link .link {
                color: #007cc0
            }

#okta-sign-in .siw-main-header {
    position: relative
}

    #okta-sign-in .siw-main-header .beacon-container {
        top: -183px;
        z-index: 10
    }

        #okta-sign-in .siw-main-header .beacon-container .auth-beacon-factor {
            cursor: auto
        }

#okta-sign-in .enter-auth-code-instead-link {
    display: block;
    margin: 25px auto;
    text-align: center
}

#okta-sign-in .custom-buttons .okta-verify-container .button, #okta-sign-in .sign-in-with-device-option .okta-verify-container, #okta-sign-in .sign-in-with-device-option .okta-webauthn-container, #okta-sign-in .sign-in-with-idp .okta-verify-container .button, #okta-sign-in .sign-in-with-webauthn-option .okta-verify-container, #okta-sign-in .sign-in-with-webauthn-option .okta-webauthn-container {
    text-align: center
}

#okta-sign-in .sign-in-with-idp .okta-idps-container .social-auth-button.link-button:last-of-type {
    margin-bottom: 0
}

#okta-sign-in .custom-buttons .okta-verify-container .signin-with-ov-description, #okta-sign-in .custom-buttons .okta-webauthn-container .signin-with-ov-description, #okta-sign-in .sign-in-with-device-option .okta-verify-container .signin-with-ov-description, #okta-sign-in .sign-in-with-device-option .okta-webauthn-container .signin-with-ov-description, #okta-sign-in .sign-in-with-idp .okta-verify-container .signin-with-ov-description, #okta-sign-in .sign-in-with-idp .okta-webauthn-container .signin-with-ov-description, #okta-sign-in .sign-in-with-webauthn-option .okta-verify-container .signin-with-ov-description, #okta-sign-in .sign-in-with-webauthn-option .okta-webauthn-container .signin-with-ov-description {
    margin-bottom: .83em
}

#okta-sign-in .custom-buttons .okta-verify-container .button, #okta-sign-in .custom-buttons .okta-webauthn-container .button, #okta-sign-in .sign-in-with-device-option .okta-verify-container .button, #okta-sign-in .sign-in-with-device-option .okta-webauthn-container .button, #okta-sign-in .sign-in-with-idp .okta-verify-container .button, #okta-sign-in .sign-in-with-idp .okta-webauthn-container .button, #okta-sign-in .sign-in-with-webauthn-option .okta-verify-container .button, #okta-sign-in .sign-in-with-webauthn-option .okta-webauthn-container .button {
    align-items: center;
    display: block;
    height: auto;
    line-height: 1.4;
    min-height: 50px;
    padding-bottom: 10px;
    padding-top: 15px;
    position: relative
}

#okta-sign-in .custom-buttons .separation-line, #okta-sign-in .sign-in-with-device-option .separation-line, #okta-sign-in .sign-in-with-idp .separation-line, #okta-sign-in .sign-in-with-webauthn-option .separation-line {
    -webkit-margin-before: .83em;
    -webkit-margin-after: .83em;
    display: block;
    font-size: 1.5em;
    margin-block-end: .83em;
    margin-block-start: .83em;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 1
}

    #okta-sign-in .custom-buttons .separation-line:before, #okta-sign-in .sign-in-with-device-option .separation-line:before, #okta-sign-in .sign-in-with-idp .separation-line:before, #okta-sign-in .sign-in-with-webauthn-option .separation-line:before {
        border-top: 1px solid #ddd;
        bottom: 0;
        content: "";
        font-size: 13px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: 55%;
        width: 100%;
        z-index: -1
    }

    #okta-sign-in .custom-buttons .separation-line span, #okta-sign-in .sign-in-with-device-option .separation-line span, #okta-sign-in .sign-in-with-idp .separation-line span, #okta-sign-in .sign-in-with-webauthn-option .separation-line span {
        background: #fff;
        color: #6e6e78;
        font-size: 13px;
        padding: 0 15px
    }

#okta-sign-in .o-form-button-bar .links-primary {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    margin-bottom: -1em;
    margin-top: 1.9em;
    max-width: 100%;
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

    #okta-sign-in .o-form-button-bar .links-primary .link {
        word-wrap: break-word;
        padding: .3rem 0
    }

#okta-sign-in .siw-main-view .siw-main-body a.resend-link {
    cursor: pointer
}

#okta-sign-in .siw-main-view .siw-main-body span.authenticator-verify-nickname, #okta-sign-in .siw-main-view .siw-main-body span.strong {
    color: #1d1d21;
    font-weight: 700;
    word-break: break-all
}

#okta-sign-in .siw-main-view .siw-main-body span.nowrap {
    white-space: nowrap
}

#okta-sign-in .siw-main-view .resend-email-view {
    margin-bottom: 15px;
    text-align: center
}

    #okta-sign-in .siw-main-view .resend-email-view .infobox {
        margin-bottom: 10px;
        text-align: left
    }

#okta-sign-in .siw-main-view .clearfix:after, #okta-sign-in .siw-main-view .clearfix:before {
    content: "";
    height: 102%;
    visibility: visible
}

#okta-sign-in .siw-main-view .infobox a {
    color: #007cc0
}

#okta-sign-in .siw-main-view .infobox strong {
    font-weight: 700
}

#okta-sign-in .siw-main-view .device-challenge-poll .o-form-fieldset-container {
    margin: 0 auto;
    text-align: center
}

    #okta-sign-in .siw-main-view .device-challenge-poll .o-form-fieldset-container .spinner {
        background: url(../img/ui/indicators/loader@1x.gif) no-repeat 50%;
        height: 38px;
        margin-top: 40px
    }

    #okta-sign-in .siw-main-view .device-challenge-poll .o-form-fieldset-container .credential-sso-extension, #okta-sign-in .siw-main-view .device-challenge-poll .o-form-fieldset-container .loopback-content {
        margin-bottom: 24px
    }

    #okta-sign-in .siw-main-view .device-challenge-poll .o-form-fieldset-container .universal-link-content .spinner {
        margin: 0 0 15px
    }

    #okta-sign-in .siw-main-view .device-challenge-poll .o-form-fieldset-container div + div, #okta-sign-in .siw-main-view .device-challenge-poll .o-form-fieldset-container p + p {
        margin-top: 10px
    }

#okta-sign-in .siw-main-view .device-challenge-poll .o-form-content .okta-form-subtitle {
    font-weight: 600;
    text-align: center
}

#okta-sign-in .siw-main-view .device-challenge-poll .skinny-content {
    margin: 20px auto 0;
    width: 88%
}

    #okta-sign-in .siw-main-view .device-challenge-poll .skinny-content .link {
        color: #007cc0
    }

#okta-sign-in .siw-main-view .device-challenge-poll .ul-button {
    margin-top: 20px
}

#okta-sign-in .siw-main-view .device-challenge-poll .highlight-text {
    font-weight: 700
}

#okta-sign-in .siw-main-view .device-challenge-poll .app-link-content {
    margin-bottom: 15px
}

    #okta-sign-in .siw-main-view .device-challenge-poll .app-link-content .spinner {
        margin-bottom: 30px
    }

#okta-sign-in .siw-main-view .device-challenge-poll .hide.button.link-button {
    display: none
}

#okta-sign-in .device-enrollment-terminal ol {
    counter-reset: decimal
}

    #okta-sign-in .device-enrollment-terminal ol li, #okta-sign-in .device-enrollment-terminal ul li {
        margin: 24px 0;
        padding-left: 24px
    }

        #okta-sign-in .device-enrollment-terminal ol li:before, #okta-sign-in .device-enrollment-terminal ul li:before {
            display: inline-block;
            left: 0;
            position: absolute;
            width: 20px
        }

        #okta-sign-in .device-enrollment-terminal ol li:before {
            content: counter(decimal) ". ";
            counter-increment: decimal
        }

        #okta-sign-in .device-enrollment-terminal ul li:before {
            content: "•"
        }

#okta-sign-in .device-enrollment-terminal .copy-clipboard-button {
    height: 44px;
    line-height: 44px;
    margin-top: 8px
}

#okta-sign-in .device-enrollment-terminal .copy-org-clipboard-button {
    text-align: center;
    width: 100%
}

#okta-sign-in .device-enrollment-terminal .download-ov-link {
    color: #007cc0
}

#okta-sign-in .device-enrollment-terminal .o-form-fieldset-container .explanation {
    margin: 24px 0
}

#okta-sign-in .device-enrollment-terminal .o-form-fieldset-container .o-form-label {
    font-weight: 400
}

#okta-sign-in .device-enrollment-terminal .o-form-fieldset-container .subtitle {
    font-weight: 700
}

#okta-sign-in .device-enrollment-terminal .o-form-fieldset-container .org-signin-link {
    font-weight: 600;
    margin: 10px 0
}

#okta-sign-in .device-enrollment-terminal .o-form-fieldset-container .semi-strong {
    font-weight: 600;
    word-break: break-word
}

#okta-sign-in .device-enrollment-terminal .o-form-fieldset-container .app-store-logo {
    background-position: 50%;
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    margin: auto
}

#okta-sign-in .device-enrollment-terminal .o-form-fieldset-container .android-app-store-logo {
    background-image: url(../img/appstore/google-play-store.svg)
}

#okta-sign-in .device-enrollment-terminal .o-form-fieldset-container .ios-app-store-logo {
    background-image: url(../img/appstore/apple-app-store.svg)
}

#okta-sign-in .device-enrollment-terminal .copy {
    color: #6e6e78;
    font-size: 10px;
    font-style: italic;
    margin-top: 16px
}

#okta-sign-in .siw-main-view .okta-form-subtitle {
    text-align: center
}

#okta-sign-in .siw-main-view .siw-main-body span.authenticator-verify-nickname {
    word-break: break-word
}

#okta-sign-in .authenticator-enroll-list .authenticator-description, #okta-sign-in .authenticator-enroll-list-container .authenticator-description {
    width: 100%
}

#okta-sign-in .authenticator-enroll-list .list-content .authenticator-list-title, #okta-sign-in .authenticator-enroll-list-container .list-content .authenticator-list-title {
    font-weight: 600;
    margin-bottom: 15px
}

#okta-sign-in .authenticator-enroll-list .list-content .authenticator-list-subtitle, #okta-sign-in .authenticator-enroll-list-container .list-content .authenticator-list-subtitle {
    margin-bottom: 15px
}

#okta-sign-in .authenticator-enroll-list .skip-all, #okta-sign-in .authenticator-enroll-list-container .skip-all {
    margin-bottom: 15px;
    text-align: center;
    width: 100%
}

#okta-sign-in .authenticator-enroll-list .authenticator-verify-list .authenticator-button {
    padding-top: 10px
}

@media only screen and (max-device-width:480px) {
    #okta-sign-in .authenticator-enroll-list .authenticator-verify-list .authenticator-button {
        margin-top: 10px;
        width: 100%
    }
}

#okta-sign-in .authenticator-enroll-list .authenticator-verify-list .authenticator-button .button {
    height: 30px;
    line-height: 28px;
    margin-top: 0;
    padding: 0 10px
}

@media only screen and (max-device-width:480px) {
    #okta-sign-in .authenticator-enroll-list .authenticator-verify-list .authenticator-button .button {
        text-align: center;
        width: 100%
    }
}

#okta-sign-in .authenticator-enrollment-nickname {
    text-overflow: ellipsis
}

#okta-sign-in .authenticator-verify-list .authenticator-description {
    align-items: center;
    display: flex;
    flex-direction: row
}

    #okta-sign-in .authenticator-verify-list .authenticator-description > div {
        margin: 0 5px
    }

    #okta-sign-in .authenticator-verify-list .authenticator-description .authenticator-button {
        padding: 0
    }

    #okta-sign-in .authenticator-verify-list .authenticator-description .authenticator-label {
        width: 175px
    }

    #okta-sign-in .authenticator-verify-list .authenticator-description .authenticator-label--small {
        line-height: 1
    }

#okta-sign-in .authenticator-row {
    align-items: center;
    display: flex;
    margin-bottom: 30px
}

    #okta-sign-in .authenticator-row .authenticator-usage-text {
        color: #6e6e78
    }

    #okta-sign-in .authenticator-row .authenticator-button {
        padding-top: 10px
    }

@media only screen and (max-device-width:480px) {
    #okta-sign-in .authenticator-row .authenticator-button {
        margin-top: 10px;
        width: 100%
    }
}

#okta-sign-in .authenticator-row .authenticator-button .button {
    height: 30px;
    line-height: 28px;
    margin-top: 0;
    padding: 0 10px
}

@media only screen and (max-device-width:480px) {
    #okta-sign-in .authenticator-row .authenticator-button .button {
        text-align: center;
        width: 100%
    }
}

#okta-sign-in .authenticator-row .authenticator-grace-period-text-container {
    display: inline-block
}

#okta-sign-in .authenticator-row .authenticator-grace-period-required-description {
    color: #966603
}

#okta-sign-in .authenticator-row .authenticator-grace-period-required-icon {
    display: inline-block;
    margin-right: 5px;
    margin-top: 2px;
    vertical-align: top
}

    #okta-sign-in .authenticator-row .authenticator-grace-period-required-icon:before {
        content: url(../img/ui/indicators/clock.png)
    }

#okta-sign-in .authenticator-row .authenticator-icon-container {
    align-self: flex-start;
    margin-right: 20px
}

#okta-sign-in .authenticator-row .authenticator-icon {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 38px 38px;
    border: 1px solid #ccc;
    border-radius: 50%;
    height: 38px;
    width: 38px
}

#okta-sign-in .authenticator-row .success-16-gray, #okta-sign-in .authenticator-row .success-16-green {
    flex-shrink: 0;
    height: 20px;
    line-height: 24px;
    width: 20px
}

    #okta-sign-in .authenticator-row .success-16-gray:before, #okta-sign-in .authenticator-row .success-16-green:before {
        font-size: 20px
    }

#okta-sign-in .siw-main-view .oie-enroll-webauthn .uv-required-callout, #okta-sign-in .siw-main-view .oie-verify-webauthn .uv-required-callout {
    border: none;
    margin: 20px 0;
    padding: 7px 9px 7px 20px !important
}

    #okta-sign-in .siw-main-view .oie-enroll-webauthn .uv-required-callout:before, #okta-sign-in .siw-main-view .oie-verify-webauthn .uv-required-callout:before {
        width: 10px
    }

#okta-sign-in .siw-main-view .oie-enroll-webauthn .okta-waiting-spinner, #okta-sign-in .siw-main-view .oie-verify-webauthn .okta-waiting-spinner {
    display: none
}

#okta-sign-in .siw-main-view .oie-enroll-webauthn .idx-webauthn-enroll-text, #okta-sign-in .siw-main-view .oie-enroll-webauthn .idx-webauthn-verify-text, #okta-sign-in .siw-main-view .oie-verify-webauthn .idx-webauthn-enroll-text, #okta-sign-in .siw-main-view .oie-verify-webauthn .idx-webauthn-verify-text {
    margin-bottom: 20px
}

#okta-sign-in .siw-main-view .oie-enroll-webauthn .setup-webauthn-residentkey-text, #okta-sign-in .siw-main-view .oie-verify-webauthn .setup-webauthn-residentkey-text {
    margin-bottom: 25px
}

    #okta-sign-in .siw-main-view .oie-enroll-webauthn .setup-webauthn-residentkey-text .setup-webauthn-residentkey-link, #okta-sign-in .siw-main-view .oie-verify-webauthn .setup-webauthn-residentkey-text .setup-webauthn-residentkey-link {
        color: #0074b3
    }

#okta-sign-in .oie-enroll-ov-poll .ov-info li:not(:last-child) {
    margin-bottom: 15px
}

#okta-sign-in .oie-enroll-ov-poll .qrcode-container {
    margin-bottom: 15px;
    text-align: center
}

    #okta-sign-in .oie-enroll-ov-poll .qrcode-container .qrcode {
        display: block;
        margin: 0 auto
    }

#okta-sign-in .oie-enroll-ov-poll .email-info, #okta-sign-in .oie-enroll-ov-poll .sms-info {
    margin-bottom: 15px
}

#okta-sign-in .oie-enroll-ov-poll .deviceBootstrap-info, #okta-sign-in .oie-enroll-ov-poll .qrcode-info, #okta-sign-in .oie-enroll-ov-poll .sameDevice-info {
    list-style: decimal;
    list-style-position: inside
}

    #okta-sign-in .oie-enroll-ov-poll .deviceBootstrap-info li:last-child, #okta-sign-in .oie-enroll-ov-poll .sameDevice-info li:last-child {
        margin-bottom: 10px
    }

#okta-sign-in .oie-enroll-ov-poll .sameDevice-setup {
    text-align: center
}

    #okta-sign-in .oie-enroll-ov-poll .sameDevice-setup.ov-enrollment-enabled {
        margin-top: -30px
    }

    #okta-sign-in .oie-enroll-ov-poll .sameDevice-setup ol {
        list-style: none
    }

    #okta-sign-in .oie-enroll-ov-poll .sameDevice-setup .ov-info {
        margin-bottom: 15px
    }

    #okta-sign-in .oie-enroll-ov-poll .sameDevice-setup .setup-button {
        margin: 15px auto;
        text-decoration: none;
        width: 100%
    }

    #okta-sign-in .oie-enroll-ov-poll .sameDevice-setup .download-ov-link, #okta-sign-in .oie-enroll-ov-poll .sameDevice-setup .orOnMobileLink {
        color: #0074b3;
        text-decoration: none
    }

#okta-sign-in .oie-enroll-ov-poll .app-store-logo {
    background-position: 50%;
    background-repeat: no-repeat;
    display: block;
    height: 50px;
    margin: 10px auto
}

#okta-sign-in .oie-enroll-ov-poll .android-app-store-logo {
    background-image: url(../img/appstore/google-play-store.svg)
}

#okta-sign-in .oie-enroll-ov-poll .ios-app-store-logo {
    background-image: url(../img/appstore/apple-app-store.svg);
    -webkit-transform: scale(1.4);
    transform: scale(1.4)
}

#okta-sign-in .oie-enroll-ov-poll .windows-app-store-logo {
    background-image: url(../img/appstore/windows-app-store.svg)
}

#okta-sign-in .oie-enroll-ov-poll .osx-app-store-logo {
    background-image: url(../img/appstore/osx-app-store.svg)
}

#okta-sign-in .oie-enroll-ov-poll .switch-channel-link {
    color: #0074b3
}

#okta-sign-in .oie-enroll-ov-poll .o-form-error-container > .infobox + .resend-ov-link-view {
    margin-top: 20px
}

#okta-sign-in .oie-enroll-ov-poll .copy-org-clipboard-button {
    height: 44px;
    line-height: 44px;
    margin-bottom: 15px;
    margin-left: 5%;
    margin-top: 15px;
    text-align: center;
    width: 90%
}

#okta-sign-in .oie-enroll-ov-poll .download-ov-link {
    color: #007cc0
}

#okta-sign-in .oie-enroll-ov-poll .explanation {
    margin-bottom: 12px;
    margin-top: -12px
}

#okta-sign-in .oie-enroll-ov-poll .closing {
    margin-bottom: 12px;
    margin-top: 12px
}

#okta-sign-in .oie-enroll-ov-poll .semi-strong {
    font-weight: 600;
    word-break: break-word
}

#okta-sign-in .oie-enroll-ov-data .country-code-label {
    min-width: 3rem;
    padding: .125rem 0 0;
    text-align: center;
    vertical-align: middle
}

#okta-sign-in .oie-enroll-ov-data .switch-channel-text {
    margin: -15px 0 20px
}

#okta-sign-in .oie-enroll-ov-data .switch-channel-link {
    color: #0074b3
}

#okta-sign-in .okta-verify-uv-callout-content {
    margin-bottom: 15px
}

    #okta-sign-in .okta-verify-uv-callout-content ul {
        list-style: inherit;
        margin-left: 20px
    }

#okta-sign-in .okta-verify-send-push-form .o-form-button-bar {
    padding-bottom: 10px
}

#okta-sign-in .okta-verify-push-challenge .o-form-fieldset:first-of-type {
    margin-top: 10px
}

#okta-sign-in .okta-verify-push-challenge .o-form-fieldset:last-of-type {
    margin-bottom: 0
}

#okta-sign-in .ov-same-device-enroll-text {
    margin: 0 0 20px;
    text-align: center
}

    #okta-sign-in .ov-same-device-enroll-text .ov-same-device-enroll-link {
        color: #0074b3
    }

#okta-sign-in .challenge-authenticator--duo form iframe, #okta-sign-in .enroll-authenticator--duo form iframe {
    height: 400px;
    width: 100%
}

#okta-sign-in .phone-authenticator-enroll .okta-form-subtitle {
    text-align: center
}

#okta-sign-in .phone-authenticator-enroll__phone-code {
    min-width: 3rem;
    padding: .125rem 0 0;
    text-align: center;
    vertical-align: middle
}

#okta-sign-in .phone-authenticator-enroll .hide {
    display: none
}

#okta-sign-in .phone-authenticator-challenge .okta-form-subtitle {
    text-align: center
}

    #okta-sign-in .phone-authenticator-challenge .okta-form-subtitle p {
        margin-top: 1rem
    }

#okta-sign-in .phone-authenticator-challenge__link {
    display: block;
    margin-top: 1rem;
    text-align: center;
    width: 100%
}

#okta-sign-in .phone-authenticator-challenge .hide {
    display: none
}

#okta-sign-in .password-authenticator--heading {
    margin-bottom: 1rem
}

#okta-sign-in .password-authenticator--list {
    list-style: outside;
    margin-bottom: 1rem;
    padding-left: 1rem
}

#okta-sign-in .oie-enroll-google-authenticator .google-authenticator-setup-info-title {
    margin-bottom: 15px;
    text-align: center
}

#okta-sign-in .oie-enroll-google-authenticator .qrcode-info-container {
    display: flex
}

#okta-sign-in .oie-enroll-google-authenticator .google-authenticator-setup-info {
    margin-right: 1rem
}

#okta-sign-in .oie-enroll-google-authenticator .qrcode-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px
}

    #okta-sign-in .oie-enroll-google-authenticator .qrcode-container .qrcode {
        border: 1px solid #ddd;
        border-radius: 3px;
        display: block;
        margin-bottom: 5px;
        max-width: 150px
    }

#okta-sign-in .oie-enroll-google-authenticator .google-authenticator-next.default-custom-button {
    margin-bottom: 25px;
    margin-top: 0
}

#okta-sign-in .oie-enroll-google-authenticator .shared-secret .o-form-input {
    width: 100%
}

    #okta-sign-in .oie-enroll-google-authenticator .shared-secret .o-form-input input {
        text-align: center
    }

#okta-sign-in .piv-cac-card .piv-verify-text {
    margin-top: 1rem
}

#okta-sign-in .siw-main-view .number-challenge-section {
    text-align: center
}

    #okta-sign-in .siw-main-view .number-challenge-section .phone {
        margin: 20px 0
    }

        #okta-sign-in .siw-main-view .number-challenge-section .phone .phone--body {
            background: #666;
            border-radius: 6px;
            display: inline-block;
            margin: 0 auto;
            padding: 14px 3px 0
        }

        #okta-sign-in .siw-main-view .number-challenge-section .phone .phone--screen {
            background: #e5edfb;
            min-width: 50px;
            padding: 20px 0
        }

        #okta-sign-in .siw-main-view .number-challenge-section .phone .phone--number {
            color: #1662dd;
            font-size: 25px;
            padding: 10px
        }

        #okta-sign-in .siw-main-view .number-challenge-section .phone .phone--home-button {
            background: #fff;
            border-radius: 50%;
            height: 10px;
            margin: 3px auto;
            width: 10px
        }

    #okta-sign-in .siw-main-view .number-challenge-section .challenge-number {
        font-weight: 700
    }

#okta-sign-in .enduser-email-consent .o-form-button-bar {
    display: flex
}

#okta-sign-in .enduser-email-consent--info {
    align-items: center;
    display: flex;
    margin-bottom: 1.5rem
}

#okta-sign-in .enduser-email-consent--icon {
    background-size: cover;
    height: 2rem;
    margin-right: 1rem;
    width: 2rem
}

#okta-sign-in .enduser-email-otp-only .o-form-button-bar {
    display: flex
}

#okta-sign-in .enduser-email-otp-only--info {
    align-items: center;
    display: flex;
    margin-bottom: .5rem;
    margin-top: .5rem
}

#okta-sign-in .enduser-email-otp-only--icon {
    background-size: cover;
    height: 2rem;
    margin-right: 1rem;
    width: 2rem
}

#okta-sign-in .enter-code-on-page {
    font-size: small;
    margin-bottom: 1.5rem;
    text-align: center
}

#okta-sign-in .otp-value {
    font-size: x-large;
    margin-bottom: 1rem;
    text-align: center
}

#okta-sign-in .otp-warning {
    color: #6e6e78;
    text-align: center
}

#okta-sign-in .device-code-terminal--icon-container {
    line-height: 1.5;
    margin: 0 0 25px;
    text-align: center
}

#okta-sign-in .device-code-terminal--icon {
    display: inline-block;
    width: 21px
}

#okta-sign-in .success-redirect .okta-waiting-spinner {
    margin-top: 24px
}

#okta-sign-in .siw-main-footer .captcha-footer {
    margin-top: 10px
}

    #okta-sign-in .siw-main-footer .captcha-footer .footer-text {
        color: #a7a7a7;
        font-size: 12px
    }

#okta-sign-in .grecaptcha-badge {
    z-index: 9999
}

#okta-sign-in .yubikey-demo {
    background: url(../img/icons/mfa/yubikeyDemo.png) no-repeat 50%;
    background-color: "red";
    background-size: contain;
    margin-bottom: 20px;
    min-height: 102px;
    width: 100%
}

#okta-sign-in .custom-access-denied-error-message .custom-links {
    display: flex;
    flex-direction: column;
    margin-left: 0
}

#okta-sign-in .end-user-remediation-messages-view > div:not(:last-child) {
    margin-bottom: 8px
}

#okta-sign-in .end-user-remediation-messages-view .end-user-remediation-options .end-user-remediation-option, #okta-sign-in .end-user-remediation-messages-view .end-user-remediation-title {
    font-weight: 700
}

    #okta-sign-in .end-user-remediation-messages-view .end-user-remediation-options .end-user-remediation-option:not(:first-child) {
        margin-top: 8px
    }

#okta-sign-in .end-user-remediation-messages-view .end-user-remediation-options .end-user-remediation-action {
    display: list-item;
    margin-left: 18px
}

#okta-sign-in .device-code-terminal .retry-button {
    display: block
}

@media only screen and (max-height:550px) {
    #okta-sign-in.can-remove-beacon .beacon-container {
        display: none
    }

    #okta-sign-in.can-remove-beacon .auth-content {
        padding-top: 20px
    }

    #okta-sign-in.can-remove-beacon .enroll-choices {
        padding-top: 15px
    }

    #okta-sign-in.can-remove-beacon .auth-header {
        padding: 30px 90px 25px
    }
}

#okta-sign-in .accessibility-text {
    display: block;
    height: 0;
    overflow: hidden
}

#okta-sign-in .focused-input, #okta-sign-in .link.help:focus, #okta-sign-in input[type=radio]:focus + label, #okta-sign-in input[type=text]:focus {
    box-shadow: 0 0 8px #51cbee
}

#okta-sign-in .o-form-button-bar.focused-input {
    margin-bottom: 25px;
    padding-bottom: 0
}

.qtip {
    font-size: 14px;
    line-height: 1.2
}

.qtip-custom .qtip-titlebar {
    background-color: transparent;
    border: 0;
    font-weight: 400
}

.qtip-title {
    word-break: break-all
}

.security-image-qtip.qtip-custom {
    font-size: 13px;
    line-height: 1.4;
    padding: 8px 8px 5px
}

    .security-image-qtip.qtip-custom canvas {
        margin-top: 2px
    }

    .security-image-qtip.qtip-custom .qtip-icon {
        background: transparent url(../img/icons/login/tooltip_close.png) no-repeat 50%;
        border: none;
        color: transparent;
        right: 2px;
        text-decoration: none;
        top: 4px
    }

        .security-image-qtip.qtip-custom .qtip-icon:hover {
            opacity: .5
        }

/*! Custom qtip styles, based on dark theme */ .qtip-custom {
    background-color: #4d4d4d;
    border-color: #303030;
    color: #f3f3f3;
    padding: 5px 8px 8px
}

    .qtip-custom.qtip-pos-bl {
        border-radius: 4px 4px 4px 0
    }

    .qtip-custom.qtip-pos-br {
        border-radius: 4px 4px 0
    }

    .qtip-custom .qtip-content {
        color: #f3f3f3
    }

    .qtip-custom .qtip-titlebar {
        background-color: #404040
    }

    .qtip-custom .qtip-icon {
        border-color: #444
    }

    .qtip-custom .qtip-titlebar .ui-state-hover {
        border-color: #303030
    }

    .qtip-custom .qtip-content ul {
        list-style: disc
    }

        .qtip-custom .qtip-content ul > li {
            color: #69882a;
            font-size: 20px
        }

            .qtip-custom .qtip-content ul > li span {
                color: #f3f3f3;
                font-size: 12px;
                vertical-align: middle
            }

.chzn-container {
    zoom: 1;
    display: block;
    float: left;
    position: relative;
    vertical-align: middle
}

    .chzn-container .chzn-drop {
        background: #fff;
        border: 1px solid #888;
        border-top: 0;
        -webkit-box-shadow: 0 1px 2px hsla(0,0%,69%,.15);
        -moz-box-shadow: 0 1px 2px hsla(0,0%,69%,.15);
        box-shadow: 0 1px 2px hsla(0,0%,69%,.15);
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -khtml-box-sizing: border-box;
        box-sizing: border-box;
        left: -9999px;
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 1010
    }

    .chzn-container.chzn-with-drop .chzn-drop {
        left: 0
    }

.chzn-container-single .chzn-single {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: block;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    padding: 0 0 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap
}

    .chzn-container-single .chzn-single:hover {
        border: 1px solid #888
    }

.chzn-container-single .chzn-default {
    color: #999
}

.chzn-container-single .chzn-single span {
    color: #333;
    display: block;
    margin-right: 26px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-shadow: 0 1px 0 #fff;
    white-space: nowrap
}

.chzn-container-single .chzn-single abbr {
    background: url(../img/ui/forms/chosen-sprite.png) -42px 1px no-repeat;
    display: block;
    font-size: 1px;
    height: 12px;
    position: absolute;
    right: 26px;
    top: 6px;
    width: 12px
}

    .chzn-container-single .chzn-single abbr:hover, .chzn-container-single.chzn-disabled .chzn-single abbr:hover {
        background-position: -42px -10px
    }

.chzn-container-single .chzn-single div {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 3px;
    width: 18px
}

    .chzn-container-single .chzn-single div b {
        background: url(../img/ui/forms/chosen-sprite.png) no-repeat 0 2px;
        display: block;
        height: 100%;
        width: 100%
    }

.chzn-container-single .chzn-search {
    margin: 0;
    padding: 3px 4px;
    position: relative;
    white-space: nowrap;
    z-index: 1010
}

    .chzn-container-single .chzn-search input {
        background: #fff url(../img/ui/forms/chosen-sprite.png) no-repeat 100% -20px;
        background: url(../img/ui/forms/chosen-sprite.png) no-repeat 100% -20px,-webkit-gradient(linear,0 0,0 100%,color-stop(1%,#eee),color-stop(15%,#fff));
        background: url(../img/ui/forms/chosen-sprite.png) no-repeat 100% -20px,-webkit-linear-gradient(top,#eee 1%,#fff 15%);
        background: url(../img/ui/forms/chosen-sprite.png) no-repeat 100% -20px,-moz-linear-gradient(top,#eee 1%,#fff 15%);
        background: url(../img/ui/forms/chosen-sprite.png) no-repeat 100% -20px,-o-linear-gradient(top,#eee 1%,#fff 15%);
        background: url(../img/ui/forms/chosen-sprite.png) no-repeat 100% -20px,linear-gradient(#eee 1%,#fff 15%);
        border: 1px solid #aaa;
        border-radius: 0;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -khtml-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 1em;
        margin: 1px 0;
        outline: 0;
        padding: 4px 20px 4px 5px;
        width: 100%
    }

.chzn-container-single .chzn-drop {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    margin-top: -1px
}

.chzn-container-single-nosearch .chzn-search {
    left: -9999px;
    position: absolute
}

.chzn-container-multi .chzn-choices {
    background-color: #fff;
    background-image: -webkit-gradient(linear,0 0,0 100%,color-stop(1%,#eee),color-stop(15%,#fff));
    background-image: -webkit-linear-gradient(top,#eee 1%,#fff 15%);
    background-image: -moz-linear-gradient(top,#eee 1%,#fff 15%);
    background-image: -o-linear-gradient(top,#eee 1%,#fff 15%);
    background-image: linear-gradient(#eee 1%,#fff 15%);
    border: 1px solid #aaa;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    cursor: text;
    height: auto !important;
    height: 1%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%
}

    .chzn-container-multi .chzn-choices li {
        float: left;
        list-style: none
    }

    .chzn-container-multi .chzn-choices .search-field {
        margin: 0;
        padding: 0;
        white-space: nowrap
    }

        .chzn-container-multi .chzn-choices .search-field input {
            background: transparent !important;
            border: 0 !important;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            color: #666;
            font-size: 100%;
            height: 15px;
            margin: 1px 0;
            outline: 0;
            padding: 5px
        }

        .chzn-container-multi .chzn-choices .search-field .default {
            color: #999
        }

    .chzn-container-multi .chzn-choices .search-choice {
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        background-image: -webkit-gradient(linear,0 0,0 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));
        background-image: -webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);
        background-image: -moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
        background-image: -o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
        background-image: linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);
        border: 1px solid #aaa;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: inset 0 0 2px #fff,0 1px 0 rgba(0,0,0,.05);
        -moz-box-shadow: inset 0 0 2px #fff,0 1px 0 rgba(0,0,0,.05);
        box-shadow: inset 0 0 2px #fff,0 1px 0 rgba(0,0,0,.05);
        color: #333;
        cursor: default;
        line-height: 13px;
        margin: 3px 0 3px 5px;
        padding: 3px 20px 3px 5px;
        position: relative
    }

        .chzn-container-multi .chzn-choices .search-choice, .chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
            background-color: #e4e4e4;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = "#f4f4f4",endColorstr = "#eeeeee",GradientType = 0)
        }

            .chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
                background-image: -webkit-gradient(linear,0 0,0 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));
                background-image: -webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);
                background-image: -moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
                background-image: -o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
                background-image: -ms-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
                background-image: linear-gradient(180deg,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);
                border: 1px solid #ccc;
                color: #666;
                padding-right: 5px
            }

    .chzn-container-multi .chzn-choices .search-choice-focus {
        background: #d4d4d4
    }

    .chzn-container-multi .chzn-choices .search-choice .search-choice-close {
        background: url(../img/ui/forms/chosen-sprite.png) -42px 1px no-repeat;
        display: block;
        font-size: 1px;
        height: 12px;
        position: absolute;
        right: 3px;
        top: 4px;
        width: 12px
    }

        .chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover, .chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
            background-position: -42px -10px
        }

.chzn-container .chzn-results {
    -webkit-overflow-scrolling: touch;
    margin: 3px 0 4px;
    max-height: 240px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: relative
}

.chzn-container-multi .chzn-results {
    margin: 0;
    padding: 0
}

.chzn-container .chzn-results li {
    border: solid #fff;
    border-width: 0 0 1px;
    display: none;
    line-height: 16px;
    list-style: none;
    margin: 0;
    padding: 7px 8px
}

.chzn-container .chzn-results .active-result {
    cursor: pointer;
    display: list-item
}

.chzn-container .chzn-results .highlighted {
    background: #f9f9f9
}

.chzn-container .chzn-results li em {
    background: #feffde;
    font-style: normal
}

.chzn-container .chzn-results .highlighted em {
    background: transparent
}

.chzn-container .chzn-results .no-results {
    background: #fff;
    display: list-item
}

.chzn-container .chzn-results .group-result {
    color: #999;
    cursor: default;
    font-weight: 700
}

.chzn-container .chzn-results .group-option {
    padding-left: 15px
}

.chzn-container-multi .chzn-drop .result-selected {
    display: none
}

.chzn-container .chzn-results-scroll {
    background: #fff;
    margin: 0 4px;
    position: absolute;
    text-align: center;
    width: 321px;
    z-index: 1
}

    .chzn-container .chzn-results-scroll span {
        display: inline-block;
        height: 17px;
        text-indent: -5000px;
        width: 9px
    }

.chzn-container .chzn-results-scroll-down {
    bottom: 0
}

    .chzn-container .chzn-results-scroll-down span {
        background: url(../img/ui/forms/chosen-sprite.png) no-repeat -4px -3px
    }

.chzn-container .chzn-results-scroll-up span {
    background: url(../img/ui/forms/chosen-sprite.png) no-repeat -22px -3px
}

.chzn-container-active.chzn-with-drop .chzn-single {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    background: #fff;
    border: 1px solid #888;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff
}

.chzn-container-active .chzn-single {
    border: 1px solid #888;
    -webkit-box-shadow: 0 1px 2px hsla(0,0%,69%,.3);
    -moz-box-shadow: 0 1px 2px hsla(0,0%,69%,.3);
    box-shadow: 0 1px 2px hsla(0,0%,69%,.3)
}

.chzn-container-active.chzn-with-drop .chzn-single div {
    background: transparent;
    border-left: none
}

    .chzn-container-active.chzn-with-drop .chzn-single div b {
        background-position: -18px 2px
    }

.chzn-container-active .chzn-choices {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-shadow: 0 0 5px rgba(0,0,0,.3)
}

    .chzn-container-active .chzn-choices .search-field input {
        color: #111 !important
    }

.chzn-disabled {
    cursor: default;
    opacity: .5 !important
}

    .chzn-disabled .chzn-choices .search-choice .search-choice-close, .chzn-disabled .chzn-single {
        cursor: default
    }

.chzn-rtl {
    text-align: right
}

    .chzn-rtl .chzn-single {
        overflow: visible;
        padding: 0 8px 0 0
    }

        .chzn-rtl .chzn-single span {
            direction: rtl;
            margin-left: 26px;
            margin-right: 0
        }

        .chzn-rtl .chzn-single div {
            left: 3px;
            right: auto
        }

        .chzn-rtl .chzn-single abbr {
            left: 26px;
            right: auto
        }

    .chzn-rtl .chzn-choices .search-field input {
        direction: rtl
    }

    .chzn-rtl .chzn-choices li {
        float: right
    }

    .chzn-rtl .chzn-choices .search-choice {
        margin: 3px 5px 3px 0;
        padding: 3px 5px 3px 19px
    }

        .chzn-rtl .chzn-choices .search-choice .search-choice-close {
            left: 4px;
            right: auto
        }

    .chzn-rtl .chzn-search {
        left: 9999px
    }

    .chzn-rtl.chzn-with-drop .chzn-search {
        left: 0
    }

    .chzn-rtl .chzn-drop {
        left: 9999px
    }

    .chzn-rtl.chzn-container-single .chzn-results {
        margin: 0 0 4px 4px;
        padding: 0 4px 0 0
    }

    .chzn-rtl .chzn-results .group-option {
        padding-left: 0;
        padding-right: 15px
    }

    .chzn-rtl.chzn-container-active.chzn-with-drop .chzn-single div {
        border-right: none
    }

    .chzn-rtl .chzn-search input {
        background: #fff url(../img/ui/forms/chosen-sprite.png) no-repeat -30px -20px;
        background: url(../img/ui/forms/chosen-sprite.png) no-repeat -30px -20px,-webkit-gradient(linear,0 0,0 100%,color-stop(1%,#eee),color-stop(15%,#fff));
        background: url(../img/ui/forms/chosen-sprite.png) no-repeat -30px -20px,-webkit-linear-gradient(top,#eee 1%,#fff 15%);
        background: url(../img/ui/forms/chosen-sprite.png) no-repeat -30px -20px,-moz-linear-gradient(top,#eee 1%,#fff 15%);
        background: url(../img/ui/forms/chosen-sprite.png) no-repeat -30px -20px,-o-linear-gradient(top,#eee 1%,#fff 15%);
        background: url(../img/ui/forms/chosen-sprite.png) no-repeat -30px -20px,linear-gradient(#eee 1%,#fff 15%);
        direction: rtl;
        padding: 4px 5px 4px 20px
    }

.chzn-container-single.chzn-rtl .chzn-single div b {
    background-position: 6px 2px
}

.chzn-container-single.chzn-rtl.chzn-with-drop .chzn-single div b {
    background-position: -12px 2px
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .chzn-container .chzn-results-scroll-down span, .chzn-container .chzn-results-scroll-up span, .chzn-container-multi .chzn-choices .search-choice .search-choice-close, .chzn-container-single .chzn-search input, .chzn-container-single .chzn-single abbr, .chzn-container-single .chzn-single div b, .chzn-rtl .chzn-search input {
        background-image: url(../img/ui/forms/chosen-sprite@2x.png) !important;
        background-repeat: no-repeat !important;
        background-size: 52px 37px !important
    }
}

.chzn-container.chzn-container-single-nosearch.closed .chzn-drop, .chzn-container.chzn-container-single.closed .chzn-drop {
    border: none;
    left: 0;
    margin-bottom: -35px;
    min-height: 36px;
    overflow: hidden;
    position: relative;
    top: -35px;
    z-index: 0
}

.chzn-container.chzn-container-single .chzn-single, .chzn-container.chzn-container-single-nosearch .chzn-single {
    z-index: 1
}

.chzn-container.chzn-container-single-nosearch.closed .chzn-drop .chzn-search, .chzn-container.chzn-container-single.closed .chzn-drop .chzn-search {
    left: 0;
    position: relative
}

    .chzn-container.chzn-container-single-nosearch.closed .chzn-drop .chzn-search input[type=text], .chzn-container.chzn-container-single.closed .chzn-drop .chzn-search input[type=text] {
        background-color: transparent;
        border: none;
        caret-color: transparent
    }

    .chzn-container.chzn-container-single-nosearch.closed .chzn-drop .chzn-search:after, .chzn-container.chzn-container-single.closed .chzn-drop .chzn-search:after {
        background: none
    }

.o-form-head {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 10px;
    text-align: center;
    text-transform: none
}

    .o-form-head + .o-form-explain {
        margin-bottom: 20px;
        text-align: center
    }

.o-form-button-bar {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0 0 25px
}

    .o-form-button-bar .button {
        display: block;
        height: 50px;
        width: 100%
    }

    .o-form-button-bar .button-success {
        position: absolute;
        text-align: center
    }

.o-form-theme {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0 0 14px
}

.o-form .o-form-fieldset:last-child {
    margin-bottom: 15px
}

.o-form .o-form-fieldset.margin-btm-0 {
    margin-bottom: 0
}

.o-form .o-form-label, .o-form input, .o-form label, .o-form textarea {
    font-size: 14px
}

.o-form .o-form-label {
    font-weight: 400
}

.o-form .o-form-label-inline + .input-fix input[type=text] {
    line-height: 27px
}

.o-form .input-fix, .o-form .textarea-fix {
    border: 1px solid #8c8c96;
    display: inline-block;
    float: left;
    height: 40px
}

    .o-form .input-fix input[disabled], .o-form .input-fix input[readonly], .o-form .textarea-fix input[disabled], .o-form .textarea-fix input[readonly] {
        background: #f4f4f4;
        border-radius: 3px;
        box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
        color: #6e6e78
    }

    .o-form .input-fix input, .o-form .textarea-fix input {
        background: none;
        border: none;
        box-shadow: none;
        font-size: 14px;
        line-height: 22px;
        padding: 8px
    }

@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2) {
    .o-form .input-fix input, .o-form .textarea-fix input {
        font-size: 15px
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) {
    .o-form .input-fix input, .o-form .textarea-fix input {
        font-size: 15px
    }
}

@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) {
    .o-form .input-fix input, .o-form .textarea-fix input {
        font-size: 15px
    }
}

@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) {
    .o-form .input-fix input, .o-form .textarea-fix input {
        font-size: 15px
    }
}

@media screen and (device-width:320px) and (device-height:640px) and (-webkit-device-pixel-ratio:2) {
    .o-form .input-fix input, .o-form .textarea-fix input {
        font-size: 15px
    }
}

@media screen and (device-width:360px) and (device-height:640px) and (-webkit-device-pixel-ratio:3) {
    .o-form .input-fix input, .o-form .textarea-fix input {
        font-size: 15px
    }
}

.o-form .input-fix input::-webkit-input-placeholder, .o-form .textarea-fix input::-webkit-input-placeholder {
    font-size: 14px;
    letter-spacing: 0
}

.o-form .input-fix input::-moz-placeholder, .o-form .textarea-fix input::-moz-placeholder {
    font-size: 14px
}

.o-form .input-fix input:-ms-input-placeholder, .o-form .textarea-fix input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 27px
}

.o-form .input-fix input:-webkit-autofill, .o-form .textarea-fix input:-webkit-autofill {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1000px #fff
}

.o-form .input-fix input[type=password], .o-form .textarea-fix input[type=password] {
    font-size: 14px
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2) {
    .o-form .input-fix input[type=password], .o-form .textarea-fix input[type=password] {
        font-size: 15px
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) {
    .o-form .input-fix input[type=password], .o-form .textarea-fix input[type=password] {
        font-size: 15px
    }
}

@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) {
    .o-form .input-fix input[type=password], .o-form .textarea-fix input[type=password] {
        font-size: 15px
    }
}

@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) {
    .o-form .input-fix input[type=password], .o-form .textarea-fix input[type=password] {
        font-size: 15px
    }
}

@media screen and (device-width:320px) and (device-height:640px) and (-webkit-device-pixel-ratio:2) {
    .o-form .input-fix input[type=password], .o-form .textarea-fix input[type=password] {
        font-size: 15px
    }
}

@media screen and (device-width:360px) and (device-height:640px) and (-webkit-device-pixel-ratio:3) {
    .o-form .input-fix input[type=password], .o-form .textarea-fix input[type=password] {
        font-size: 15px
    }
}

.o-form .input-fix .placeholder, .o-form .textarea-fix .placeholder {
    color: #aaa
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2) {
    .o-form .chzn-container-single .chzn-search input, .o-form select, .o-form select:focus {
        font-size: 15px
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) {
    .o-form .chzn-container-single .chzn-search input, .o-form select, .o-form select:focus {
        font-size: 15px
    }
}

@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) {
    .o-form .chzn-container-single .chzn-search input, .o-form select, .o-form select:focus {
        font-size: 15px
    }
}

@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) {
    .o-form .chzn-container-single .chzn-search input, .o-form select, .o-form select:focus {
        font-size: 15px
    }
}

@media screen and (device-width:320px) and (device-height:640px) and (-webkit-device-pixel-ratio:2) {
    .o-form .chzn-container-single .chzn-search input, .o-form select, .o-form select:focus {
        font-size: 15px
    }
}

@media screen and (device-width:360px) and (device-height:640px) and (-webkit-device-pixel-ratio:3) {
    .o-form .chzn-container-single .chzn-search input, .o-form select, .o-form select:focus {
        font-size: 15px
    }
}

.o-form .custom-checkbox label {
    font-size: 13px
}

.o-form .o-form-input input[name=nextPassCode], .o-form .o-form-input input[name=passCode] {
    font-family: Anonymous Pro,Andale Mono,Courier New,Courier,serif;
    font-size: 17px;
    letter-spacing: 1px
}

.o-form .o-form-input .o-form-control {
    position: relative
}

.o-form .o-form-input .input-icon, .o-form .o-form-input .input-tooltip {
    height: 16px;
    margin-top: -11px;
    position: absolute;
    top: 50%;
    width: 16px
}

    .o-form .o-form-input .input-icon + input, .o-form .o-form-input .input-icon + input + input, .o-form .o-form-input .input-tooltip + input, .o-form .o-form-input .input-tooltip + input + input {
        padding-right: 30px
    }

.o-form .o-form-input .input-icon {
    left: 10px;
    opacity: .25
}

    .o-form .o-form-input .input-icon + input, .o-form .o-form-input .input-icon + input + input {
        padding-left: 30px
    }

.o-form .o-form-input .input-tooltip {
    opacity: .5;
    right: 10px
}

.o-form-input-group .o-form-control {
    display: table-cell;
    float: none;
    white-space: nowrap
}

.form-divider {
    border-bottom: 1px solid #e8e8e8;
    clear: both;
    margin-bottom: 25px;
    padding-top: 5px
}

.chzn-container-single .chzn-single {
    border: 1px solid #8c8c96;
    border-radius: 3px;
    height: 38px;
    line-height: 38px
}

    .chzn-container-single .chzn-single div b {
        background-position: 0 6px
    }

.chzn-container-active.chzn-with-drop .chzn-single div b {
    background-position: -17px 7px
}

.custom-checkbox label {
    background-image: url(../img/ui/forms/checkbox-sign-in-widget.png);
    height: 30px
}

    .custom-checkbox label.focus {
        background-position: -16px -1013px
    }

        .custom-checkbox label.focus:before {
            background-position: -16px -1020px
        }

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx) {
    .custom-checkbox label {
        background-image: url(../img/ui/forms/checkbox-sign-in-widget@2x.png);
        background-size: 50px 1155px;
        height: 30px
    }
}

.chzn-container-active {
    background: transparent;
    border: 0;
    color: #6e6e78;
    font: inherit;
    font-family: Inter,montserrat-okta,Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

    .chzn-container-active a, .chzn-container-active abbr, .chzn-container-active acronym, .chzn-container-active address, .chzn-container-active applet, .chzn-container-active b, .chzn-container-active big, .chzn-container-active blockquote, .chzn-container-active caption, .chzn-container-active center, .chzn-container-active cite, .chzn-container-active code, .chzn-container-active dd, .chzn-container-active del, .chzn-container-active dfn, .chzn-container-active div, .chzn-container-active dl, .chzn-container-active dt, .chzn-container-active em, .chzn-container-active fieldset, .chzn-container-active form, .chzn-container-active h1, .chzn-container-active h2, .chzn-container-active h3, .chzn-container-active h4, .chzn-container-active h5, .chzn-container-active h6, .chzn-container-active i, .chzn-container-active iframe, .chzn-container-active img, .chzn-container-active ins, .chzn-container-active kbd, .chzn-container-active label, .chzn-container-active legend, .chzn-container-active li, .chzn-container-active object, .chzn-container-active ol, .chzn-container-active p, .chzn-container-active pre, .chzn-container-active q, .chzn-container-active s, .chzn-container-active samp, .chzn-container-active small, .chzn-container-active span, .chzn-container-active strike, .chzn-container-active strong, .chzn-container-active sub, .chzn-container-active sup, .chzn-container-active table, .chzn-container-active tbody, .chzn-container-active td, .chzn-container-active tfoot, .chzn-container-active th, .chzn-container-active thead, .chzn-container-active tr, .chzn-container-active tt, .chzn-container-active u, .chzn-container-active ul, .chzn-container-active var {
        background: transparent;
        border: 0;
        font-size: 100%;
        font: inherit;
        margin: 0;
        outline: 0;
        padding: 0;
        vertical-align: baseline
    }

.chzn-container:focus-within {
    border-color: #0074b3;
    box-shadow: 0 0 8px #51cbee
}

.skip-to-content-link {
    color: #007cc0;
    font-family: Inter,montserrat-okta,Arial,Helvetica,sans-serif;
    left: 10px;
    margin-top: 10px;
    padding: 10px;
    position: absolute;
    text-decoration: none;
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s
}

    .skip-to-content-link:active, .skip-to-content-link:hover, .skip-to-content-link:visited {
        color: #007cc0
    }

    .skip-to-content-link:hover {
        text-decoration: underline
    }

    .skip-to-content-link:focus {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    #okta-sign-in.auth-container {
        display: block
    }
}

#okta-sign-in.auth-container.main-container {
    color: #6e6e78;
    font-family: Inter,montserrat-okta,Arial,Helvetica,sans-serif
}

#okta-sign-in.auth-container h2, #okta-sign-in.auth-container h3 {
    color: #5e5e5e;
    font-weight: 600
}

#okta-sign-in.auth-container .okta-sign-in-header {
    color: #5e5e5e
}

#okta-sign-in.auth-container .okta-form-subtitle {
    color: #6e6e78
}

#okta-sign-in.auth-container .okta-form-label {
    color: #1d1d21;
    font-weight: 600
}

#okta-sign-in.auth-container .o-form-explain {
    padding-top: 0
}

    #okta-sign-in.auth-container .o-form-explain.okta-form-input-error {
        padding-top: 8px
    }

#okta-sign-in.auth-container .link, #okta-sign-in.auth-container .link:active, #okta-sign-in.auth-container .link:hover, #okta-sign-in.auth-container .link:link, #okta-sign-in.auth-container .link:visited {
    color: #6e6e78
}

#okta-sign-in.auth-container .inline-link, #okta-sign-in.auth-container .inline-link:active, #okta-sign-in.auth-container .inline-link:hover, #okta-sign-in.auth-container .inline-link:link, #okta-sign-in.auth-container .inline-link:visited {
    color: #0074b3
}

#okta-sign-in.auth-container input[type=button], #okta-sign-in.auth-container input[type=submit] {
    font-family: Inter,montserrat-okta,Arial,Helvetica,sans-serif
}

    #okta-sign-in.auth-container input[type=button]:focus, #okta-sign-in.auth-container input[type=submit]:focus {
        border-color: #0074b3;
        box-shadow: 0 0 8px #51cbee
    }

#okta-sign-in.auth-container.main-container {
    background-color: #fff;
    border-color: #ddd #ddd #d8d8d8;
    box-shadow: 0 2px 0 hsla(0,0%,69%,.12)
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2) {
    #okta-sign-in.auth-container.main-container {
        border-width: 0;
        box-shadow: none
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) {
    #okta-sign-in.auth-container.main-container {
        border-width: 0;
        box-shadow: none
    }
}

@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) {
    #okta-sign-in.auth-container.main-container {
        border-width: 0;
        box-shadow: none
    }
}

@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) {
    #okta-sign-in.auth-container.main-container {
        border-width: 0;
        box-shadow: none
    }
}

@media screen and (device-width:320px) and (device-height:640px) and (-webkit-device-pixel-ratio:2) {
    #okta-sign-in.auth-container.main-container {
        border-width: 0;
        box-shadow: none
    }
}

@media screen and (device-width:360px) and (device-height:640px) and (-webkit-device-pixel-ratio:3) {
    #okta-sign-in.auth-container.main-container {
        border-width: 0;
        box-shadow: none
    }
}

#okta-sign-in.auth-container.main-container .bg-helper {
    color: #fff
}

#okta-sign-in.auth-container.main-container .primary-auth .password-with-toggle {
    padding-right: 65px
}

#okta-sign-in.auth-container.main-container .o-form .o-form-input .o-form-control .input-icon-divider {
    border-right: 1px solid #8c8c96;
    height: 38px;
    position: absolute;
    right: 34px;
    top: 0
}

#okta-sign-in.auth-container.main-container .o-form .o-form-input .o-form-control.focused-input .input-icon-divider {
    border-right: 1px solid #0074b3
}

#okta-sign-in.auth-container.main-container .margin-btm-5 {
    margin-bottom: 5px
}

#okta-sign-in.auth-container.main-container .margin-btm-30 {
    margin-bottom: 30px
}

#okta-sign-in.auth-container.main-container .margin-top-30 {
    margin-top: 30px
}

#okta-sign-in.auth-container .okta-sign-in-header {
    border-bottom-color: #ddd
}

#okta-sign-in.auth-container .okta-sign-in-beacon-border {
    border-color: #a7a7a7
}

#okta-sign-in.auth-container .okta-form-divider {
    border-bottom-color: #e8e8e8
}

#okta-sign-in.auth-container .okta-webauthn-authenticator {
    background-image: url(../img/icons/mfa/webauthn_authenticator.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in.auth-container .okta-webauthn-authenticator {
        background-image: url(../img/icons/mfa/webauthn_authenticator@2x.png)
    }
}

#okta-sign-in.auth-container .okta-verify-authenticator {
    background-image: url(../img/icons/mfa/oktaVerify_authenticator.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in.auth-container .okta-verify-authenticator {
        background-image: url(../img/icons/mfa/oktaVerify_authenticator@2x.png)
    }
}

#okta-sign-in.auth-container .factor-icon, #okta-sign-in.auth-container .qrcode-image {
    border-color: #ccc
}

#okta-sign-in.auth-container .enroll-factor-row .mfa-okta-verify, #okta-sign-in.auth-container .mfa-okta-verify-30 {
    background-image: url(../img/icons/mfa/oktaVerify_38x38.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in.auth-container .enroll-factor-row .mfa-okta-verify, #okta-sign-in.auth-container .mfa-okta-verify-30 {
        background-image: url(../img/icons/mfa/oktaVerify_ico@2x.png)
    }
}

#okta-sign-in.auth-container .mfa-okta-verify {
    background-image: url(../img/icons/mfa/oktaVerify_70x70.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in.auth-container .mfa-okta-verify {
        background-image: url(../img/icons/mfa/oktaVerify@2x.png)
    }
}

#okta-sign-in.auth-container .enroll-factor-row .mfa-google-auth, #okta-sign-in.auth-container .mfa-google-auth-30 {
    background-image: url(../img/icons/mfa/googleAuth_38x38.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in.auth-container .enroll-factor-row .mfa-google-auth, #okta-sign-in.auth-container .mfa-google-auth-30 {
        background-image: url(../img/icons/mfa/googleAuth_ico@2x.png)
    }
}

#okta-sign-in.auth-container .mfa-google-auth {
    background-image: url(../img/icons/mfa/googleAuth_70x70.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in.auth-container .mfa-google-auth {
        background-image: url(../img/icons/mfa/googleAuth@2x.png)
    }
}

#okta-sign-in.auth-container .mfa-hotp, #okta-sign-in.auth-container .mfa-tac {
    background-image: url(../img/icons/mfa/hotpFactor_70x70.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in.auth-container .mfa-hotp, #okta-sign-in.auth-container .mfa-tac {
        background-image: url(../img/icons/mfa/hotpFactor@2x.png)
    }
}

#okta-sign-in.auth-container .mfa-hotp-30 {
    background-image: url(../img/icons/mfa/hotpFactor_38x38.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in.auth-container .mfa-hotp-30 {
        background-image: url(../img/icons/mfa/hotpFactor_ico@2x.png)
    }
}

#okta-sign-in.auth-container .enroll-factor-row .mfa-symantec, #okta-sign-in.auth-container .mfa-symantec-30 {
    background-image: url(../img/icons/mfa/symantec_38x38.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in.auth-container .enroll-factor-row .mfa-symantec, #okta-sign-in.auth-container .mfa-symantec-30 {
        background-image: url(../img/icons/mfa/symantec_ico@2x.png)
    }
}

#okta-sign-in.auth-container .mfa-symantec {
    background-image: url(../img/icons/mfa/symantec_70x70.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in.auth-container .mfa-symantec {
        background-image: url(../img/icons/mfa/symantec@2x.png)
    }
}

#okta-sign-in.auth-container .enroll-factor-row .mfa-rsa, #okta-sign-in.auth-container .mfa-rsa-30 {
    background-image: url(../img/icons/mfa/rsa_38x38.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in.auth-container .enroll-factor-row .mfa-rsa, #okta-sign-in.auth-container .mfa-rsa-30 {
        background-image: url(../img/icons/mfa/rsa_ico@2x.png)
    }
}

#okta-sign-in.auth-container .mfa-rsa {
    background-image: url(../img/icons/mfa/rsa_70x70.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in.auth-container .mfa-rsa {
        background-image: url(../img/icons/mfa/rsa@2x.png)
    }
}

#okta-sign-in.auth-container .enroll-factor-row .mfa-onprem, #okta-sign-in.auth-container .mfa-onprem-30 {
    background-image: url(../img/icons/mfa/onprem_38x38.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in.auth-container .enroll-factor-row .mfa-onprem, #okta-sign-in.auth-container .mfa-onprem-30 {
        background-image: url(../img/icons/mfa/onprem_ico@2x.png)
    }
}

#okta-sign-in.auth-container .mfa-onprem {
    background-image: url(../img/icons/mfa/onprem_70x70.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in.auth-container .mfa-onprem {
        background-image: url(../img/icons/mfa/onprem@2x.png)
    }
}

#okta-sign-in.auth-container .enroll-factor-row .mfa-duo, #okta-sign-in.auth-container .mfa-duo-30 {
    background-image: url(../img/icons/mfa/duo_38x38.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in.auth-container .enroll-factor-row .mfa-duo, #okta-sign-in.auth-container .mfa-duo-30 {
        background-image: url(../img/icons/mfa/duo_ico@2x.png)
    }
}

#okta-sign-in.auth-container .mfa-duo {
    background-image: url(../img/icons/mfa/duo_70x70.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in.auth-container .mfa-duo {
        background-image: url(../img/icons/mfa/duo@2x.png)
    }
}

#okta-sign-in.auth-container .enroll-factor-row .mfa-yubikey, #okta-sign-in.auth-container .mfa-yubikey-30 {
    background-image: url(../img/icons/mfa/yubico_38x38.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in.auth-container .enroll-factor-row .mfa-yubikey, #okta-sign-in.auth-container .mfa-yubikey-30 {
        background-image: url(../img/icons/mfa/yubico_ico@2x.png)
    }
}

#okta-sign-in.auth-container .mfa-yubikey {
    background-image: url(../img/icons/mfa/yubico_70x70.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in.auth-container .mfa-yubikey {
        background-image: url(../img/icons/mfa/yubico@2x.png)
    }
}

#okta-sign-in.auth-container .enroll-factor-row .mfa-okta-sms, #okta-sign-in.auth-container .mfa-sms-30 {
    background-image: url(../img/icons/mfa/sms_38x38.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in.auth-container .enroll-factor-row .mfa-okta-sms, #okta-sign-in.auth-container .mfa-sms-30 {
        background-image: url(../img/icons/mfa/sms_ico@2x.png)
    }
}

#okta-sign-in.auth-container .mfa-okta-sms {
    background-image: url(../img/icons/mfa/sms_70x70.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in.auth-container .mfa-okta-sms {
        background-image: url(../img/icons/mfa/sms@2x.png)
    }
}

#okta-sign-in.auth-container .enroll-factor-row .mfa-okta-call, #okta-sign-in.auth-container .mfa-call-30 {
    background-image: url(../img/icons/mfa/voicecall_38x38.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in.auth-container .enroll-factor-row .mfa-okta-call, #okta-sign-in.auth-container .mfa-call-30 {
        background-image: url(../img/icons/mfa/voicecall_ico@2x.png)
    }
}

#okta-sign-in.auth-container .mfa-okta-call {
    background-image: url(../img/icons/mfa/voicecall_70x70.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in.auth-container .mfa-okta-call {
        background-image: url(../img/icons/mfa/voicecall@2x.png)
    }
}

#okta-sign-in.auth-container .mfa-okta-phone {
    background-image: url(../img/icons/mfa/phone_70x70.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in.auth-container .mfa-okta-phone {
        background-image: url(../img/icons/mfa/phone@2x.png)
    }
}

#okta-sign-in.auth-container .enroll-factor-row .mfa-okta-email, #okta-sign-in.auth-container .mfa-email-30 {
    background-image: url(../img/icons/mfa/email_38x38.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in.auth-container .enroll-factor-row .mfa-okta-email, #okta-sign-in.auth-container .mfa-email-30 {
        background-image: url(../img/icons/mfa/email_ico@2x.png)
    }
}

#okta-sign-in.auth-container .mfa-okta-email {
    background-image: url(../img/icons/mfa/email_70x70.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in.auth-container .mfa-okta-email {
        background-image: url(../img/icons/mfa/email@2x.png)
    }
}

#okta-sign-in.auth-container .enroll-factor-row .mfa-okta-security-question, #okta-sign-in.auth-container .mfa-question-30 {
    background-image: url(../img/icons/mfa/question_38x38.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in.auth-container .enroll-factor-row .mfa-okta-security-question, #okta-sign-in.auth-container .mfa-question-30 {
        background-image: url(../img/icons/mfa/question_ico@2x.png)
    }
}

#okta-sign-in.auth-container .mfa-okta-security-question {
    background-image: url(../img/icons/mfa/question_70x70.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in.auth-container .mfa-okta-security-question {
        background-image: url(../img/icons/mfa/question@2x.png)
    }
}

#okta-sign-in.auth-container .mfa-password-30 {
    background-image: url(../img/icons/mfa/password_38x38.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in.auth-container .mfa-password-30 {
        background-image: url(../img/icons/mfa/password_ico@2x.png)
    }
}

#okta-sign-in.auth-container .enroll-factor-row .mfa-windows-hello, #okta-sign-in.auth-container .mfa-windows-hello-30 {
    background-image: url(../img/icons/mfa/windowsHello_38x38.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in.auth-container .enroll-factor-row .mfa-windows-hello, #okta-sign-in.auth-container .mfa-windows-hello-30 {
        background-image: url(../img/icons/mfa/windowsHello_ico@2x.png)
    }
}

#okta-sign-in.auth-container .mfa-windows-hello {
    background-image: url(../img/icons/mfa/windowsHello_70x70.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in.auth-container .mfa-windows-hello {
        background-image: url(../img/icons/mfa/windowsHello@2x.png)
    }
}

#okta-sign-in.auth-container .enroll-factor-row .mfa-u2f, #okta-sign-in.auth-container .mfa-u2f-30 {
    background-image: url(../img/icons/mfa/u2f_38x38.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in.auth-container .enroll-factor-row .mfa-u2f, #okta-sign-in.auth-container .mfa-u2f-30 {
        background-image: url(../img/icons/mfa/u2f_ico@2x.png)
    }
}

#okta-sign-in.auth-container .mfa-u2f {
    background-image: url(../img/icons/mfa/u2f_70x70.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in.auth-container .mfa-u2f {
        background-image: url(../img/icons/mfa/u2f@2x.png)
    }
}

#okta-sign-in.auth-container .mfa-okta-password {
    background-image: url(../img/icons/mfa/password_70x70.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in.auth-container .mfa-okta-password {
        background-image: url(../img/icons/mfa/password@2x.png)
    }
}

#okta-sign-in.auth-container .enroll-factor-row .mfa-custom-factor, #okta-sign-in.auth-container .mfa-custom-factor-30 {
    background-image: url(../img/icons/mfa/customFactor_38x38.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in.auth-container .enroll-factor-row .mfa-custom-factor, #okta-sign-in.auth-container .mfa-custom-factor-30 {
        background-image: url(../img/icons/mfa/customFactor_ico@2x.png)
    }
}

#okta-sign-in.auth-container .mfa-custom-factor {
    background-image: url(../img/icons/mfa/customFactor_70x70.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in.auth-container .mfa-custom-factor {
        background-image: url(../img/icons/mfa/customFactor@2x.png)
    }
}

#okta-sign-in.auth-container .enroll-factor-row .mfa-webauthn, #okta-sign-in.auth-container .mfa-webauthn-30 {
    background-image: url(../img/icons/mfa/webauthn_38x38.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in.auth-container .enroll-factor-row .mfa-webauthn, #okta-sign-in.auth-container .mfa-webauthn-30 {
        background-image: url(../img/icons/mfa/webauthn_ico@2x.png)
    }
}

#okta-sign-in.auth-container .mfa-webauthn {
    background-image: url(../img/icons/mfa/webauthn_70x70.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in.auth-container .mfa-webauthn {
        background-image: url(../img/icons/mfa/webauthn@2x.png)
    }
}

#okta-sign-in.auth-container .mfa-custom-app-logo {
    background-image: url(../img/icons/mfa/custom-app-default-logo.svg);
    background-size: 70%
}

    #okta-sign-in.auth-container .mfa-custom-app-logo.custom-logo {
        background-size: contain
    }

#okta-sign-in.auth-container .icon--app {
    background-image: url(../img/icons/mfa/app_70x70.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in.auth-container .icon--app {
        background-image: url(../img/icons/mfa/app_76x76.png)
    }
}

#okta-sign-in.auth-container .icon--desktop {
    background-image: url(../img/icons/mfa/desktop_70x70.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in.auth-container .icon--desktop {
        background-image: url(../img/icons/mfa/desktop_76x76.png)
    }
}

#okta-sign-in.auth-container .icon--smartphone {
    background-image: url(../img/icons/mfa/smartphone_70x70.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in.auth-container .icon--smartphone {
        background-image: url(../img/icons/mfa/smartphone_76x76.png)
    }
}

#okta-sign-in.auth-container .icon--location {
    background-image: url(../img/icons/mfa/location_70x70.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in.auth-container .icon--location {
        background-image: url(../img/icons/mfa/location_76x76.png)
    }
}

#okta-sign-in.auth-container .mfa-smartcard, #okta-sign-in.auth-container .smartcard {
    background-image: url(../img/icons/login/smartcard_70x70.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #okta-sign-in.auth-container .mfa-smartcard, #okta-sign-in.auth-container .smartcard {
        background-image: url(../img/icons/login/smartcard@2x.png)
    }
}

#okta-sign-in.auth-container .mfa-idv-persona {
    background-image: url(../img/icons/login/persona.svg)
}

#okta-sign-in.auth-container .mfa-idv-clear {
    background-image: url(../img/icons/login/clear.svg)
}

#okta-sign-in.auth-container .mfa-idv-incode {
    background-image: url(../img/icons/login/incode.svg)
}

#okta-sign-in.auth-container .button {
    background-color: #fbfbfb;
    background: -o-linear-gradient(top,#fbfbfb 0,#f8f8f8 100%);
    background: -ms-linear-gradient(top,#fbfbfb 0,#f8f8f8 100%);
    background: linear-gradient(#fbfbfb,#f8f8f8);
    border-color: #c3c3c3 #c3c3c3 #bbb;
    box-shadow: 0 1px 0 rgba(0,0,0,.05),inset 0 1px 0 0 hsla(0,0%,100%,.1);
    color: #1d1d21
}

    #okta-sign-in.auth-container .button:active, #okta-sign-in.auth-container .button:focus, #okta-sign-in.auth-container .button:hover {
        background-color: #fff;
        background: -o-linear-gradient(top,#fff 0,#fcfcfc 100%);
        background: -ms-linear-gradient(top,#fff 0,#fcfcfc 100%);
        background-image: linear-gradient(#fff,#fcfcfc);
        border-color: #b2b2b2 #b2b2b2 #afafaf;
        box-shadow: none;
        cursor: pointer;
        text-decoration: none
    }

    #okta-sign-in.auth-container .button:focus {
        border-color: #0074b3
    }

#okta-sign-in.auth-container .button-dark {
    background-color: #929292;
    background: -o-linear-gradient(top,#929292 0,#8a8a8a 100%);
    background: -ms-linear-gradient(top,#929292 0,#8a8a8a 100%);
    background: linear-gradient(#929292,#8a8a8a);
    border-color: #6c6c6c #6c6c6c #676767;
    box-shadow: 0 1px 0 rgba(0,0,0,.15),inset 0 1px 0 0 hsla(0,0%,100%,.1);
    color: #fff
}

    #okta-sign-in.auth-container .button-dark:active, #okta-sign-in.auth-container .button-dark:focus, #okta-sign-in.auth-container .button-dark:hover {
        background-color: #9a9a9a;
        background: -o-linear-gradient(top,#9a9a9a 0,#929292 100%);
        background: -ms-linear-gradient(top,#9a9a9a 0,#929292 100%);
        background-image: linear-gradient(#9a9a9a,#929292);
        border-color: #606060 #606060 #5e5e5e;
        box-shadow: none;
        cursor: pointer;
        text-decoration: none
    }

#okta-sign-in.auth-container .button-primary {
    background-color: #007dc1;
    background: -o-linear-gradient(top,#007dc1 0,#0073b2 100%);
    background: -ms-linear-gradient(top,#007dc1 0,#0073b2 100%);
    background: linear-gradient(#007dc1,#0073b2);
    border-color: #004b75 #004b75 #00456a;
    box-shadow: 0 1px 0 rgba(0,0,0,.15),inset 0 1px 0 0 hsla(0,0%,100%,.1);
    color: #fff
}

    #okta-sign-in.auth-container .button-primary:active, #okta-sign-in.auth-container .button-primary:focus, #okta-sign-in.auth-container .button-primary:hover {
        background-color: #0087d0;
        background: -o-linear-gradient(top,#0087d0 0,#007dc1 100%);
        background: -ms-linear-gradient(top,#0087d0 0,#007dc1 100%);
        background-image: linear-gradient(#0087d0,#007dc1);
        border-color: #003d5e #003d5e #003a59;
        box-shadow: none;
        cursor: pointer;
        text-decoration: none
    }

#okta-sign-in.auth-container .button-success {
    background-color: #4cbf9c;
    background: -o-linear-gradient(top,#4cbf9c 0,#42b995 100%);
    background: -ms-linear-gradient(top,#4cbf9c 0,#42b995 100%);
    background: linear-gradient(#4cbf9c,#42b995);
    border-color: #328c71 #328c71 #2f856b;
    box-shadow: 0 1px 0 rgba(0,0,0,.15),inset 0 1px 0 0 hsla(0,0%,100%,.1);
    color: #fff
}

    #okta-sign-in.auth-container .button-success:active, #okta-sign-in.auth-container .button-success:focus, #okta-sign-in.auth-container .button-success:hover {
        background-color: #57c3a2;
        background: -o-linear-gradient(top,#57c3a2 0,#4cbf9c 100%);
        background: -ms-linear-gradient(top,#57c3a2 0,#4cbf9c 100%);
        background-image: linear-gradient(#57c3a2,#4cbf9c);
        border-color: #2c7b63 #2c7b63 #2b7861;
        box-shadow: none;
        cursor: pointer;
        text-decoration: none
    }

#okta-sign-in.auth-container .button.link-button-disabled {
    color: #aaa
}

    #okta-sign-in.auth-container .button.link-button-disabled:active, #okta-sign-in.auth-container .button.link-button-disabled:focus, #okta-sign-in.auth-container .button.link-button-disabled:hover {
        background-image: none;
        cursor: default
    }

#okta-sign-in.auth-container .button.button-primary.link-button-disabled {
    background-color: #63b1d7;
    background-image: none;
    border-color: #63b1d7;
    box-shadow: none;
    color: #fff
}

    #okta-sign-in.auth-container .button.button-primary.link-button-disabled:active, #okta-sign-in.auth-container .button.button-primary.link-button-disabled:focus, #okta-sign-in.auth-container .button.button-primary.link-button-disabled:hover {
        background-image: none;
        cursor: default
    }

#okta-sign-in.auth-container .icon-button {
    background-color: #fff;
    background: -o-linear-gradient(top,#fff 0,#fff 100%);
    background: -ms-linear-gradient(top,#fff 0,#fff 100%);
    background: linear-gradient(#fff,#fff);
    border-color: #c4c4c4 #c4c4c4 #bdbdbd;
    color: #1d1d21
}

    #okta-sign-in.auth-container .icon-button:active, #okta-sign-in.auth-container .icon-button:focus, #okta-sign-in.auth-container .icon-button:hover {
        background-color: #fff;
        background: -o-linear-gradient(top,#fff 0,#fff 100%);
        background: -ms-linear-gradient(top,#fff 0,#fff 100%);
        background-image: linear-gradient(#fff,#fff);
        border-color: #b3b3b3 #b3b3b3 #afafaf;
        cursor: pointer;
        text-decoration: none
    }

#okta-sign-in.auth-container .okta-dropdown-list {
    border-color: #1d1d21
}

#okta-sign-in.auth-container .factors-dropdown-wrap .okta-dropdown-list {
    border-color: #ccc;
    border-color: rgba(0,0,0,.2)
}

#okta-sign-in.auth-container .okta-dropdown-option.dropdown-list-title:hover {
    background: transparent
}

#okta-sign-in.auth-container .okta-dropdown-option a {
    color: #1d1d21
}

#okta-sign-in.auth-container .enroll-required-factor-list .enroll-factor-row-min .enroll-factor-description h3 {
    color: #6e6e78
}

#okta-sign-in.auth-container .okta-form-input-field {
    background-color: #fff;
    border-color: #8c8c96
}

    #okta-sign-in.auth-container .okta-form-input-field:hover {
        border-color: #1d1d21
    }

    #okta-sign-in.auth-container .okta-form-input-field.focused-input {
        border-color: #0074b3
    }

    #okta-sign-in.auth-container .okta-form-input-field input {
        color: #1d1d21;
        font-family: Inter,montserrat-okta,Arial,Helvetica,sans-serif
    }

        #okta-sign-in.auth-container .okta-form-input-field input::-webkit-input-placeholder {
            color: #aaa;
            font-family: Inter,montserrat-okta,Arial,Helvetica,sans-serif
        }

        #okta-sign-in.auth-container .okta-form-input-field input::-moz-placeholder {
            color: #aaa;
            font-family: Inter,montserrat-okta,Arial,Helvetica,sans-serif
        }

        #okta-sign-in.auth-container .okta-form-input-field input:-ms-input-placeholder {
            color: #aaa;
            font-family: Inter,montserrat-okta,Arial,Helvetica,sans-serif
        }

        #okta-sign-in.auth-container .okta-form-input-field input[disabled] {
            -webkit-text-fill-color: #6e6e78;
            color: #6e6e78
        }

        #okta-sign-in.auth-container .okta-form-input-field input[type=password] {
            font-family: Verdana,sans-serif
        }

            #okta-sign-in.auth-container .okta-form-input-field input[type=password]:-moz-placeholder-shown {
                font-family: Inter,montserrat-okta,Arial,Helvetica,sans-serif
            }

            #okta-sign-in.auth-container .okta-form-input-field input[type=password]:-ms-input-placeholder {
                font-family: Inter,montserrat-okta,Arial,Helvetica,sans-serif
            }

            #okta-sign-in.auth-container .okta-form-input-field input[type=password]:placeholder-shown {
                font-family: Inter,montserrat-okta,Arial,Helvetica,sans-serif
            }

    #okta-sign-in.auth-container .okta-form-input-field placeholder {
        color: #aaa;
        font-family: Inter,montserrat-okta,Arial,Helvetica,sans-serif
    }

#okta-sign-in.auth-container .input-icon:before, #okta-sign-in.auth-container .input-tooltip:before {
    color: #a7a7a7
}

#okta-sign-in.auth-container .chzn-single {
    background-color: #fff;
    border-color: #8c8c96
}

    #okta-sign-in.auth-container .chzn-single span {
        color: #6e6e78
    }

    #okta-sign-in.auth-container .chzn-single:hover {
        border-color: #1d1d21
    }

#okta-sign-in.auth-container .chzn-with-drop .chzn-drop, #okta-sign-in.auth-container .chzn-with-drop .chzn-single {
    background-color: #fff;
    border-color: #1d1d21
}

#okta-sign-in.auth-container .enroll-sms .infobox b {
    font-weight: 700
}

#okta-sign-in.auth-container .enroll-call .infobox b {
    font-weight: 700
}

#okta-sign-in.auth-container .mfa-verify-passcode .infobox b {
    font-weight: 700
}

.okta-tooltip.qtip-custom {
    font-family: Inter,montserrat-okta,Arial,Helvetica,sans-serif
}

.okta-sign-in-security-image-tooltip.qtip-custom {
    font-family: Inter,montserrat-okta,Arial,Helvetica,sans-serif
}

@media only screen and (max-width:600px) {
    .login-bg-image {
        background-color: #fff !important;
        background-image: none !important;
        -webkit-filter: unset !important;
        filter: unset !important
    }

    #okta-sign-in.auth-container {
        margin-left: 0;
        margin-right: 0;
        width: auto
    }

        #okta-sign-in.auth-container.main-container {
            border: 0;
            box-shadow: none
        }

        #okta-sign-in.auth-container .auth-content {
            margin: 0 auto;
            max-width: 316px
        }
}

/*# sourceMappingURL=okta-sign-in.min.css.map*/
