#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: ""; 
}
