* {
    margin: 0px;
    padding: 0px;
}

html,
body {
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    font-weight: normal;
    font-family: "Segoe UI", "Segoe", "SegoeUI-Regular-final", Tahoma, Helvetica, Arial, sans-serif;
    min-width: 500px;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

body {
    font-size: 0.9em;
}

#noScript {
    margin: 16px;
    color: Black;
}

:lang(en-GB) {
    quotes: '\2018''\2019''\201C''\201D';
}

:lang(zh) {
    font-family: 微软雅黑;
}

@-ms-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@-webkit-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/* Theme layout styles */

#fullPage,
#brandingWrapper {
    width: 100%;
    height: 100%;
    background-color: inherit;
}

#fullPage {
    display: flex;
    align-items: center;
    justify-content: center;
}

#brandingWrapper {
    background-color: #4488dd;
}

#branding {
    /* A background image will be added to the #branding element at run-time once the illustration image is configured in the theme. 
       Recommended image dimensions: 1420x1200 pixels, JPG or PNG, 200 kB average, 500 kB maximum. */
    height: 100%;
    background-color: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

#contentWrapper {
    position: fixed;
    width: 500px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 12px;
    backdrop-filter: blur(9px);
}

#content {
    min-height: 100%;
    padding: 0px 45px 0px;
}

#header {
    font-size: 2em;
    font-weight: lighter;
    font-family: "Segoe UI Light", "Segoe", "SegoeUI-Light-final", Tahoma, Helvetica, Arial, sans-serif;
    padding-top: 80px;
    margin-bottom: 50px;
    min-height: 100px;
    overflow: hidden;
    text-align: center;
}

#header img {
    /* Logo image recommended dimension: 60x60 (square) or 350X35 (elongated), 4 kB average, 10 kB maximum. Transparent PNG strongly recommended. */
    width: 240px;
    height: auto;
    max-width: 100%;
}

#workArea {
    min-height: 300px;
}

#loginMessage,
#openingMessage {
    display: none;
}

#userNameArea,
#passwordArea,
#oldPasswordArea,
#newPasswordArea,
#confirmNewPasswordArea {
    position: relative;
    display: flex;
    flex-direction: column;
}

#registrationForm table {
    width: 100%;
}

#registrationForm table tbody>tr {
    display: grid;
}

#enrollotpForm table {
    width: 100%;
}

#enrollotpForm table:nth-of-type(2) tbody>tr {
    display: grid;
}

.forget-password {
    display: inline-block;
    margin: 25px 5px 0px;
    font-size: 0.89em;
}

.expired-notification-section {
    direction: rtl;
    line-height: 1.6;
}

.avatar-svg {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 30px;
}

.avatar-svg-path {
    stroke: none;
    fill-rule: nonzero;
    fill: rgb(45.882353%, 45.882353%, 45.882353%);
    fill-opacity: 1;
}

.support-avatar-svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.support-text {
    margin-right: 10px;
}

#userNameInputLabel,
#passwordInputLabel,
#oldPasswordInputLabel,
#newPasswordInputLabel,
#confirmNewPasswordInputLabel {
    display: block;
    margin-bottom: 3px;
}


#footerPlaceholder {
    height: 40px;
}

#footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 45px 30px;
    position: relative;
    color: #666666;
    font-size: 0.83em;
}

#footerLinks {
    float: none;
    position: absolute;
    display: flex;
    align-items: center;
}

#copyright {
    display: none;
    color: #696969;
}

.pageLink {
    color: #000000;
    padding-left: 16px;
}

/* Common content styles */

.clear {
    clear: both;
}

/* .float {
    float: left;
} */

.floatReverse {
    float: right;
}

.indent {
    margin-left: 16px;
}

.indentNonCollapsible {
    padding-left: 16px;
}

.hidden {
    display: none;
}

.notHidden {
    display: inherit;
}

.error {
    color: #e81123;
}

.actionLink {
    margin-bottom: 8px;
    display: block;
}

a {
    color: #0067b8;
    text-decoration: none;
    background-color: transparent;
}

ul {
    list-style-type: disc;
}

ul,
ol,
dd {
    padding: 0 0 0 16px;
}

h1,
h2,
h3,
h4,
h5,
label {
    margin-bottom: 8px;
}

.topFieldMargin {
    margin-top: 8px;
}

.fieldMargin {
    margin-bottom: 8px;
}

.groupMargin {
    margin-bottom: 30px;
}

.sectionMargin {
    margin-bottom: 64px;
}

.block {
    display: block;
}

.autoWidth {
    width: auto;
}

.fullWidth {
    flex-grow: 1;
}

.fullWidthIndent {
    width: 326px;
}

.smallTopSpacing {
    margin-top: 15px;
}

.mediumTopSpacing {
    margin-top: 25px;
}

.largeTopSpacing {
    margin-top: 35px;
}

.smallBottomSpacing {
    margin-bottom: 5px;
}

.mediumBottomSpacing {
    margin-bottom: 15px;
}

.largeBottomSpacing {
    margin-bottom: 25px;
}

input {
    max-width: 100%;
    font-family: inherit;
    margin-bottom: 20px;
}

input[type="radio"],
input[type="checkbox"] {
    vertical-align: middle;
    margin-bottom: 0px;
}

button.submit,
input[type="submit"] {
    cursor: pointer;
    background: linear-gradient(45deg, #16679C, #16679C);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    height: 40px;
    border-radius: 25px;
    border: 0;
    width: 100%;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: background 1s ease-in-out;
    -o-transition: background 1s ease-in-out;
    -moz-transition: background 1s ease-in-out;
    transition: background 1s ease-in-out;
}

input[type="submit"]:hover,
button.submit:hover {
    background: linear-gradient(45deg, #209BEE, #16679C);
}

input[type="submit"]:disabled,
button.submit:disabled {
    background: rgb(212, 227, 251);
    cursor: default;
}

input[type="submit"]:hover:disabled,
button.submit:hover:disabled {
    background: rgb(212, 227, 251);
    cursor: default;
}

input.text {
    height: 32px;
    padding: 2px 10px 5px 30px;
    border: 0;
    border-bottom: 1px solid #BABABA;
    font-size: 1.0em;
    background: transparent;
}

input.text:focus-visible {
    outline: none;
    border-bottom: 1px solid #16679C;
}

select {
    height: 28px;
    min-width: 60px;
    max-width: 100%;
    margin-bottom: 8px;

    white-space: nowrap;
    overflow: hidden;
    box-shadow: none;
    padding: 2px;
    font-family: inherit;
}

h1,
.giantText {
    font-size: 2.0em;
    font-weight: lighter;
}

h2,
.bigText {
    font-size: 1.33em;
    font-weight: lighter;
}

h3,
.normalText {
    font-size: 1.0em;
    font-weight: normal;
}

h4,
.smallText {
    font-size: 0.9em;
    font-weight: normal;
}

h5,
.tinyText {
    font-size: 0.8em;
    font-weight: normal;
}

.hint {
    color: #999999;
}

.emphasis {
    font-weight: 700;
    color: #2F2F2F;
}

.smallIcon {
    height: 20px;
    padding-right: 12px;
    vertical-align: middle;
}

.largeIcon {
    height: 48px;
    /* width:48px; */
    vertical-align: middle;
}

.largeTextNoWrap {
    height: 48px;
    display: table-cell;
    /* needed when in float*/
    vertical-align: middle;
    white-space: nowrap;
    font-size: 1.2em;
}

.idp {
    height: 48px;
    clear: both;
    padding: 8px;
    overflow: hidden;
}

.idp:hover {
    background-color: #cccccc;
}

.idpDescription {
    width: 80%;
}

.submitMargin {
    margin-top: 15px;
}

#support {
    display: flex;
    align-items: center;
}

/* Form factor: intermediate height layout. Reduce space of the header. */
@media only screen and (max-height: 820px) {
    #header {
        padding-top: 40px;
        min-height: 0px;
        overflow: hidden;
    }
}

/* Form factor: intermediate height layout. Reduce space of the header. */
@media only screen and (max-height: 500px) {
    #header {
        padding-top: 30px;
        margin-bottom: 30px;
    }

    #workArea {
        margin-bottom: 40px;
    }
}

/* Form factor: intermediate layout (WAB in non-snapped view falls in here) */
@media only screen and (max-width: 600px) {

    html,
    body {
        min-width: 260px;
    }

    #fullPage {
        display: block;
    }

    #brandingWrapper {
        display: none;
    }

    #contentWrapper {
        float: none;
        width: 100%;
        margin: 0px auto;
        position: unset;
    }

    #content,
    #footer,
    #header {
        width: 400px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    #workArea {
        width: 100%;
        min-height: unset;
    }

    .fullWidth {
        flex-grow: 1;
    }

    .fullWidthIndent {
        width: 376px;
    }
}

@media only screen and (max-width: 450px) {
    body {
        font-size: 0.8em;
    }

    #content,
    #footer {
        width: auto;
        margin-right: 33px;
        margin-left: 25px;
    }

    #header {
        width: auto;
    }

    button.submit,
    input[type="submit"] {
        font-size: 0.9em;
    }

    .fullWidth {
        flex-grow: 1;
    }

    .fullWidthIndent {
        width: 85%;
    }

    .idpDescription {
        width: 70%;
    }
}

/* Form factor: snapped WAB (for WAB to work in snapped view, the content wrapper width has to be set to 260px) */
@media only screen and (max-width:280px) {
    #contentWrapper {
        width: 260px;
    }

    .idpDescription {
        max-width: 160px;
        min-width: 100px;
    }
}

/* Targets displays using any of Windows’ High Contrast Mode themes: */
@media screen and (-ms-high-contrast: active) {
    textarea::-webkit-input-placeholder {
        color: #00FF00;
    }

    textarea:-moz-placeholder {
        /* Firefox 18- */
        color: #00FF00;
    }

    textarea::-moz-placeholder {
        /* Firefox 19+ */
        color: #00FF00;
    }

    textarea:-ms-input-placeholder {
        color: #00FF00;
    }
}

/* Targets displays using the Windows’ "High Contrast Black" theme: */
@media screen and (-ms-high-contrast: white-on-black) {
    #contentWrapper {
        background-color: #000000;
        color: #ffffff;
    }

    .idp:hover {
        background-color: #ffffff;
        color: #000000;
    }

    #brandingWrapper {
        background-color: #000000;
        color: #ffffff;
    }

    html,
    body {
        background-color: #000000;
        color: #ffffff;
    }

    textarea::-webkit-input-placeholder {
        color: #ffffff;
    }

    textarea:-moz-placeholder {
        /* Firefox 18- */
        color: #ffffff;
    }

    textarea::-moz-placeholder {
        /* Firefox 19+ */
        color: #ffffff;
    }

    textarea:-ms-input-placeholder {
        color: #ffffff;
    }
}

/* Targets displays using the Windows’ "High Contrast White" theme: */
@media screen and (-ms-high-contrast: black-on-white) {
    #contentWrapper {
        background-color: #ffffff;
        color: #000000;
    }

    .idp:hover {
        background-color: #000000;
        color: #ffffff;
    }

    #brandingWrapper {
        background-color: #ffffff;
        color: #000000;
    }

    html,
    body {
        background-color: #ffffff;
        color: #000000;
    }

    textarea::-webkit-input-placeholder {
        color: #000000;
    }

    textarea:-moz-placeholder {
        /* Firefox 18- */
        color: #000000;
    }

    textarea::-moz-placeholder {
        /* Firefox 19+ */
        color: #000000;
    }

    textarea:-ms-input-placeholder {
        color: #000000;
    }
}