/* TOC ****************************************************************************************/
/* + General Styles
/* + Page Styles
/*      - Change Password Page Styles
/*      - Change Password Success Page Styles
/*      - Communication Settings Page Styles
/*      - My Account Page Styles
/*      - Sign In Page Styles
/*      - Sign In Help Page Styles
/*      - Signed Out Page Styles
/* + User Control Styles
/*      - Password Complexity Legend
/**********************************************************************************************/
/* Change Password Page Styles*/
/* Communication Settings Page Styles */
.communicationSettingsPage {
  background-color: #A5A5A5;
  color: #2a1500;
}
.communicationSettingsPage .commMainBody {
  position: relative;
  margin: 0 auto 0 auto;
  width: 708px;
  background-color: #f4f4f4;
  border: solid 2px #777;
  z-index: 2;
  height: 513px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  box-shadow: 0px 0px 5px #777;
  padding: 8px 10px 8px 10px;
}
.communicationSettingsPage .commMainBodyMessage {
  position: absolute;
  width: 704px;
  padding: 2px 2px 2px 2px;
  margin: 0 0 0 0;
  background-color: #ffffff;
  font-size: larger;
  border: solid 1px #cecece;
  height: 472px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  top: 41px;
  left: 8px;
}
.communicationSettingsPage .statusMessage {
  padding: 0 20px 20px 20px;
}
.communicationSettingsPage .commFooter p {
  text-align: center;
  margin: 0;
  padding: 2px 2px 2px 2px;
  color: #000000;
  line-height: 12px;
}
.communicationSettingsPage .commFooter a {
  text-align: center;
  padding: 0 0 0 0;
  line-height: 12px;
}
.emailFactorPage #MainContent {
  text-align: center;
  padding-top: 2em;
}
.emailFactorPage .Code {
  margin: 1em auto 1em auto;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
}
.emailFactorPage .rzrValidationSummary {
  width: 50%;
  margin: 0 auto 0 auto;
}
/* My Account Page Styles */
.myAccountPage .summaryContainer {
  margin-top: -1rem;
  margin-bottom: 1rem;
}
/* Sign In Help Page Styles */
.signInHelpPage label {
  font-size: 0.8rem;
}
/* Sign In Page Styles */
.signInPage {
  min-height: 400px;
}
.signInPage .verisign {
  position: absolute;
  bottom: 0px;
}
.signInPage .index-sign-in {
  background-color: #004a8d;
}
.signInPage .index-sign-in input[type="text"] {
  background-color: #2581d1;
  border-color: #002c52;
  color: #fff;
}
.signInPage .index-sign-in input[type="password"] {
  background-color: #2581d1;
  border-color: #002c52;
  color: #fff;
}
.signInPage .index-sign-in ::-webkit-input-placeholder {
  color: #4eb3e4;
}
.signInPage .index-sign-in :-moz-placeholder {
  color: #4eb3e4;
}
.signInPage .index-sign-in ::-moz-placeholder {
  color: #4eb3e4;
}
.signInPage .index-sign-in :-ms-input-placeholder {
  color: #4eb3e4;
}
/* Signed Out Page Styles */
.signedOutPage {
  min-height: 400px;
}
.signedOutPage .calloutContainer {
  margin-top: 50px;
}
.signedOutPage .signInLink {
  font-size: 1.1rem;
}
.forgotMyUsernamePage #MainContent {
  background-color: #00334c;
  color: white;
  padding-top: 6px;
  padding-bottom: 0px;
  font-size: larger;
  text-align: center;
}
.forgotMyUsernamePage .EmailAddress {
  margin-left: auto;
  margin-right: auto;
}
.forgotMyUsernamePage input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  margin-left: auto;
  margin-right: auto;
  font-size: large;
}
.notificationPage #MainContent {
  background-color: #00334c;
  color: white;
  text-align: center;
  font-size: large;
  padding-top: 6px;
  padding-bottom: 6px;
}
.notificationPage a {
  text-decoration: underline;
  color: white;
}
.notificationPage a:visited {
  color: white;
}
.notificationPage a:hover {
  color: white;
}
/**********************************************************************************************/
/* User Control Styles

/* Password Complexity Legend */
.passwordComplexityLegend {
  font-size: 0.7rem;
}
.passwordComplexityLegend .titleRow {
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
  margin-bottom: 3px;
}
.passwordComplexityLegend .value {
  color: #005499;
  font-weight: 700;
}
