/* Minification failed. Returning unminified contents.
(5,54): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(12,48): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(19,57): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(26,53): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(33,58): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(40,61): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(47,55): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(54,64): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(61,60): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(68,65): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
 */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: url(/WebSTS/Content/OpenSans/Open Sans Light.woff) format("woff");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: url(/WebSTS/Content/OpenSans/Open Sans.woff) format("woff");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: url(/WebSTS/Content/OpenSans/Open Sans Semibold.woff) format("woff");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: url(/WebSTS/Content/OpenSans/Open Sans Bold.woff) format("woff");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 800;
    src: url(/WebSTS/Content/OpenSans/Open Sans Extrabold.woff) format("woff");
}

@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 300;
    src: url(/WebSTS/Content/OpenSans/Open Sans Light Italic.woff) format("woff");
}

@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 400;
    src: url(/WebSTS/Content/OpenSans/Open Sans Italic.woff) format("woff");
}

@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 600;
    src: url(/WebSTS/Content/OpenSans/Open Sans Semibold Italic.woff) format("woff");
}

@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 700;
    src: url(/WebSTS/Content/OpenSans/Open Sans Bold Italic.woff) format("woff");
}

@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 800;
    src: url(/WebSTS/Content/OpenSans/Open Sans Extrabold Italic.woff) format("woff");
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    margin: 0 0 0 0;
    height: 100%;
    width: 100%;
    position: absolute;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 0;
}

.header {
    width: 100%;
    height: 50px;
    line-height: 1.428;
}

    .header .brand {
        width: 20%;
        min-width: 148px;
        max-width: 178px;
        padding-bottom: 13px;
        height: 24px;
        float: left;
    }

        .header .brand .logo {
            width: 158px;
            height: 48px;
            margin-left: auto;
            margin-right: auto;
            float: right;
        }

    .header .help {
        float: right;
        padding-top: 17px;
        padding-bottom: 17px;
        height: 16px;
        max-width: 56px;
        min-width: 26px;
        width: 10%;
    }

        .header .help .help-icon {
            height: 16px;
            width: 16px;
            background: url(/WebSTS/Images/lfds-icon-sprite.png);
            background-position: -32px 0;
        }

    .header .test-mode-text {
        padding: 15px;
        display: none;
        color: #fff;
    }

.icon-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 260px;
    text-align: center;
}

    .icon-container .icon-label {
        margin-top: 10px;
    }

    .icon-container .lf-icon {
        vertical-align: middle;
        background-repeat: no-repeat;
        display: block;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        text-indent: -9999px;
        width: 48px;
        height: 48px;
        background-size: 48px 48px;
        background: url(/WebSTS/Images/L-icon.svg);
    }

.title-container {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.container {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 15%;
    line-height: 1.428;
}

    .container .alert {
        margin-left: auto;
        margin-right: auto;
        max-width: 342px;
        text-align: center;
        background-color: #ff5963;
        color: #000;
        padding: 7px 14px 7px 14px;
        margin-bottom: 20px;
        text-shadow: 0 1px 0 rgba(255,255,255,.5);
        border: 1px solid #eed3d7;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        visibility: hidden;
        line-height: 14px;
    }

        .container .alert.alert-warning {
            background-color: #ffb600;
            border-color: #f08300;
            color: #c09853;
        }

    .container .centered-link {
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: center;
        text-decoration: inherit;
    }

    .container .login-form {
        margin-left: auto;
        margin-right: auto;
        max-width: 350px;
        border: 1px solid #e0e0e0;
        overflow: hidden;
        text-align: left;
        background: #fcfcfc;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    }

        .container .login-form input[type="checkbox"] {
            float: left;
            -webkit-appearance: none;
            height: 12px;
            width: 12px;
            border: solid 1px #6d6d6d;
            border-radius: 2px;
            transition: background-color 140ms,border-color 140ms;
            margin-right: 5px;
        }

        .container .login-form input[type="number"] {
            -moz-appearance: textfield;
        }

            .container .login-form input[type="number"]::-webkit-inner-spin-button, .container .login-form input[type="number"]::-webkit-outer-spin-button {
                -webkit-appearance: none;
                margin: 0;
            }

        .container .login-form input[type="checkbox"]:checked {
            background-color: #6d6d6d;
            border-color: #6d6d6d;
            background-image: url(/WebSTS/Images/checkmark.svg);
        }

        .container .login-form .form-contents {
            text-align: left;
            margin-left: auto;
            margin-right: auto;
            max-width: 82.353%;
            padding-top: 20px;
        }

            .container .login-form .form-contents .form-entry {
                margin-bottom: 20px;
                width: 100%;
            }

                .container .login-form .form-contents .form-entry label span {
                    display: block;
                    margin-left: 11px;
                }

                .container .login-form .form-contents .form-entry .form-entry-value {
                    width: inherit;
                    height: 30px;
                    margin: 0;
                    margin-bottom: 1px;
                    padding-left: 10px;
                    *overflow: visible;
                    font-family: "Open Sans",Helvetica,Arial,sans-serif;
                    display: inline-block;
                    font-size: 12px;
                    line-height: 20px;
                    color: #555;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px;
                    border-radius: 3px;
                    vertical-align: middle;
                    background-color: #fff;
                    border: 1px solid #ccc;
                    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
                    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
                    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
                    -webkit-transition: border linear .2s,box-shadow linear .2s;
                    -moz-transition: border linear .2s,box-shadow linear .2s;
                    -o-transition: border linear .2s,box-shadow linear .2s;
                    transition: border linear .2s,box-shadow linear .2s;
                }

                    .container .login-form .form-contents .form-entry .form-entry-value::-moz-focus-inner {
                        padding: 0;
                        border: 0;
                    }

                    .container .login-form .form-contents .form-entry .form-entry-value:focus {
                        border-color: rgba(82,168,236,.8);
                        outline: 0;
                        outline: thin dotted \9;
                        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
                        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
                        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
                    }

                        .container .login-form .form-contents .form-entry .form-entry-value:focus:invalid {
                            color: #b94a48;
                            border-color: #ee5f5b;
                        }

                            .container .login-form .form-contents .form-entry .form-entry-value:focus:invalid:focus {
                                border-color: #e9322d;
                                -webkit-box-shadow: 0 0 6px #f8b9b7;
                                -moz-box-shadow: 0 0 6px #f8b9b7;
                                box-shadow: 0 0 6px #f8b9b7;
                            }

                .container .login-form .form-contents .form-entry .dropdown {
                    padding-left: 5px;
                }

                .container .login-form .form-contents .form-entry .remember-checkbox {
                    vertical-align: middle;
                    cursor: pointer;
                    margin: 0 0 0 0;
                }

                .container .login-form .form-contents .form-entry .remember-checkbox-value {
                    vertical-align: middle;
                    display: inline-block;
                    color: #555;
                    margin: 0;
                    font-size: 13px;
                    cursor: pointer;
                }

                .container .login-form .form-contents .form-entry .login-button {
                    width: 100%;
                    height: 30px;
                    cursor: pointer;
                    color: #fff;
                    background-color: #0069ba;
                    border: 1px solid #0069ba;
                    display: inline-block;
                    *display: inline;
                    *zoom: 1;
                    padding: 4px 12px;
                    line-height: 20px;
                    text-align: center;
                    vertical-align: middle;
                    *border: 0;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px;
                    border-radius: 4px;
                    *margin-left: .3em;
                    font-family: inherit;
                    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
                    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
                    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
                }

                    .container .login-form .form-contents .form-entry .login-button.saml {
                        background-color: #0069ba;
                        border: 1px solid #0069ba;
                    }

                    .container .login-form .form-contents .form-entry .login-button:focus {
                        text-decoration: none;
                        background-position: 0 -15px;
                        outline: thin dotted #333;
                        outline: 5px auto -webkit-focus-ring-color;
                        outline-offset: -2px;
                        background-color: #35a986;
                        border-color: #35a986;
                    }

                        .container .login-form .form-contents .form-entry .login-button:focus.saml {
                            background-color: #007db1;
                            border-color: #007db1;
                        }

                    .container .login-form .form-contents .form-entry .login-button:active {
                        background-image: none;
                        outline: 0;
                        background-color: #0065a4;
                        border-color: #0065a4;
                        box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
                        -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
                        -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
                    }

                        .container .login-form .form-contents .form-entry .login-button:active.saml {
                            background-color: #0065a4;
                            border-color: #0065a4;
                        }

                    .container .login-form .form-contents .form-entry .login-button[disabled] {
                        background-color: #cfe5f8;
                        border-color: #cfe5f8;
                        cursor: default;
                        background-image: none;
                        opacity: .65;
                        filter: alpha(opacity=65);
                        box-shadow: none;
                        border: 0;
                    }

                    .container .login-form .form-contents .form-entry .login-button[aria-disabled="true"] {
                        background-color: #cfe5f8;
                        border-color: #cfe5f8;
                        cursor: default;
                        background-image: none;
                        opacity: .65;
                        filter: alpha(opacity=65);
                        box-shadow: none;
                        border: 0;
                        pointer-events: none;
                    }

                .container .login-form .form-contents .form-entry .forgot {
                    text-decoration: none;
                    color: #0069ba;
                    vertical-align: middle;
                    cursor: pointer;
                }

                    .container .login-form .form-contents .form-entry .forgot:visited {
                        color: #0069ba;
                    }

                .container .login-form .form-contents .form-entry .agreement-link {
                    text-decoration: none;
                    color: #0069ba;
                    cursor: pointer;
                }

                    .container .login-form .form-contents .form-entry .agreement-link:visited {
                        color: #0069ba;
                    }

                .container .login-form .form-contents .form-entry .separator {
                    text-align: center;
                    height: 10px;
                    border-bottom: 1px solid #e0dcdc;
                    margin-bottom: 22.5px;
                    color: #737373;
                    margin-top: 16.5px;
                }

                    .container .login-form .form-contents .form-entry .separator .separator-value {
                        padding-left: 10px;
                        padding-right: 10px;
                        vertical-align: middle;
                        font-size: 16px;
                        font-weight: bold;
                    }

                    .container .login-form .form-contents .form-entry .separator:first-line {
                        background-color: #fcfcfc;
                    }

                .container .login-form .form-contents .form-entry .logo {
                    display: block;
                    height: 50px;
                    margin: 10px auto 25px;
                }

                .container .login-form .form-contents .form-entry .form-display-value {
                    text-align: center;
                    font-weight: bold;
                }

                .container .login-form .form-contents .form-entry .mfa-image {
                    float: left;
                    margin-right: 16px;
                    padding-left: 32px;
                    margin-bottom: 20px;
                }

                .container .login-form .form-contents .form-entry .mfa-desc {
                    font-size: 12px;
                    padding-top: 30px;
                }

            .container .login-form .form-contents .password-entry {
                margin-bottom: 20px;
            }

    .container .change-id {
        text-decoration: none;
        color: #0069ba;
        vertical-align: middle;
        cursor: pointer;
    }

    .container .copyright-text {
        text-align: center;
        margin-top: 20px;
        color: #808080;
        font-size: 75%;
    }

    .container .sr-only {
        position: absolute !important;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        white-space: nowrap;
        border: 0;
    }

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    display: none;
    height: 32px;
    width: 32px;
    background: url(/WebSTS/Images/lfds-icon-sprite.png);
    background-position: 0 0;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

.containerRight {
    float: right;
    width: 50%;
    height: calc(100% - 50px);
}

    .containerRight .responsiveiframe {
        height: 100%;
        width: 100%;
        margin: 0 auto;
    }

.custom-link {
    color: #0069ba;
}

@-moz-document url-prefix() {
    .moz {
        line-height: 10px !important;
        padding-bottom: 6px !important;
    }
}

@media(max-width:900px),(max-device-width:912px) {
    .containerRight {
        display: none;
        width: 0;
    }

    .container {
        width: 100% !important;
        float: none;
    }

    .loading {
        left: 50%;
    }
}

