@font-face {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),         
         url('../fonts/Poppins-Regular.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Bold.ttf') format("truetype");
    font-display: swap;
}

input::-ms-reveal,
input::-ms-clear,

#updatePasswordArea .groupMargin {
    display: block !important;
}

* {
	margin:0px;
	padding:0px;
}
html, body
{
    height:100%;
    width:100%;
    background-color: #FFFFFF;
    color: #861f41;
    font-weight:normal;
    font-family: 'Poppins', sans-serif,"Helvetica Neue", Helvetica;
    font-weight: 400;
    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;

}
#brandingWrapper
{
    background-color:#fff;
}
#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;
}
#contentWrapper
{
    position:relative;
    width:500px;    
    height:100%;
    overflow:auto;
    background-size: cover;
    margin-left:-500px; margin-right:0px; 
    background-color: rgb(255 255 255);
    color: #861f41;
}


.lightBlue{
    background-color: #FFFFFF;
    color: #861f41;
}
.dawn{	
    background-color: #FFFFFF;
    color: #861f41;	
}
.dusk{	
    background-color: #FFFFFF;
    color: #861f41;	
}
.darkblue{

    background-color: #FFFFFF;
    color: #861f41;   
}

#content
{
    background-color: rgb(255 255 255);
    color: #861f41;

    min-height:100%;
    height: auto !important;
    margin:0 auto -55px auto;
    padding:0px 50px 0px 50px;
	/* background-color: rgb(38, 114, 236); */
}
#header
{   
    font-size:2em;    
    padding-top: 90px;
    margin-bottom:0;
    overflow:hidden;
}
#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;
}
#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;
    font-size:0.78em;
    color: #861f41;
    background-color: #861f41;

}
#footerLinks
{
    float:none;
    padding-top:10px;
}
#copyright {color:#696969; display:none;}}
.pageLink { color:#000000; padding-left:16px; }

/* Vinoth: Custom styles */
#loginMessage{
	font-size: 17px;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}
/* 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:#FF0000; }

.actionLink { 
margin-bottom:8px; 
display:block;   
 background-color: rgba(255, 255, 255, 0);
text-decoration: underline;
color: #861F41;
}

a
{
    color: #861F41 !important;
    text-decoration: none;
    border: none;
    background-color: rgb(255, 255, 255);
    min-width: 80px;
    width: auto;
    height: 30px;
    padding: 6px 14px 7px 14px;
    /* border-style: solid; */
    /* border-width: 1px; */
    transition: background 0s;
    color: rgb(34, 23, 17);
    cursor: pointer;
    margin-bottom: 8px;
	margin-right: 7px;
    -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;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

ul { list-style-type: none; margin: 0 0 0 20px;color:#6F767E}
ul li:before {
    content: "";
    background: url(../logo/sub.png);
    width: 13px;
    height: 13px;
    display: inline-block;
    margin: 0 0 0 -22px;
}
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 { width:342px; }
.fullWidthIndent { width:326px; }
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: #861f41;
    min-width: 80px;
    width: auto;
    height: 30px;
    padding: 7px 20px 8px 20px;
    /* border-style: solid; */
    /* border-width: 1px; */
    transition: background 0s;
    color: white;
    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;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
input[type="submit"]:hover,span.submit:hover
{
    background-color: #A02D50;
    color: rgb(255, 241, 235);
}
input.text{
    height:28px;
    padding:0px 3px 0px 3px ;
    border:solid 1px #BABABA;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
input.text:focus
{
  border: 1px solid #9B3A58;
}
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) {
    #header {
        padding-top: 40px;
        min-height:0px;
        overflow: hidden;
    }

    #workArea
    {
        margin-bottom:60px; 
    }
}

/* 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;
    }

    #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%;
    }
}

/* 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;
    }
}


/******** New sign in changes ******/

#branding {
    height: calc(100% - 40px);
    /* background-position: left center; */
    border-radius: 24px;
    border: 1px solid #E6E6E6;
    margin: 20px 500px 0 20px;
}

#submitButton {
    width: 100% !important;
    height: 48px;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    border-radius: 12px;
    padding: 0;
    font-weight: bold;
    margin-top: 14px;
}

#cancelButton {
    width: 100% !important;
    height: 48px;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    border-radius: 12px;
    padding: 0;
    font-weight: bold;
    margin-top: 14px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #1A1D1F !important;
}
#cancelButton:hover {
    background: #F5F5F5;
}

#footer {
    background: none;
}

#footerLinks {
    padding: 0;
}

#footerLinks a {
    background: #861F41;
    border: 1px solid #861F41;
    color: #fff !important;
    line-height: 31px;
    padding: 8px 14px;
    border-radius: 8px;
}

#footerLinks a:hover {
    background: #A02D50;
}

#footerLinks a:last-child {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #1A1D1F !important;
}

#footerLinks a:last-child:hover {
    background: #F5F5F5;
}

input.text {
    height: 48px;
    text-indent: 16px;
    border-color: #C7CFD8;
    border-radius: 5px;
    margin-bottom: 12px;
}

#loginMessage {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 24px;
    color: #6F767E;
    letter-spacing: 0.3px;
    margin-top: 10px;
}

#loginMessage span, #mfaGreeting > span, h1 + span {
    color: #1A1D1F;
    padding-bottom: 24px;
    display: inline-block;
}

h1, #openingMessage {
    color: #1A1D1F;
    font-size: 37px;
    line-height: 37px;
    margin-bottom: 25px;
    font-weight: 500;
}

hr {
    border: 1px solid #EFEFEF;
}

#mfaGreeting,#instruction {
    font-size: 14px;
    color: #1A1D1F;
    border-bottom: 2px solid #EFEFEF;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

#passcodeForm .groupMargin {
    margin: 0;
}

#mfaGreetingDescription, #passcodeForm .groupMargin p, #instruction + .instruction {
    font-size: 14px;
    color: #6F767E;
    font-weight: lighter;
}

#divOtherSignInOptions a {
    font-weight: 400 !important;
    text-decoration: none !important;
}

