* {
    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;
}
#authArea {
    margin-bottom: 0;
}
: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 */

#brandingWrapper {
    width: 100%;
    height: 100%;
    background-color: inherit;
    display: none !important;
}
#fullPage {
    width: 100%;
    height: 100%;
    background-color: inherit;
    background-image: url("/adfs/portal/images/illustration.png");
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
#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%;
    margin-right: 500px;
    margin-left: 0px;
    background-color: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center;
}
#contentWrapper {
    width: 520px;
    overflow: auto;
    background-color: #ffffff; /* for IE7 */
    position: fixed;
    left: 50%;
    top: 50%;
    padding: 60px 60px 0px 60px;
    border-radius: 10px;
    min-height: 580px;
    transform: translate(-50%, -50%);
}

#header {
    font-size: 2em;
    font-weight: lighter;
    font-family: "Segoe UI Light", "Segoe", "SegoeUI-Light-final", Tahoma, Helvetica, Arial, sans-serif;
    padding-top: 90px;
    margin-bottom: 60px;
    min-height: 100px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none !important;
}
#header img {
    /* Logo image recommended dimension: 60x60 (square) or 350X35 (elongated), 4 kB average, 10 kB maximum. Transparent PNG strongly recommended. */
    width: 80px;
    max-width: 100%;
}
#workArea,
#header {
    word-wrap: break-word;
}
#workArea {
    min-height: 375px;
    min-height: 375px;
    max-height: 450px;
    overflow-y: auto;
}
#workArea .welcome {
    font-weight: 500;
    font-size: 28px;
	font-weight: bold;
}
#workArea .welcome-text {
    color: rgba(34, 34, 34, 1);
    font-size: 28px;
    padding-left: 5px;
	font-family: "Microsoft YaHei",sans-serif;
}
#type-select {
    /* background-color: rgba(241, 241, 241, 1); */
    /* border-radius: 5px; */
    height: 36px;
    /* border: 2px solid rgba(241, 241, 241, 1); */
    margin-top: 22px;
}
#type-select .nav-item {
    width: 50%;
    height: 32px;
}

#type-select .nav-item .nav-link {
    font-size: 18px;
    /* background-color: rgba(241, 241, 241, 1); */
    width: 100%;
    display: block;
    padding: 0;
    text-align: center;
    /* border-radius: 4px; */
    height: 32px;
    line-height: 32px;
    color: #222;
    cursor: pointer;
    border:0  ! important;
}
#type-select .nav-item .nav-link.active {
    /* background-color: rgba(255, 188, 13, 1); */
    color: #222;
    opacity: 1;
    font-weight:bold;
}
#submitButton {
    font-size: 14px;
    font-weight: bold;
}

#formsAuthenticationArea {
    padding-top: 0px;
}

.user-name-wrap,
.user-password-wrap {
    display: flex;
    width: 100%;
    border-bottom: 1px solid rgba(225, 225, 225, 1);
}

.inputFocus{
	display: flex;
	width: 100%;
	border-bottom: 1px solid rgba(255, 188, 9, 1);
}

.inputError{
	display: flex;
	width: 100%;
	border-bottom: 1px solid rgba(255, 0, 0, 1);
}


#tempInput,
#passwordInput,
#mobileInput,
#weComUserName,
#code,
#imgCodeInput{
    border: none;
    border-radius: 0;
    width: 100%;
}

#userNameArea .forget-username {
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    height: 24px;
    line-height: 24px;
    padding-left:7px;
}

#userNameArea .forget-username:hover {
    text-decoration: underline;
}

#remeber-me {
    font-size: 12px;
    color: #999;
    height: 24px;
    line-height: 24px;
    padding-left: 6px;
}
#remeber-me label {
    cursor: pointer;
    font-size: 11px;
}
.remeber-me-label{
	margin: auto;
	font-size: 11px;
	color: #999;
}
#pageIntroductionText {
    font-size: 24px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 5px;
	line-height: 32px;
	font-weight: bold;
}
#authOptions {
    /* position: absolute; */
    /* margin-top: 12px; */
}
.qr-tips {
    text-align: center;
	margin-top: 40px;
	font-size: 14px;
}
#imgQrCode {
    width: 200px !important;
    height: 200px !important;
    border: #ccc solid 1px;
    border-radius: 5px;
    margin: 12px auto 0 auto;
	padding: 0px;
}
#customAuthArea {
    margin-top: -15px;
}
#instructions {
    font-size: 14px;
    text-align: center;
    line-height: 28px;
}
#differentVerificationOption {
    font-size: 14px;
    line-height: 28px;
    text-align: center;
}
#Progress {
    min-height: 100px;
}
#Progress[style="visibility: hidden"] {
    min-height: 20px;
}
#linksDiv {
    font-size: 14px;
    text-align: center;
}
#viewDetailsLink {
    font-size: 14px;
    text-align: center;
}
#errorDiv {
    font-size: 14px;
    text-align: center;
}
#authOptionLinks {
    font-size: 14px;
    line-height: 28px;
    text-align: center;
}
.lang-select {
    font-size: 14px;
}
#loginForm #passwordArea,#userNameArea {
    position: relative;
}
#loginForm #passwordArea a.forget-password {
    font-size: 12px;
    text-decoration: none;
    height: 24px;
    line-height: 24px;
    padding-left:7px;
}

#loginForm #passwordArea a.forget-password:hover {
    text-decoration: underline;
}
#loginForm #passwordArea span.eye {
    display: inline-block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 1px;
    transform: translateY(-10px);
    bottom: 0;
}

#loginForm #userNameArea span.whatIcon {
    display: inline-block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 1px;
	bottom:  -22px;
    transform: translateY(-33px);
    
	background: url("../images/what.png") no-repeat center/cover;
}



#loginForm #passwordArea span.eye-close {
    background: url("../images/eye_close.png") no-repeat center/cover;
}
#loginForm #passwordArea span.eye-open {
    background: url("/adfs/portal/images/eye_open.png") no-repeat center/cover;
}

#mfaGreetingDescription {
    text-align: center;
    font-size: 14px;
	color:#222222;
}
#openingMessage {
    text-align: center;
    font-size: 14px;
}
#errorMessage {
    text-align: center;
    font-size: 14px;
}
#errorDetailsLink {
    text-align: center;
    font-size: 14px;
}

#errorMessage a{
   text-decoration: none;
}

#errorMessage a:hover{
    text-decoration:underline;
}

#footer {
    position: fixed;
    color: #ccc;
    bottom: 20px;
    text-align: center;
    width: 400px;
}
#footerLinks {
    float: none;
    /* padding-top: 10px; */
    font-size: 12px;
}
#footerLinks .user-manual {
    color: #ccc;
    text-decoration: none;
    font-size: 12px;
    padding-left: 10px;
    display: inline-block;
    position: relative;
}
/* #footerLinks .user-manual::before {
    content: " ";
    display: block;
    left: 4px;
    top: 4px;
    position: absolute;
    height: 12px;
    width: 1px;
    background-color: #ccc;
} */
#copyright {
    color: #ccc;
    font-size: 12px;
}
.pageLink {
    color: #000000;
    padding-left: 16px;
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.pageLink::before {
    content: " ";
    display: block;
    left: 6px;
    top: 4px;
    position: absolute;
    height: 10px;
    width: 1px;
    background-color: #ccc;
}

/* 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;
	font-size: 14px !important;
}
.actionLink {
    margin-bottom: 8px;
    display: block;
    text-decoration: none;
}
.actionLink:hover {
    text-decoration:underline;
}
#AzureMfaAuthentication {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 84%;
    font-size: 12px;
    text-decoration: none;
}
.actionLink.qr_code {
    color: #212529;
    cursor: default;
    text-decoration: none;
    display: none;
}
#waitingWheelDiv {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    text-align: center;
}
#phone {
    font-size: 14px;
}
#verificationCode {
    font-size: 14px;
}
#floatingCirclesG {
    top: 30px;
}
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;
}
.submitMargin {
    /* margin-top: 12px;
    margin-bottom: 30px; */
    margin-top: 36px;
}
.topFieldMargin {
    margin-top: 8px;
}
.fieldMargin {
    margin-bottom: 8px;
}

.sectionMargin {
    margin-bottom: 64px;
}
.block {
    display: block;
}
.autoWidth {
    width: auto;
}
.fullWidth {
    width: 342px;
}
.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: 8px;
}

span.submit,
input[type="submit"] {
    display: inline-block;
    text-align: center;
    line-height: 36px;
    background: rgba(255, 188, 13, 1);
    border-radius: 4px;
    color: rgba(34, 34, 34, 1);
    border: none;
    width: 100%;
}
input[type="submit"]:hover,
span.submit:hover {
    background-color: #FFBC0D;
	opacity:0.8;
}

input[type="submit"]:disabled,
span.submit:disabled {
    background: rgb(212, 227, 251);
    cursor: default;
}

input[type="submit"]:hover:disabled,
span.submit:hover:disabled {
    background: rgb(212, 227, 251);
    cursor: default;
}

input.text {
    height: 35px; 
    background-color: rgba(255, 255, 255, 1);
    padding-left: 0px;
    font-size: 16px;
    margin-top: 25px;
    -webkit-appearance:none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	outline:none;
	font-weight: bold;
	color:#222;
}

input::placeholder{
	color:#CCC
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition-delay: 50000s;
  transition: color 50000s ease-out, background-color 50000s ease-out;
  -webkit-transition-delay: 50000s;
  -webkit-transition: color 50000s ease-out, background-color 50000s ease-out;
}

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: 2em;
    font-weight: lighter;
}
h2,
.bigText {
    font-size: 1.33em;
    font-weight: lighter;
}
h3,
.normalText {
    font-size: 1em;
    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%;
}

#optionsContainer #optionIcon {
    display: none !important;
}

/* 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;
    }

    #workArea {
        margin-bottom: 60px;
    }
}
.mcd-theme-header h1.modal-title.fs-5 {
    font-size: 16px !important;
    color: #222;
}
.mcd-theme-footer .btn {
    color: #222;
    font-size: 14px;
    padding: 5px 36px;
    background: none;
    border-color: #ccc;
}

.mcd-theme-footer .btn-primary {
    background: #ffbc0d;
    border: none;
}

/* 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 (min-width: 2260px) {
    #branding {
        background-position: initial;
    }
}
@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;
    }

    span.submit,
    input[type="submit"] {
        font-size: 0.9em;
    }

    .fullWidth {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .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: 640px) {
    #contentWrapper {
        width: 350px;
        /* border: #ccc solid 1px; */
        border: none;
        padding: 25px;
    }
    #fullPage {
        background-image: none;
    }
    #remeber-me {
        float: none;
    }
    #footerLinks .user-manual::before {
        content: " ";
        display: none;
        left: 4px;
        top: 4px;
        position: absolute;
        height: 10px;
        width: 1px;
        background-color: #ccc;
    }
}

/* Targets displays using any of Windows’ High Contrast Mode themes: */
@media screen and (-ms-high-contrast: active) {
    textarea::-webkit-input-placeholder {
        color: #cccccc;
    }

    textarea:-moz-placeholder {
        /* Firefox 18- */
        color: #cccccc;
    }

    textarea::-moz-placeholder {
        /* Firefox 19+ */
        color: #cccccc;
    }

    textarea:-ms-input-placeholder {
        color: #cccccc;
    }
}

/* 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;
    }
}

#submissionArea #forgotArea {
    margin-bottom: 20px;
    height: 12px;

}

#submissionArea #forgotArea .tip-item {
    width: 49%;
    float: left;
    font-size: 12px;
}

#middle-line{
	/*
	background-image: url("data:image/svg+xml,%3Csvg t='1719988099125' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='4237' width='3' height='12'%3E%3Cpath d='M495.285317 161.458275l35.133172 0 0 701.365882-35.133172 0 0-701.365882Z' p-id='4238' fill='%23cccccc'%3E%3C/path%3E%3C/svg%3E");
	*/
   float: left;
   margin-top:3px;
   border-right:1px solid #CCC;
   height:12px;
   width:1px;

}

.tip-item a {
	text-decoration: none;
}

.tip-item a:hover {
	text-decoration: underline;
	color:rgba(13,110,253, 1);
}

#type-select .nav-item .nav-link.active label{
    height: 36px;
    border-bottom: 3px solid  rgba(255, 188, 13, 1);
}

#foot-record {
    color: #ccc;
    font-size: 12px;
    text-align: center;
    width: 100%;
}
.form-check-input {
	margin-top: 0.35em !important;
	border-color:#dee2e6 !important;
}
.form-check-input:checked{
	background-color: #FFBC0D !important;
	border-color:#FFBC0D !important;
}

.form-check-input:hover{
	border-color:#FFBC0D !important;
}


.form-check-input:checked[type="checkbox"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 10 3 3 6-6'/%3e%3c/svg%3e") !important;
	background-size: 130%;
	
	background-position: center !important;
	
}

.form-check-input:focus {
	box-shadow: 0 0 0 0rem #dee2e6 !important;
}

.accountType {
    width: 100%;
    height: 36px;
    background-color: #f3f2f2;
    border-radius:4px;
}
.accountType-active {
    background-color: #f7b808;
    color: #000000 !important;
    font-weight:bold;
}
.accountType-item {
    width:calc(50% - 4px);
    text-align:center;
    margin: 2px;
    height:32px;
    color: #ccc;
    border-radius:4px;
    line-height: 32px;
    float: left;
    font-size: 14px;
}
