* {
	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; }



#fullPage, #brandingWrapper
{
    width:100%;
    height:100%;
    background-color:inherit;
}
#brandingWrapper
{
    background-color:#4488dd;
}
#branding
{       
    
    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;
}
#contentWrapper
{
    position:relative;
    width:500px;    
    height:100%;
    overflow:auto;
    background-color:#ffffff; 
    margin-left:-500px; margin-right:0px; 
}
#content
{
    min-height:100%;
    height: auto !important;
    margin:0 auto -55px auto;
    padding:0px 150px 0px 50px;
}
#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;
}
#header img
{
    
    width:auto;
    height:auto;
    max-width:100%;
}
#workArea, #header
{
    word-wrap:break-word;
    width:350px;
}
#workArea
{
    margin-bottom:90px;
}
#footerPlaceholder
{
    height:40px;
}
#footer
{
    height:40px;
    padding:10px 50px 0px 50px;
    position:relative;
    color:#666666;
    font-size:0.78em;
}
#footerLinks
{
    float:none;
    padding-top:10px;
}
#copyright {color:#696969;}
.pageLink { color:#000000; padding-left:16px; }



.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; }
.submitMargin { margin-top:38px; margin-bottom:30px; }
.topFieldMargin { margin-top:8px; }
.fieldMargin { margin-bottom:8px; }
.groupMargin { margin-bottom:30px; } 
.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;
}
input[type="radio"], input[type="checkbox"] {
    vertical-align:middle;
    margin-bottom: 0px;
}
span.submit, input[type="submit"]
{
    border:none;
    background-color:#0067b8; 
    min-width:80px;
    width:auto;
    height:30px;
    padding:4px 20px 6px 20px;
    border-style:solid;
    border-width:1px;
    transition:background 0s;
    color:rgb(255, 255, 255);
    cursor:pointer;
    margin-bottom:8px;
    
    -ms-user-select:none;
    -moz-transition:background 0s;
    -webkit-transition:background 0s;
    -o-transition:background 0s;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select:none;
}
input[type="submit"]:hover,span.submit:hover
{
    background: rgb(212, 227, 251);
}

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:28px;
    padding:0px 3px 0px 3px ;
    border:solid 1px #BABABA;
    font-size:1.0em;
}
input.text:focus
{
  border: 1px solid #6B6B6B;
}
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;
    
    vertical-align:middle;
}
.largeTextNoWrap
{
    height:48px;
    display:table-cell; 
    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%;
}


@media only screen and (max-height: 820px) {
    #header {
        padding-top: 40px;
        min-height:0px;
        overflow: hidden;
    }

    #workArea
    {
        margin-bottom:60px; 
    }
}


@media only screen and (max-height: 500px) {
    #header {
        padding-top: 30px;
        margin-bottom: 30px;
    }
    #workArea{
        margin-bottom:40px; 
    }
}


@media only screen and (max-width: 600px) {
    html, body {
        min-width: 260px;
    }

    #brandingWrapper {
        display: none;
    }

    #contentWrapper {
        float: none;
        width: 100%;
        margin: 0px auto;
    }

    #content, #footer, #header {
        width: 400px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    #workArea {
        width: 100%;
    }

    .fullWidth {
        width: 392px;
    }

    .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;
    }

    span.submit, input[type="submit"] {
        font-size: 0.9em;
    }

    .fullWidth
    {
        width:100%;
        margin-left:auto;
        margin-right:auto;
    }

    .fullWidthIndent {
        width: 85%;
    }

    .idpDescription
    {
        width:70%;
    }
}


@media only screen and (max-width:280px)
{
    #contentWrapper
    {
        width:260px;
    }
    .idpDescription
    {
        max-width:160px;
        min-width:100px;
    }
}


@media screen and (-ms-high-contrast: active) {
    textarea::-webkit-input-placeholder {
        color: #00FF00;
    }

    textarea:-moz-placeholder { 
        color: #00FF00;
    }

    textarea::-moz-placeholder { 
        color: #00FF00;
    }

    textarea:-ms-input-placeholder {
        color: #00FF00;
    }
}


@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 { 
        color: #ffffff;
    }

    textarea::-moz-placeholder { 
        color: #ffffff;
    }

    textarea:-ms-input-placeholder {
        color: #ffffff;
    }
}


@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 { 
        color: #000000;
    }

    textarea::-moz-placeholder { 
        color: #000000;
    }

    textarea:-ms-input-placeholder {
        color: #000000;
    }
}



:root {
    
    --brand-primary: #0AAEBB;            
    --brand-primary-hover: #089DA9;
    --brand-primary-active: #07828C;
    --brand-panel-bg: #012970;           
    --brand-surface: #ffffff;            
    --brand-heading: #012970;            
    --brand-text: #444444;
    --brand-text-muted: #6c757d;
    --brand-link: #4154f1;
    --brand-error: #dc3545;
    --brand-border: #a4a3a3;             
    --brand-radius: 5px;                 
    --brand-focus-ring: rgba(10, 174, 187, 0.35);
    --brand-font: "Open Sans", "Segoe UI", "Segoe", Tahoma, Helvetica, Arial, sans-serif;
}

html, body {
    color: var(--brand-text);
    font-family: var(--brand-font);
}


.illustrationClass {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.4);
}

#brandingWrapper {
    background-color: var(--brand-panel-bg);
}


#branding {
    margin-right: 0;    
    background-position: 34% center;    
}
#contentWrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 440px;
    height: auto;
    max-height: 92vh;
    margin: 0;
    background-color: var(--brand-surface);
    border-radius: 15px;
    box-shadow: -2px 46px 87px 0 rgba(0, 0, 0, 0.28);
}
#content {
    min-height: 0;
    margin: 0;
    padding: 8px 40px 0 40px;
}
#workArea {
    width: auto;
    margin-bottom: 8px;
}
#footerPlaceholder {
    height: 12px;
}
#footer {
    height: auto;
    position: static;
    padding: 0 40px 20px 40px;
    text-align: center;
}
#footerLinks {
    float: none;
    padding-top: 0;
}
.fullWidth, .fullWidthIndent {
    width: 100%;
    box-sizing: border-box;
}

#header {
    font-weight: 600;
    color: var(--brand-heading);
    width: auto;
    min-height: 0;
    padding-top: 36px;
    margin-bottom: 24px;
    text-align: center;   
}
#header img {
    max-height: 64px;
}

h1, h2, h3, .giantText, .bigText {
    color: var(--brand-heading);
}

a {
    color: var(--brand-link);
}
a:hover {
    text-decoration: underline;
}

.error {
    color: var(--brand-error);
}

.hint {
    color: var(--brand-text-muted);
}

#footer, #copyright {
    color: var(--brand-text-muted);
}

span.submit, input[type="submit"] {
    background-color: var(--brand-primary);
    border-color: var(--brand-primary);
    border-radius: var(--brand-radius);
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    font-size: 1.05em;
    font-weight: bold;
    text-align: center;
    transition: background 0.3s;
}
input[type="submit"] {
    display: block;
}

span.submit {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
}
input[type="submit"]:hover, span.submit:hover {
    background: var(--brand-primary-hover);
    border-color: var(--brand-primary-hover);
    color: #ffffff;
}
input[type="submit"]:active, span.submit:active {
    background: var(--brand-primary-active);
}
input[type="submit"]:focus-visible, span.submit:focus-visible {
    outline: 2px solid var(--brand-primary);
    outline-offset: 2px;
}
input[type="submit"]:disabled, span.submit:disabled,
input[type="submit"]:hover:disabled, span.submit:hover:disabled {
    background: #d6d6d6;
    border-color: #d6d6d6;
    color: #8a8a8a;
}


input.text {
    height: 40px;
    padding: 0px 2px;
    border: none;
    border-bottom: solid 1px var(--brand-border);
    border-radius: 0;
    background-color: transparent;
    color: var(--brand-text);
    font-size: 1.05em;
}
input.text:focus {
    border: none;
    border-bottom: 1px solid var(--brand-primary);
    box-shadow: 0 1px 0 0 var(--brand-primary);
    outline: none;
}
input.text::placeholder {
    color: #757575;
}

select {
    height: 40px;
    padding: 4px;
    border: none;
    border-bottom: solid 1px var(--brand-border);
    border-radius: 0;
    background-color: transparent;
}


.idp {
    height: auto;
    padding: 10px 14px;
    margin-bottom: 12px;
    background: var(--brand-surface);
    border: 1px solid #ebebeb;
    border-radius: 10px;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.idp a {
    display: block;
    overflow: hidden;
    color: var(--brand-text);
}
.idp a:hover {
    text-decoration: none;
}
.idp:hover {
    background-color: var(--brand-surface);
    border-color: var(--brand-primary);
    box-shadow: 0 4px 14px rgba(10, 174, 187, 0.18);
}
.idpDescription {
    padding-left: 12px;
}


#forgotPasswordLink {
    display: block;
    margin-top: 12px;
    text-align: center;
    font-size: 0.95em;
}


@media only screen and (max-width: 600px) {
    body {
        font-size: 1em;     
    }
    #brandingWrapper {
        display: block;
    }
    
    #branding {
        background-size: auto 140%;
        background-position: 35% 62%;
    }
    #contentWrapper {
        width: calc(100% - 16px);
        max-width: 440px;
    }
    #content {
        width: auto;
        margin: 0;
        padding: 8px 24px 0 24px;
    }
    #footer {
        width: auto;
        margin: 0;
        padding: 0 24px 18px 24px;
    }
    #header {
        width: auto;
        padding-top: 28px;
    }
    
    input.text, select {
        font-size: 16px;
    }
}