html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    font-family: "Segoe UI Webfont",-apple-system,"Helvetica Neue","Lucida Grande","Roboto","Ebrima","Nirmala UI","Gadugi","Segoe Xbox Symbol","Segoe UI Symbol","Meiryo UI","Khmer UI","Tunga","Lao UI","Raavi","Iskoola Pota","Latha","Leelawadee","Microsoft YaHei UI","Microsoft JhengHei UI","Malgun Gothic","Estrangelo Edessa","Microsoft Himalaya","Microsoft New Tai Lue","Microsoft PhagsPa","Microsoft Tai Le","Microsoft Yi Baiti","Mongolian Baiti","MV Boli","Myanmar Text","Cambria Math";
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    font-size: .9375rem;
    line-height: 1.25rem;
    padding-bottom: .227px;
    padding-top: .227px;
    color: #000;
    background-color: #f2f2f2;
    background-image: url("https://aadcdn.msauth.net/shared/1.0/content/images/backgrounds/4_eae2dd7eb3a55636dc2d74f4fa4c386e.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    position: relative;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

a {
    background-color: transparent;
    color: #0067b8;
    text-decoration: none
}

a:active,a:hover {
    outline: 0
}

a:hover {
    color: #666;
    text-decoration: underline
}

b,strong,.bold {
    font-weight: 600
}

img {
    border: 0;
    vertical-align: middle
}

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

*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.win-scroll {
    width: 440px;
    max-width: 100%;
    margin: 0 auto;
}

.inner,.sign-in-box {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 440px;
    width: calc(100% - 40px);
    width: 440px;
    padding: 44px;
    margin-bottom: 28px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    min-width: 320px;
    min-height: auto;
    overflow: hidden
}

.inner.has-popup,.sign-in-box.has-popup {
    margin-bottom: 20px
}

.promoted-fed-cred-box {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 440px;
    width: calc(100% - 40px);
    width: 440px;
    padding: 0;
    margin-bottom: 28px;
    line-height: 16px;
    min-width: 320px
}

.promoted-fed-cred-content {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    padding-left: 44px;
    padding-right: 44px
}

.promoted-fed-cred-content .row.tile .table {
    padding-top: 8px;
    padding-bottom: 8px
}

.progress-container {
    width: 100%;
    position: relative;
    outline-color: transparent;
}

.progress {
    position: relative;
    top: 0;
    left: 0;
    height: 5px;
    width: 100%;
    overflow: hidden;
}

.progress > div {
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: #0067b8;
    z-index: 100;
    border-radius: 50%;
    opacity: 0;
    animation: progressDot 2s infinite;
    -webkit-animation: progressDot 2s infinite;
}

.progress > div:nth-child(1) { animation-delay: .05s; }
.progress > div:nth-child(2) { animation-delay: .2s; }
.progress > div:nth-child(3) { animation-delay: .35s; }
.progress > div:nth-child(4) { animation-delay: .5s; }
.progress > div:nth-child(5) { animation-delay: .65s; }

@keyframes progressDot {
    0%,20% { left: 0; animation-timing-function: ease-out; opacity: 0 }
    25% { opacity: 1 }
    35% { left: 45%; animation-timing-function: linear }
    65% { left: 60%; animation-timing-function: ease-in }
    75% { opacity: 1 }
    80%,100% { left: 100%; opacity: 0 }
}

@-webkit-keyframes progressDot {
    0%,20% { left: 0; -webkit-animation-timing-function: ease-out; opacity: 0 }
    25% { opacity: 1 }
    35% { left: 45%; -webkit-animation-timing-function: linear }
    65% { left: 60%; -webkit-animation-timing-function: ease-in }
    75% { opacity: 1 }
    80%,100% { left: 100%; opacity: 0 }
}

.fade-in-lightbox {
    animation: fadeIn .3s ease-in;
    -webkit-animation: fadeIn .3s ease-in
}

.animate {
    animation-duration: .25s;
    -webkit-animation-duration: .25s;
    animation-timing-function: cubic-bezier(.5, 0, .5, 1);
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .5, 1);
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both
}

.animate.slide-in-next {
    animation-name: show-from-right;
    -webkit-animation-name: show-from-right
}

.animate.slide-out-left {
    animation-name: hide-to-left;
    -webkit-animation-name: hide-to-left
}

.animate.slide-in-back {
    animation-name: show-from-left;
    -webkit-animation-name: show-from-left
}

.animate.slide-out-back {
    animation-name: hide-to-right;
    -webkit-animation-name: hide-to-right
}

@keyframes fadeIn {
    from { opacity: 0 }
    to { opacity: 1 }
}

@keyframes show-from-right {
    from { left: 200px; opacity: 0 }
    to { left: 0; opacity: 1 }
}

@keyframes hide-to-left {
    from { left: 0; opacity: 1 }
    to { left: -200px; opacity: 0 }
}

@keyframes show-from-left {
    from { -200px; opacity: 0 }
    to { left: 0; opacity: 1 }
}

@keyframes hide-to-right {
    from { left: 0; opacity: 1 }
    to { left: 200px; opacity: 0 }
}

.pagination-view {
    position: relative;
    min-height: auto
}

.logo {
    max-width: 256px;
    height: 24px
}

.identityBanner {
    height: 24px;
    background: #fff;
    margin-top: 16px;
    margin-bottom: -4px;
    display: flex;
    align-items: center;
}

.identity {
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    color: #1b1b1b;
    font-weight: 400;
}

.backButton {
    min-height: 24px;
    width: 24px;
    min-width: 24px;
    float: left;
    padding: 0;
    background-color: #fff;
    border-width: 0;
    border-radius: 12px;
    margin-right: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.backButton:hover {
    background-color: rgba(0,0,0,0.1)
}

.backButton img {
    width: 16px;
    height: 16px
}

.title {
    margin-top: 16px;
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    padding: 0;
    color: #1b1b1b;
    font-family: "Segoe UI","Helvetica Neue","Lucida Grande","Roboto","Ebrima","Nirmala UI","Gadugi","Segoe Xbox Symbol","Segoe UI Symbol","Meiryo UI","Khmer UI","Tunga","Lao UI","Raavi","Iskoola Pota","Latha","Leelawadee","Microsoft YaHei UI","Microsoft JhengHei UI","Malgun Gothic","Estrangelo Edessa","Microsoft Himalaya","Microsoft New Tai Lue","Microsoft PhagsPa","Microsoft Tai Le","Microsoft Yi Baiti","Mongolian Baiti","MV Boli","Myanmar Text","Cambria Math"
}

.form-group {
    margin-bottom: 16px
}

.input.text-box {
    padding: 6px 0;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0,0,0,0.6);
    height: 36px;
    outline: none;
    border-radius: 0;
    background-color: transparent;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    padding-left: 0;
    width: 100%;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.25rem
}

.input.text-box:focus {
    background-color: transparent;
    border-color: #0067b8
}

.position-buttons>div:first-child {
    display: inline-block;
    width: 100%;
    margin-bottom: 24px
}

.text-13 {
    font-size: .8125rem
}

.button-container {
    position: relative;
    text-align: right;
    width: 100%
}

.inline-block {
    display: inline-block;
    float: right
}

.button.primary,#idSIButton9,#idSIButtonPassword,#idSIButton2FA {
    border-color: #0067b8;
    background-color: #0067b8;
    color: #fff;
    min-width: 108px;
    height: 32px;
    border: none;
    font-size: 15px;
    cursor: pointer;
}

.button.primary:hover,#idSIButton9:hover,#idSIButtonPassword:hover,#idSIButton2FA:hover {
    background-color: #005da6
}

.table {
    width: 100%;
    display: table;
    table-layout: fixed
}

.table .table-row {
    display: table-row
}

.table .table-cell {
    display: table-cell;
    vertical-align: middle
}

.row.tile {
    margin-bottom: 0;
    outline: none;
    color: inherit;
    display: block;
    margin-left: -44px;
    margin-right: -44px
}

.row.tile:not(.no-pick) {
    cursor: pointer
}

.row.tile:not(.no-pick):hover {
    background-color: #e6e6e6;
    background-color: rgba(0,0,0,0.1);
    color: inherit
}

.row.tile .content {
    line-height: 16px;
    padding-left: 12px;
    padding-right: 12px
}

.row.tile .table {
    padding: 12px 44px
}

.tile-img.medium {
    width: 32px;
    height: 32px
}

.footer {
    position: absolute;
    right: 24px;
    bottom: 12px;
    z-index: 99;
    clear: both;
    min-height: 28px
}

div.footerNode {
    margin: 0;
    float: right
}

.footer-content.footer-item {
    color: #000;
    font-size: 12px;
    line-height: 28px;
    white-space: nowrap;
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    text-decoration: none
}

.footer-content.footer-item.debug-item {
    text-decoration: none;
    letter-spacing: 3px;
    line-height: 22px;
    vertical-align: top;
    font-size: 16px;
    font-weight: 600
}

.moveOffScreen {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden;
    opacity: 0
}