html, body {
    width: 100%;
    cursor: auto;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0 0 120px 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 400;
    background-color: #f4f6f9;
}

p, label {
    line-height: 1.4em;
    margin-block-start: 3px;
}

@font-face {
    font-family: 'Core Sans';
    src: url("https://daks2k3a4ib2z.cloudfront.net/597ba6e2b036170001603d02/597ba6e2b036170001603e56_coresansc45-webfont.woff2") format("woff2"), url("https://daks2k3a4ib2z.cloudfront.net/597ba6e2b036170001603d02/597ba6e2b036170001603e54_coresansc45-webfont.eot") format("embedded-opentype"), url("https://daks2k3a4ib2z.cloudfront.net/597ba6e2b036170001603d02/597ba6e2b036170001603e53_coresansc45-webfont.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Core Sans';
    src: url("https://daks2k3a4ib2z.cloudfront.net/597ba6e2b036170001603d02/597ba6e2b036170001603e4f_coresansc65-webfont.woff2") format("woff2"), url("https://daks2k3a4ib2z.cloudfront.net/597ba6e2b036170001603d02/597ba6e2b036170001603e4b_coresansc65-webfont.eot") format("embedded-opentype"), url("https://daks2k3a4ib2z.cloudfront.net/597ba6e2b036170001603d02/597ba6e2b036170001603e4a_coresansc65-webfont.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Core Sans';
    src: url("https://daks2k3a4ib2z.cloudfront.net/597ba6e2b036170001603d02/597ba6e2b036170001603e5d_coresansc75-webfont.eot") format("embedded-opentype"), url("https://daks2k3a4ib2z.cloudfront.net/597ba6e2b036170001603d02/597ba6e2b036170001603e61_coresansc75-webfont.woff") format("woff"), url("https://daks2k3a4ib2z.cloudfront.net/597ba6e2b036170001603d02/597ba6e2b036170001603e60_coresansc75-webfont.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Core Sans';
    src: url("https://daks2k3a4ib2z.cloudfront.net/597ba6e2b036170001603d02/597ba6e2b036170001603e5b_coresansc45it-webfont.woff2") format("woff2"), url("https://daks2k3a4ib2z.cloudfront.net/597ba6e2b036170001603d02/597ba6e2b036170001603e58_coresansc45it-webfont.eot") format("embedded-opentype"), url("https://daks2k3a4ib2z.cloudfront.net/597ba6e2b036170001603d02/597ba6e2b036170001603e59_coresansc45it-webfont.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Core Sans';
    src: url("https://daks2k3a4ib2z.cloudfront.net/597ba6e2b036170001603d02/597ba6e2b036170001603e51_coresansc65it-webfont.woff2") format("woff2"), url("https://daks2k3a4ib2z.cloudfront.net/597ba6e2b036170001603d02/597ba6e2b036170001603e52_coresansc65it-webfont.eot") format("embedded-opentype"), url("https://daks2k3a4ib2z.cloudfront.net/597ba6e2b036170001603d02/597ba6e2b036170001603d61_coresansc65it-webfont.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Core Sans';
    src: url("https://daks2k3a4ib2z.cloudfront.net/597ba6e2b036170001603d02/597ba6e2b036170001603d65_coresansc75it-webfont.woff2") format("woff2"), url("https://daks2k3a4ib2z.cloudfront.net/597ba6e2b036170001603d02/597ba6e2b036170001603e42_coresansc75it-webfont.eot") format("embedded-opentype"), url("https://daks2k3a4ib2z.cloudfront.net/597ba6e2b036170001603d02/597ba6e2b036170001603e43_coresansc75it-webfont.ttf") format("truetype");
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: "iconfont";
    src: url("../fonts/icons/iconfont.eot?-sa9xtz");
    src: url("../fonts/icons/iconfont.eot?#iefix-sa9xtz") format("embedded-opentype"), url("../fonts/icons/iconfont.ttf?-sa9xtz") format("truetype"), url("../fonts/icons/iconfont.svg?-sa9xtz#icofont") format("svg"), url("../fonts/icons/iconfont.woff?-sa9xtz") format("woff");
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
    font-family: 'Core Sans', sans-serif;
}

header, footer {
    position: absolute;
    background-color: #0F0F59;
    min-height: 50px;
    z-index: 1;
}

header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding-left: 1rem;
    min-height: 54px;
}

    header .masthead-logo {
        display: inline-block;
        line-height: 54px;
    }

        header .masthead-logo img {
            vertical-align: middle;
        }

    header .right-side {
        float: right;
        color: #FFF;
        font-size: 13px;
        height: 50px;
    }

.masthead-right {
    float: right;
    height: 100%;
}

    .masthead-right a {
        display: block;
        line-height: 54px;
        text-align: left;
        white-space: nowrap;
        height: 100%;
        color: rgb(255, 255, 255);
        font-size: 13px;
        margin: 0px;
        border-radius: 0px;
        padding: 0px 1rem;
        text-decoration: none;
    }

        .masthead-right a:hover {
            background-color: rgb(63, 96, 127);
        }

footer {
    bottom: 0;
    color: #D6DADF;
    font-size: 13px;
    padding: 0 1rem;
    width: 100%;
}

    footer .left-side > a {
        color: #FFF;
        padding: 0 3px;
    }

    footer .right-side > span {
        margin-right: 0.5rem;
    }

    footer .right-side > a {
        text-decoration: none;
    }

        footer .right-side > a img.social-icons {
            display: inline;
            vertical-align: middle;
            background-color: #37474F;
        }

            footer .right-side > a img.social-icons:hover {
                cursor: pointer;
            }

.main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20vh;
}

@media (min-width: 1024px) {
    footer {
        height: 50px;
        line-height: 50px;
    }

    .left-side {
        float: left;
    }

    .right-side {
        float: right;
    }
}

@media (max-width: 1023.98px) {
    footer {
        text-align: center;
        padding: 1rem;
    }
}

.banner {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 50px;
    z-index: 2;
    color: #FFF;
    font-size: 14px;
    padding: 0.5rem 3rem;
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    animation: slideDown 4s 0.5s 1 ease forwards;
    -webkit-animation: slideDown 4s 0.5s 1 ease forwards;
    -moz-animation: slideDown 4s 0.5s 1 ease forwards;
}

    .banner.banner-logout {
        background-color: #737D85;
    }

    .banner.banner-error {
        background-color: #D84040;
    }

    .banner > .banner-close {
        position: absolute;
        right: 1rem;
        cursor: pointer;
    }

@keyframes slideDown {
    0%, 100% {
        transform: translateY(-50px);
    }

    10%, 90% {
        transform: translateY(0px);
    }

    100% {
        visibility: hidden;
    }
}

@-webkit-keyframes slideDown {
    0%, 100% {
        -webkit-transform: translateY(-50px);
    }

    10%, 90% {
        -webkit-transform: translateY(0px);
    }

    100% {
        visibility: hidden;
    }
}

@-moz-keyframes slideDown {
    0%, 100% {
        -moz-transform: translateY(-50px);
    }

    10%, 90% {
        -moz-transform: translateY(0px);
    }

    100% {
        visibility: hidden;
    }
}

.message.message-default {
    font-size: 13px;
    color: #737D85;
}

.message.message-error {
    font-size: 11px;
    color: #D84040;
}

.message.message-success {
    font-size: 11px;
    color: #44AD00;
}

button.help-support {
    margin: 0;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
    border-radius: 0;
    display: inline-block;
    height: 100%;
    padding: 0 1rem;
    color: #D6DADF;
    font-size: 13px;
    outline: none;
}

    button.help-support:hover {
        background-color: #35618b;
        color: #FFF;
    }

    button.help-support.show {
        color: #37474F;
        background-color: #EBE9F1;
    }

.help-support-menu {
    position: absolute;
    right: 0;
    width: 15rem;
    padding-bottom: 0.75rem;
    font-size: 13px;
    line-height: 1.2em;
    background-color: #EBE9F1;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
    color: #37474F;
    z-index: 1;
    display: none;
}

    .help-support-menu.show {
        display: block;
    }

    .help-support-menu .inline-help-dropdown {
        z-index: 900;
        padding: 0.5rem 0;
        color: #37474F;
        background-color: #f7f5fd;
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
        font-size: 13px;
        font-weight: 400;
        display: block;
        position: absolute;
        white-space: nowrap;
        color: #37474F;
        width: 100%;
        min-width: 210px;
        background-color: #EBE9F1;
    }

        .help-support-menu .inline-help-dropdown .inline-help-dropdown-links {
            cursor: pointer;
            padding: 6px 1.25rem;
            text-transform: none;
            line-height: 1.6em;
            font-size: 13px;
            position: relative;
            text-decoration: none;
            color: #222;
            text-align: left;
            white-space: nowrap;
            display: block;
            position: relative;
            color: #37474F;
            background-color: #EBE9F1;
        }

            .help-support-menu .inline-help-dropdown .inline-help-dropdown-links:hover {
                background-color: #f7f5fd;
            }

button, .button {
    margin: 0;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    border-radius: 3px;
    padding: 0px 1em;
    max-width: 100%;
    display: inline-block;
    color: #FFF;
    line-height: 2.3em;
    /*text-transform: uppercase;*/
    letter-spacing: 0.05em;
    outline: none;
    border: 1px solid transparent;
}

    /* chrome default outline style*/
    button:focus, .button:focus, a:focus {
        border: 1px solid #4D90FE;
        -webkit-box-shadow: 0px 0px 5px #4D90FE;
        box-shadow: 0px 0px 5px #4D90FE;
    }

    button.button-primary, button.link-button, .button.button-primary, .button.link-button {
        width: 100%;
        /*background-color: #82D8FF;*/
        background-color: #1595d0;
        /*color: #0F0F59;*/
        color: white;
    }

        button.button-primary:disabled {
            background-color: rgb(229, 248, 255);
            color: rgb(179, 217, 236);
            cursor: default;
        }

    button.link-button, .button.link-button {
        text-decoration: none;
    }

    button.button-link, .button.button-link {
        color: #358AB3;
    }

        button.button-link.small, .button.button-link.small {
            font-size: 13px;
            height: 38px;
        }

.progress-bar {
    height: 8px;
    width: 50px;
    border-radius: 5px;
}

    .progress-bar.weak {
        background: linear-gradient(90deg, #D84040 33%, #D6DADF 33%);
    }

    .progress-bar.medium {
        background: linear-gradient(90deg, #FFC107 50%, #D6DADF 50%);
    }

    .progress-bar.strong {
        background: linear-gradient(90deg, #44AD00 85%, #D6DADF 15%);
    }

.main-section {
    background-color: #FFF;
    width: inherit;
    max-width: 400px;
    padding: 2em;
    border-radius: 3px;
    box-sizing: border-box;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

    .main-section > .text-input {
        margin-bottom: 0.5em;
    }

        .main-section > .text-input > input {
            display: block;
            width: 100%;
            height: 32px;
            box-shadow: rgba(155, 161, 169, 0.25) 0px 2px 2px 0px inset;
            font-size: 13px;
            color: rgb(55, 71, 79);
            background-color: rgb(255, 255, 255);
            padding: 0px 8px;
            border-width: 1px;
            border-style: solid;
            border-color: rgb(155, 161, 169);
            border-radius: 3px;
            outline: none;
        }

        .main-section > .text-input > .status-indicators {
            display: flex;
            justify-content: center;
            align-items: center;
            float: right;
            position: relative;
            bottom: 27px;
            right: 10px;
        }

            .main-section > .text-input > .status-indicators div.progress-bar {
                display: none;
                margin-right: 10px;
            }

                .main-section > .text-input > .status-indicators div.progress-bar.show {
                    display: initial;
                }

            .main-section > .text-input > .status-indicators div.icon {
                margin-top: 1px;
            }

                .main-section > .text-input > .status-indicators div.icon > img.valid, .main-section > .text-input > .status-indicators div.icon > img.invalid, .main-section > .text-input > .status-indicators div.icon > img.in-progress {
                    display: none;
                    height: 14px;
                    width: 14px;
                }

                    .main-section > .text-input > .status-indicators div.icon > img.valid.show, .main-section > .text-input > .status-indicators div.icon > img.invalid.show, .main-section > .text-input > .status-indicators div.icon > img.in-progress.show {
                        display: initial;
                    }

        .main-section > .text-input.right {
            text-align: right;
        }

    .main-section.invalid > .ping-input-label {
        color: #D84040;
    }

    .main-section.invalid > .text-input > input {
        border: 2px solid #D84040;
        color: #D84040;
    }

    .main-section > .login-form-footer {
        display: flex;
        justify-content: space-between;
        margin-top: 1.2em;
    }

        .main-section > .login-form-footer > div {
            display: flex;
            flex-direction: column;
            justify-content: top;
        }

            .main-section > .login-form-footer > div.user-controls {
                text-align: right;
                font-size: 12px;
            }

                .main-section > .login-form-footer > div.user-controls > .input-wrapper.checkbox-input-wrapper {
                    line-height: 1.4em;
                    padding: 0;
                }

                    .main-section > .login-form-footer > div.user-controls > .input-wrapper.checkbox-input-wrapper > .checkbox-input-label {
                        color: #737D85;
                        cursor: pointer;
                    }

                .main-section > .login-form-footer > div.user-controls > div > .change-password, .main-section > .login-form-footer > div.user-controls .forgot-password, .main-section > .login-form-footer > div.user-controls .trouble-password {
                    background: none;
                    border: none;
                    cursor: pointer;
                    border-radius: 0;
                    font-size: inherit;
                    text-transform: none;
                    text-decoration: underline;
                    text-decoration-color: #CCC;
                    -moz-text-decoration-color: #CCC;
                    -webkit-text-decoration-color: #CCC;
                    color: #000;
                    outline: none;
                }

    .main-section > .ping-input-label {
        display: block;
        margin-bottom: 0;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.5px;
        /*text-transform: uppercase;*/
        color: #37474F;
    }

    .main-section > .prompt-message_greish {
        font-size: 13px;
        color: #6F7680;
        margin-bottom: 5px;
        width: 100%;
        text-align: center;
    }

.identifier-container > ul {
    padding-inline-start: 0px;
}

    .identifier-container > ul li {
        list-style-type: none;
        margin: 0 0 10px 0;
    }

        .identifier-container > ul li:before {
            position: absolute;
            content: '\2022';
            color: #929aa1;
            bottom: 1px;
            left: -10px;
        }

    .identifier-container > ul.no-bullets {
        margin-left: 0;
    }

        .identifier-container > ul.no-bullets li {
            width: 100%;
        }

            .identifier-container > ul.no-bullets li:before {
                content: '';
                bottom: 0;
                left: 0;
            }

.identifier-container > .identifier-first__account-list {
    margin: 0;
    list-style: none;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    padding: 0;
    text-align: center;
}

    .identifier-container >
    .identifier-first__account-list >
    .identifier-first__account-item {
        font-size: 13px;
        display: flex;
        align-items: center;
        cursor: pointer;
        margin: 0;
        padding: 10px 0px;
        list-style-type: none;
    }

        .identifier-container >
        .identifier-first__account-list >
        .identifier-first__account-item >
        .identifier-first__account-name {
            display: flex;
            justify-content: space-between;
            width: 100%;
            border: 1px solid #44535a;
            border-radius: 3px;
            padding: 6px 12px;
            text-align: left;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-right: 10px;
        }

            .identifier-container >
            .identifier-first__account-list >
            .identifier-first__account-item >
            .identifier-first__account-name > img {
                transform: scale(.75) rotate(.75turn);
            }

        .identifier-container >
        .identifier-first__account-list >
        .identifier-first__account-item.identifier-first__add-account {
            width: 100%;
            cursor: pointer;
        }

            .identifier-container >
            .identifier-first__account-list >
            .identifier-first__account-item.identifier-first__add-account a {
                border: 1px solid #44535a;
                border-radius: 3px;
                padding: 6px 12px;
                text-align: left;
                font-size: 13px;
                font-weight: 600;
            }

        .identifier-container >
        .identifier-first__account-list >
        .identifier-first__account-item >
        .identifier-first__add-account:hover {
            background-color: inherit;
        }

        .identifier-container >
        .identifier-first__account-list >
        .identifier-first__account-item >
        .identifier-first__remove-account {
            font-size: 26px;
            height: 26px;
            line-height: 26px;
            margin-left: auto;
        }

            .identifier-container >
            .identifier-first__account-list >
            .identifier-first__account-item >
            .identifier-first__remove-account:before {
                color: #37474f;
                font-family: "iconfont";
                font-size: 18px;
                font-weight: 600;
                content: 'x';
            }

h3.title {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    margin: 0 0 0.5em 0;
    font-weight: 400;
    color: #37474F;
    margin-block-end: 3px;
}

.logout-section {
    background-color: #FFF;
    width: 400px;
    padding: 1.5em 2em;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 0px 1px, rgba(0, 0, 0, 0.2) 0px 1px 5px 0px;
    border-bottom: 1px solid rgba(55, 71, 79, 0.2);
}

    .logout-section > .title {
        display: inline-block;
        font-size: 30px;
        margin: 0 0 0.5em 0;
        font-weight: 400;
        color: #37474F;
    }

    .logout-section > .description {
        font-size: 13px;
        color: #737D85;
    }

.main-section-footer {
    display: flex;
    margin-top: 1em;
}

    .main-section-footer > div:first-of-type {
        margin-right: 1rem;
    }

.sign-back-btn {
    display: none;
}

    .sign-back-btn.show {
        display: block;
    }
