#spLogonBody {
text-align: center;
}
#spLogon {
display: inline-block;
float: none;
min-width: 25rem;
width: 25%;
margin-top: 5rem;
padding: 1.875rem;
text-align: left;
box-shadow: 0 3px 15px -5px #a4908e;
}
.spExpiredPassword #spLogon {
min-width: 50rem;
}
#spLogon .spLogo {
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.25rem;
}
#spLogonToolBar {
margin-top: 0.625rem;
}
#spErrorMessageContainer {
background-color: #ea642e;
color: #ffffff;
padding: 0.625rem;
margin-bottom: 0.625rem;
display: none;
}
#spErrorMessage {
white-space: pre-wrap;
}
#spSelectClientMessage {
font-size: 1.125rem;
font-weight: bold;
margin-bottom: .75rem;
text-align: center;
}
#spLogon .spLabelRequired::after {
content: ""; 
}
#spLogonBanner {
background-color: #dedede;
border-bottom: 0.188rem solid #dedede;
}
#spLogonBody {
font-family: 'Open Sans', sans-serif;
}
#spSSCLogo {
height: 3.125rem;
padding-left: 1.25rem;
margin: 0.625rem;
}
#spLogonTitle {
display: block;
width: 34.563rem;
margin: 2.5rem auto 0 auto;
font-size: 1.563rem;
font-weight: 500;
text-align: center;
background-color: #f5f5f5;
border-top: 0.063rem solid #ddd;
border-left: 0.063rem solid #ddd;
border-right: 0.063rem solid #ddd;
padding: 1.563rem 0.938rem;
border-top-left-radius: 0.188rem;
border-top-right-radius: 0.188rem;
}
 
.spSuper {
font-size: 40%;
vertical-align: super;
position: relative;
top: -0.5rem;
}
#spLogon {
width: 34.563rem;
margin-top: 0;
padding: 1.25rem 2.188rem;
border: 0.063rem solid #ddd;
background-color: #fff;
color: #999;
border-bottom-left-radius: 0.188rem;
border-bottom-right-radius: 0.188rem;
box-shadow: none;
}
.spExpiredPassword #spLogon {
min-width: unset;
}
#idPasswordRules ul {
padding-left: 1.25rem;
}
#spLogon input[type="text"], #spLogon input[type="password"], .spComboWrapper.spInput {
background-color: #fff;
border: 0.063rem solid #ccc;
border-radius: 0.25rem;
color: #555;
font-size: 0.875rem;
padding: 0 0.625rem;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
width: 100%;
max-width: 29.813rem;
margin-bottom: 0.75rem;
}
#spLogon input[type="text"]:focus, #spLogon input[type="password"]:focus {
border-color: #66afe9;
box-shadow: inset 0 0.063rem 0.063rem rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
outline: 0;
}
.spComboValue:focus:not(.spComboValueDisabled) {
outline: none;
}
#spLogon .spLabel {
display: block;
font-size: 0.688rem;
max-width: 29.813rem;
margin-bottom: 0.375rem;
color: #333;
}
#spLogonToolBar {
margin-top: 0;
}
#spLogonToolBar .spButton {
padding: 0.5rem 1.25rem;
font-weight: 400;
background-color: #5bc0de;
border: #46b8da 0.063rem solid;
border-radius: 0.25rem;
color: #fff;
}
#spSalesPageLogo {
height: 1.25rem;
margin-top: 0.625rem;
}
#spErrorMessageContainer {
border-radius: 0.188rem;
margin: 0 auto 1.25rem auto;
}
#spLogonFooter {
position: fixed;
bottom: 0;
border-top: solid 1px #d1d1d1;
padding: 1rem 2rem .75rem 2rem;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 0.75rem;
background-color: #fff;
color: #999;
z-index: 900;
}
#spLogonFooter .spToolBarRight > * {
margin-left: 0.313rem;
}
#spLogonFooter .spTextButton {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 0.75rem;
color: #999;
}
#spLogonFooter .spToolBarLeft .spTextButton {
margin-right: 0.8rem;
font-weight: normal;
}
#spLogonFooter .spToolBarRight .spTextButton {
margin: 0;
font-weight: bold;
}
