﻿* {
	margin:0px;
	padding:0px;
    box-sizing: border-box;
    font-family: Arial;
    color: #5e5e5e;
}
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{
    width:100%;
    height:100%;
    background-color:inherit;
}

#contentWrapper{
    background: url(/adfs/portal/images/bg.jpg) no-repeat;
    background-size:cover;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;    
}
#content
{
    width: 90%;
    max-width: 410px;
    margin-right: 75px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0px 2px 8px rgba(2, 0, 49, 0.4);
}
#header{
    font-size:2em;font-weight:lighter;padding:50px 50px 40px;overflow:hidden;
}
#workArea{padding:0 50px 20px}
#header img
{
    /* Logo image recommended dimension: 60x60 (square) or 350X35 (elongated), 4 kB average, 10 kB maximum. Transparent PNG strongly recommended. */
    width:auto;
    height:auto;
	max-height:48px;
}
#header>h4{
	background: url(/adfs/portal/images/idp/logo.png) no-repeat;
	background-size:contain; font-size: 0; height: 44px;
}
#content>main{padding:0 50px 50px}
#backButton>svg{ cursor: pointer; }
#loginMessage{font-size:24px;font-weight:600;color:#000;text-align:left;text-transform:uppercase}
#workArea,#header {word-wrap:break-word;}
div.identityBanner{ padding: 15px 0; }
.passwordArea{ padding-bottom:10px; }
#nextButtonArea>span,#submitButton{cursor:pointer;font-size:16px;color:#fff;width:100%;padding:10px 10px;margin:0;
    box-sizing:border-box;border-radius:6px;border:0;background:#2e3191;font-weight:600;display:inline-block;text-align:center;
}

#nextButtonArea>span:hover,#submitButton:hover{box-shadow: 0px 2px 8px rgb(223 38 52 / 30%);background: #df2634}
.csbm{position:absolute;bottom:15px;font-size:13px;z-index: 1000;display:none!important}
#footer{
    width: 100%;
    padding:10px 50px 0px 50px;
    position:relative;
    color:#666666;
    font-size:0.78em;
    display:none;
}
#footerLinks{
    float:none;
    padding-top:10px;
}
#copyright {color:#696969; display:none;}
.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:#c85305; }
.actionLink { margin-bottom:8px; display:block; }
a
{
    color:#2672ec;
    text-decoration:none;
    background-color:transparent;
}
ul { list-style-type: disc; }
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:100%; }
.fullWidthIndent { width:100%; }
input{max-width:100%;margin-bottom:15px;}
input[type="radio"], input[type="checkbox"] {vertical-align:middle;margin-bottom: 0px;}
span.submit, input[type="submit"]{
    border:none;
    background-color:#06428b;
    min-width:54px;
    width:auto;
    display: inline-block;
	text-align:center;
    padding:5px 20px 7px 20px;
    border-style:solid;
    border-width:1px;
    transition:background 0s;
    color:rgb(255, 255, 255);
    cursor:pointer;
    margin-bottom:8px;
    border-radius:3px; border:0;
    -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: #0198d2;
}
input.text{line-height:24px;width:100%;display:block;vertical-align:middle;padding:7px 15px;font-size:14px;
    box-sizing:border-box;border: solid 0.8px #BDBDBD;border-radius:6px;background:#fff;position:relative;
}
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;
    /* 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%;
}

/* Form factor: intermediate height layout. Reduce space of the header. */
@media only screen and (max-height: 820px) {
 
}

/* Form factor: intermediate height layout. Reduce space of the header. */
@media only screen and (max-height: 500px) {
   
   
}

@media only screen and (max-width: 1180px) {
#branding{ background-size: 100%; background-color: #eaeef4; margin-right: 0; }

}

/* Form factor: intermediate layout (WAB in non-snapped view falls in here) */
@media only screen and (max-width: 600px) {
    html, body {
        min-width: 260px;
    }

    #brandingWrapper {
        display: none;
    }

    #contentWrapper {
        float: none;justify-content: center;
    }
	#content, #footer {
        width:auto;margin-inline:20px;
    }
	#header{padding:20px 30px}
	#workArea{padding-inline:30px}
	#content>main{padding:0 30px 20px}

    #workArea {
        width: 100%;
    }

    .fullWidth {
        width: 392px;
    }

    .fullWidthIndent {
        width: 376px;
    }
}

@media only screen and (max-width: 450px) {
    body {
        font-size: 0.8em;
    }

    

    #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:280px)
{
    #contentWrapper
    {
        width:260px;
    }
    .idpDescription
    {
        max-width:160px;
        min-width:100px;
    }
}



@media screen and (max-height: 414px) {
#content>main{padding:0 30px 30px}
#header{padding:20px 30px 15px}
#workArea{padding-inline:30px}
#loginMessage{font-size:18px}

}