/* Minification failed. Returning unminified contents.
(555,26): run-time error CSS1039: Token not allowed after unary operator: '-theme-danger-red-500'
(577,26): run-time error CSS1039: Token not allowed after unary operator: '-theme-danger-red-500'
(709,31): run-time error CSS1055: Expected media-query expression, found 'screen'
(799,54): run-time error CSS1055: Expected media-query expression, found 'screen'
(981,15): run-time error CSS1039: Token not allowed after unary operator: '-content-default'
(990,15): run-time error CSS1039: Token not allowed after unary operator: '-error-default'
(999,15): run-time error CSS1039: Token not allowed after unary operator: '-primary-default'
(1016,20): run-time error CSS1039: Token not allowed after unary operator: '-primary-default'
(1032,15): run-time error CSS1039: Token not allowed after unary operator: '-primary-default'
(1097,15): run-time error CSS1039: Token not allowed after unary operator: '-content-default'
(1107,15): run-time error CSS1039: Token not allowed after unary operator: '-content-default'
(1116,15): run-time error CSS1039: Token not allowed after unary operator: '-primary-default'
(1148,28): run-time error CSS1039: Token not allowed after unary operator: '-Tile-Border'
(1149,22): run-time error CSS1039: Token not allowed after unary operator: '-White'
(1263,20): run-time error CSS1039: Token not allowed after unary operator: '-primary-default'
(1268,15): run-time error CSS1039: Token not allowed after unary operator: '-primary-default'
 */
body {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #494949;
}
body p,
body li {
  color: #5e5e5e;
}
a {
  color: #1976d2;
}
hr {
  color: #e4e4e4;
  border-top: 2px;
  display: block;
  border-style: solid;
}
.leadIn {
  font-size: 16px;
  margin: 0 0 15px 0;
  color: #5e5e5e;
  font-family: inherit;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  /*width: 290px;*/

}
/* SHRM STYLES	*/

h1 {
  color: #494949;
  font-family: inherit;
  font-size: 26px;
  font-weight: 800;
  line-height: 40px;
}
/*h2 {
    font-family: inherit;
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    color: #888888;
    text-align: center;
    line-height: 40px;
    padding-bottom: 20px;
}*/

h3 {
  font-size: 24px;
  font-family: inherit;
  line-height: 24px;
  color: #888888;
  font-weight: 600;
  line-height: 28px;
}
h4 {
  color: #888888;
  font-family: inherit;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}
p {
  color: #494949;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
small {
  font-size: 75%;
}
#searchForm {
  margin-top: 25px;
}
.textarea.input-validation-error {
  border-color: red;
  box-sizing: border-box;
  border-radius: 0px;
  box-shadow: none;
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #621c24;
  width: 290px;
}
input.search-query {
  border: 2px solid #acbad6;
  border-radius: 15px;
  margin-bottom: 0;
  padding: 4px 14px;
  width: 210px;
  max-width: 85%;
  line-height: 20px;
  transition: .3s ease all;
}
input.search-query:focus {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0 none;
}
#siteHeader {
  /* background: none repeat scroll 0 0 #e8f0f5 !important; */
  padding-top: 4vh;
  display: flex;
  position: relative;
  z-index: 999;
}
@media (max-width: 767px) {
  #siteHeader {
    display: block;
  }
}
#siteHeader .shrm-logo {
  padding-right: 20px;
  margin: 20px 20px 20px 0;
  width: 150px;
}
@media (max-width: 767px) {
  #siteHeader .shrm-logo {
    margin: 0 0 5px;
    padding: 0;
    border: none;
    text-align: center;
    width: auto;
    height: 100%;
  }
  #siteHeader .shrm-logo .mobile-logo {
    display: block;
    /*max-height: 50px;*/
    text-align: center;
    overflow: hidden;
    padding-top: 10px;
  }
  #siteHeader .shrm-logo .mobile-logo > img {
    height: 50px;
  }
}
#siteHeader .logos {
  padding: 20px 0;
  display: flex;
  align-items: center;
}
#siteHeader .logos img {
  margin-right: 20px;
}
#siteHeader .site-tagline {
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
  line-height: 1;
  font-size: 12px;
  font-weight: bold;
}
#main-content {
  /*margin-top: 2vh;*/
  min-height: 50vh;
}
/* #main-content end	*/

#footer {
  margin-top: 50px;
}
#footer #footerToolbar,
#footer #footerLower {
  text-align: center;
  font-size: 14px;
  color: black;
  border-top: 3px solid #e1e1e1;
  padding: 0;
}
#footer #footerToolbar a,
#footer #footerLower a {
  color: #3375b8;
  text-decoration: underline;
}
#footer #footerToolbar span,
#footer #footerLower span {
  border-right: 1px solid black;
}
#footer #footerToolbar #copyright,
#footer #footerLower #copyright {
  font-size: 12px;
}
#footer #footerToolbar #legalNav .unstyled,
#footer #footerLower #legalNav .unstyled {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#footer #footerToolbar #legalNav .unstyled li:not(:last-child):after,
#footer #footerLower #legalNav .unstyled li:not(:last-child):after {
  content: "|";
  float: right;
  color: black;
  padding: 0 10px;
}
#footer #footerToolbar #legalNav .unstyled a,
#footer #footerLower #legalNav .unstyled a {
  color: #3375b8;
  text-decoration: none;
}
#column-sign-in > .column-inner,
#column-reset > .column-inner,
#column-membership > .column-inner,
#column-establish > .column-inner,
#column-activate > .column-inner,
#column-establish-setup > .column-inner {
  max-width: 472px;
  margin: 0 auto;
  align-items: center;
  padding: 30px 40px;
}
#column-sign-in > .column-inner h3,
#column-reset > .column-inner h3,
#column-membership > .column-inner h3,
#column-establish > .column-inner h3,
#column-activate > .column-inner h3,
#column-establish-setup > .column-inner h3 {
  font-weight: 800;
  font-size: 22px;
  line-height: 1.3;
  color: #666666;
  letter-spacing: .01em;
  margin-top: 0;
}
#column-sign-in .tab-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.additional i[class^="fa"] {
  color: #8699c5;
  font-size: 1.5em;
}
.additional i[class^="fa"].fa-phone {
  font-size: 1.8em;
  margin-top: 2px;
}
/*#column-membership{
	
	//border-left:1px solid #c9c9c9;
		&:before{
			@orSep: 30px;
			background:#aeaeae;
			content:"OR";
			text-align:center;
			font-size:.9em;
			color:#fff;
			box-sizing:border-box;
			position:absolute;
			top:190px;
			left: -@orSep;
			width:@orSep * 2;
			height:@orSep * 2;
			border: (@orSep / 3) solid #fff;
			border-radius:@orSep;
			line-height: @orSep * 2 - ((@orSep / 3)*2); 

		}
}*/

.member-list > li {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: -0.01em;
  display: flex;
  align-items: baseline;
}
.member-list > li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  margin-right: 7px;
  font-size: 1.2em;
  line-height: 1;
  vertical-align: text-bottom;
  color: #005595;
}
/*Added below style for SSO-2854*/

.member-list > li > a {
  display: contents !important;
}
/* Bootstrap overrides	*/

[class^="btn"],
.alert {
  border: none;
  border-radius: 0;
}
.successMsg {
  width: 290px;
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  padding: 15px;
}
.errMsg {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #621c24;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  padding: 15px;
}
input[type=submit].btn-block {
  width: 100%;
}
.btn-lg.btn-block {
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
}
.btn-primary {
  background-color: #1976d2;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #005695;
  width: 100%;
}
.btn-danger {
  background-color: #ca361b;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
  background-color: #971a03;
}
.form-control {
  font-size: 16px;
  height: 38px;
}
.form-control:focus {
  box-shadow: 4px 0 6px rgba(102, 175, 233, 0.2);
  border-color: #acc8dd;
}
.form-group input,
.input-group-addon {
  border-radius: 0;
  background: none;
  box-shadow: none;
}
.input-group-addon {
  color: #bcbcbc;
  max-width: 38px;
}
.input-group-addon .fa {
  font-size: 1.2em;
}
.input-group-addon .fa.fa-lock {
  font-size: 1.5em;
}
.input-group-addon .fa.fa-lock,
.input-group-addon .fa.fa-user {
  padding-left: 2px;
}
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-left: none;
}
.input-group {
  width: 100%;
  margin-top: 15px;
}
.input-group .svg-error {
  display: none;
}
.input-group .pwd-hide,
.input-group .pwd-show {
  position: absolute;
  z-index: 3;
  right: 0;
  margin: 12px;
  cursor: pointer;
}
.terms {
  text-align: left !important;
  letter-spacing: -0.01em;
  padding-left: 0 !important;
}
.terms input {
  margin-top: 2px;
  /* display:none; */
  opacity: 0;
}
.terms input + input + span:before {
  content: "\f096";
  font-family: FontAwesome;
  margin: 0 5px 2px 0;
  font-size: 1.3em;
  vertical-align: middle;
  display: inline-block;
  width: 20px;
}
.terms input:checked + input + span:before {
  content: "\f14a";
  color: #1976d2;
}
.terms a:not(:last-child) {
  margin-left: 28px;
}
/* validation error stuff	*/

.group-valid .input-group-addon i {
  color: #009933;
}
.group-error {
  width: 100%;
}
.group-error .input-group-addon i {
  color: #d9534f;
}
.footer-leadIn {
  font-size: 14px;
  margin: 0 0 15px 0;
  line-height: 1.3;
  font-family: inherit;
}
div.error {
  line-height: 1.4;
  opacity: 0.9;
  color: none;
}
.divErrortitle {
  text-align: left;
  border-radius: 8px;
  font-weight: 700;
  line-height: 22px;
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: black;
  width: 100%;
  margin-top: 8px;
  padding: 8px 15px;
  font-family: inherit;
}
/*#forgotMsg
{
    font-weight: 400;
line-height: 22px;    
        /*background: #F8D7DA;
//border: 1px solid #F5C6CB;
//color: #621C24;
    width: auto;// 290px;
    margin-top: 10px;
    padding: 8px;
    font-size:16px;
     font-family: inherit;
}*/

.msg {
  font-size: 90%;
  font-weight: bold;
  margin: 10px 0;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
  font-size: 85%;
  width: 290px;
  margin-top: 10px;
  padding: 8px;
  font-family: inherit;
}
.alert-danger {
  background-color: #971a03;
  color: white;
  margin-top: 5px;
}
.alert-danger p {
  color: white;
  font-size: 16px;
}
.errorMsg {
  margin-top: 10px;
  background: #f2f2f2;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  height: auto;
  background: inherit;
  background-color: #f8d7da;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #f5c6cb;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: black;
  font-style: normal;
  text-align: left;
  line-height: 20px;
  border-radius: 8px;
}
.input-group.disabled::after {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 999;
}
.formBorder {
  height: auto;
  background: inherit;
  background-color: white;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  border-radius: 0px;
  visibility: inherit;
  padding-top: 8px;
  padding-left: 30px;
  padding-right: 8px;
  width: auto;
  box-shadow: none;
}
.text-danger,
.text-danger-acc-exist {
  border-radius: 0px;
  box-shadow: none;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  width: 100%;
}
.text-danger input,
.text-danger-acc-exist input {
  border: 1px solid var(--theme-danger-red-500, #dc3545) !important;
  box-shadow: 0px 0px 0px 3px #f8d7da !important;
  padding: 6px 30px;
}
.text-danger .svg-error,
.text-danger-acc-exist .svg-error {
  display: block;
  position: absolute;
  z-index: 3;
  left: 0;
  margin: 5px;
}
.password-error-highlight {
  border-radius: 0px;
  box-shadow: none;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  width: 100%;
}
.password-error-highlight input {
  border: 1px solid var(--theme-danger-red-500, #dc3545) !important;
  box-shadow: 0px 0px 0px 3px #f8d7da !important;
  padding: 6px 30px;
}
.password-error-highlight .svg-error {
  display: block;
  position: absolute;
  z-index: 3;
  left: 0;
  margin: 5px;
}
.joinButton {
  background-color: #1ba289;
}
.joinButton:hover,
.joinButton:active,
.joinButton:focus {
  background-color: #05635b;
}
.joinTitle {
  font-weight: 600;
  color: #888888;
  font-size: 32px;
  font-family: inherit;
  text-align: left;
}
.btn-signin {
  background-color: #1976d2;
}
.btn-signin:hover,
.btn-signin:active,
.btn-signin:focus {
  background-color: #005695;
}
.leadIn-cc {
  font-family: inherit;
  font-size: 13px;
  line-height: 1.3;
  color: #5e5e5e;
}
/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 970px) {
  .container {
    width: 970px;
  }
  #tab_Login,
  #tab_Forgot {
    margin: 0px;
    text-align: -webkit-center;
    text-align: -moz-center;
  }
  .center-title {
    text-align: left;
  }
  .membershipPromo {
    margin-left: 20px;
  }
  #leftAlign {
    text-align: left;
  }
  #migrate-title {
    text-align: center;
    width: 290px;
  }
  #column-sign-in .column-inner,
  #column-membership .column-inner,
  #column-establish .column-inner {
    width: auto;
    margin: 0 auto;
    align-items: center;
  }
  #column-sign-in .column-inner h3,
  #column-membership .column-inner h3,
  #column-establish .column-inner h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #666666;
    letter-spacing: .01em;
    margin-top: 0;
  }
  #column-membership {
    border-left: 1px solid #c9c9c9;
  }
  #column-membership:before {
    background: #aeaeae;
    content: "OR";
    text-align: center;
    font-size: .9em;
    color: white;
    box-sizing: border-box;
    position: absolute;
    top: 190px;
    left: -30px;
    width: 60px;
    height: 60px;
    border: 10px solid white;
    border-radius: 30px;
    line-height: 40px;
  }
  .tab-LeftPanel {
    background: white;
    border: 1px solid #cccccc;
    padding: 30px 40px;
  }
  .tab-RightPanel {
    background: white;
    padding: 30px 40px;
  }
  h2 {
    color: #888888;
    font-family: inherit;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
  }
  .joinTitle {
    text-align: left;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    font-style: normal;
    color: #888888;
    margin-left: 20px;
    padding-bottom: 0px;
  }
}
@media (min-width: 970px) and screen and (-ms-high-contrast: active), (min-width: 970px) and (-ms-high-contrast: none) {
  #tab_Login,
  #tab_Forgot {
    text-align: center;
  }
}
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 969px) {
  .container {
    width: auto;
  }
  .center-title {
    text-align: center;
  }
  #tab_Login,
  #tab_Forgot {
    text-align: -webkit-center;
    text-align: -moz-center;
    margin: 0px;
  }
  .membershipPromo {
    margin-left: 20px;
  }
  #column-sign-in {
    padding-left: 0px;
    padding-right: 30px;
  }
  #column-sign-in > .column-inner,
  #column-membership > .column-inner,
  #column-establish > .column-inner {
    margin: 0 auto;
    align-items: center;
    padding: 30px 15px;
  }
  #column-sign-in > .column-inner h3,
  #column-membership > .column-inner h3,
  #column-establish > .column-inner h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #666666;
    letter-spacing: .01em;
    margin-top: 0;
  }
  #column-membership {
    border-left: 1px solid #c9c9c9;
  }
  #column-membership:before {
    background: #aeaeae;
    content: "OR";
    text-align: center;
    font-size: .9em;
    color: white;
    box-sizing: border-box;
    position: absolute;
    top: 190px;
    left: -30px;
    width: 60px;
    height: 60px;
    border: 10px solid white;
    border-radius: 30px;
    line-height: 40px;
  }
  .tab-LeftPanel {
    background: white;
    border: 1px solid #cccccc;
    padding: 30px 15px;
  }
  .tab-RightPanel {
    padding: 30px 15px;
    width: auto;
  }
  #leftAlign {
    text-align: left;
  }
  .joinTitle {
    text-align: left;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    font-style: normal;
    color: #888888;
    margin-left: 20px;
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 969px) and screen and (-ms-high-contrast: active), (min-width: 768px) and (max-width: 969px) and (-ms-high-contrast: none) {
  #tab_Login,
  #tab_Forgot {
    text-align: center;
  }
}
@media (min-width: 360px) and (max-width: 767px) {
  #tab_Join_AccountDoesnotExist .checkbox span,
  #column-activate .checkbox span {
    display: inline-block;
    width: 345px;
  }
}
/*Device = Low Resolution Tablets, Mobiles (Landscape)
    Screen = B/w 481px to 767px*/

@media (max-width: 767px) {
  .confirmation-main:before {
    margin-top: 2vh!important;
  }
  #siteHeader {
    padding: 4vh 0 0 0;
  }
  .container-fluid {
    overflow-x: hidden;
    padding: 0 20px;
  }
  #column-sign-in {
    padding: 0px;
    margin: 0px;
  }
  #column-reset,
  #column-activate,
  #column-establish-setup {
    padding: 40px 0;
  }
  #column-reset .column-inner,
  #column-activate .column-inner,
  #column-establish-setup .column-inner {
    padding: 0;
    margin: 0;
  }
  #terms-checkbox {
    text-align: left;
  }
  #main-content {
    padding: 0px;
    display: block;
  }
  #tab_Login,
  #tab_Forgot,
  #setup_contact {
    margin: 0px;
    text-align: -webkit-center;
    text-align: -moz-center;
  }
  #footerLower {
    text-align: left !important;
  }
  #footerLower #legalNav .unstyled {
    justify-content: start !important;
  }
  #footerLower #legalNav li:first-child a {
    padding-left: 0 !important;
  }
  #leftAlign {
    text-align: left;
  }
  #column-establish-migrate {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
  }
  #column-establish-migrate .col-sm-6 {
    padding-left: 0px;
    padding-right: 0px;
  }
  #column-establish-setup {
    padding-left: 0px;
    padding-right: 0px;
  }
  #column-sign-in > .column-inner,
  #column-membership > .column-inner,
  #column-establish > .column-inner {
    border: none;
    margin: 0;
    align-items: center;
    padding: 30px 0px;
    background: none;
    box-shadow: none;
  }
  #column-sign-in > .column-inner h3,
  #column-membership > .column-inner h3,
  #column-establish > .column-inner h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #666666;
    letter-spacing: .01em;
    margin-top: 0;
  }
  #column-membership:before {
    background: #aeaeae;
    /*content: "OR";*/
    text-align: center;
    font-size: .9em;
    color: white;
    box-sizing: border-box;
    position: absolute;
    top: 400px;
    left: 116px;
    width: 60px;
    height: 60px;
    border: 10px solid white;
    border-radius: 30px;
    line-height: 40px;
  }
  .tab-LeftPanel {
    border: none;
    padding: 30px 0px;
    width: auto;
  }
  .joinTitle {
    text-align: left;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    font-style: normal;
    color: #888888;
  }
}
input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
  display: none;
}
input::-webkit-contacts-auto-fill-button,
input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.main-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.main-container:before {
  content: '';
  position: absolute;
  background: url('../Content/Images/all_background.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-top: 4vh;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.9;
}
h2 {
  color: black;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
}
#display_signin_container {
  display: none;
}
.dispay_outside_tabpanel {
  display: block !important;
  position: relative;
  z-index: 999;
}
#column-sign-in .tab-content {
  display: block;
}
.label-input {
  color: var(--content-default, #222222);
  font-feature-settings: 'clig' off, 'liga' off;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.label-asterisk {
  color: var(--error-default, #dc3545);
  font-feature-settings: 'clig' off, 'liga' off;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.leadIn a {
  color: var(--primary-default, #3375b8);
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-decoration-line: underline;
}
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  color: black;
}
.btn-new-lg {
  border-radius: 8px;
  background: var(--primary-default, #3375b8);
  padding: 12px;
  color: white;
  border: none;
}
.tab_end_text {
  color: black;
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-top: 2vh;
  text-align: center;
}
.tab_end_text a {
  color: var(--primary-default, #3375b8);
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
  text-decoration-line: underline;
  /* 125% */

}
.input-group .form-control:last-child {
  border-radius: 8px !important;
  background: white;
}
.additional {
  font-size: 12px;
}
.additional span {
  border-right: 1px solid black;
}
.additional a {
  color: #3375b8;
  text-decoration: underline;
}
.pwd_note {
  color: black;
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding-top: 8px;
  display: inline-block;
}
.reset-sign-in-btn {
  margin: 40px auto;
}
.reset-sign-in-btn > a {
  color: white;
  font-size: 20px;
  text-decoration: none;
}
.confirmation-container {
  min-height: 50vh;
  text-align: center;
  position: relative;
  z-index: 999;
  padding: 60px 0;
}
.confirmation-container .fade {
  display: none;
}
.confirmation-container .active {
  display: block;
}
.confirmation-container .resend-title {
  padding-bottom: 35px;
}
.confirmation-container .error-text-false {
  width: 70%;
  margin: auto;
  text-align: center;
}
.confirmation-title {
  color: var(--content-default, #222222);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 133.333% */
  margin: 15px 0;
}
.confirmation-desc,
.confirmation-btn {
  color: var(--content-default, #222222);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin-bottom: 50px;
}
.confirmation-btn a {
  color: var(--primary-default, #3375b8);
  font-weight: 700;
  text-decoration-line: underline;
  cursor: pointer;
}
.inactive-err {
  display: none;
}
.active-err {
  display: block !important;
}
.active-err .tab_end_text {
  text-align: left;
  margin-top: 3vh;
}
@media (min-width: 768px) {
  #column-sign-in,
  #column-reset,
  #column-activate,
  #column-establish-setup {
    padding: 30px 0;
  }
  .main-container:before {
    height: 600px;
  }
  #column-sign-in > .column-inner,
  #column-reset > .column-inner,
  #column-activate > .column-inner,
  #column-establish-setup > .column-inner {
    margin: 4vh auto;
    padding: 40px;
    border-radius: 16px;
    border: 1px solid var(--Tile-Border, rgba(218, 218, 218, 0.4));
    background: var(--White, white);
    box-shadow: 0px 2px 8px 0px rgba(51, 117, 184, 0.24);
  }
  #siteHeader .shrm-logo {
    padding-right: 20px;
    width: 150px;
    margin: auto;
  }
  .additional div {
    display: inline-block;
  }
  .confirmation-container {
    padding: 6% 15%;
  }
  .confirmation-container .confirmation-title {
    font-size: 40px;
  }
  .confirmation-container .pd-desc {
    padding: 0 70px;
  }
  .confirmation-container .forgot-sign-in {
    margin-bottom: 26%;
  }
  .reset-sign-in-btn {
    width: 50%;
  }
}
@media (min-width: 3480px) {
  .additional {
    font-size: 11px;
  }
}
.pwd_fade {
  display: none;
}
.pwd_active {
  display: block;
}
.pwd_must {
  margin: 10px 0;
  color: #222222;
  font-weight: 400;
  line-height: 24px;
  /* 150% */

}
.pwd_must_text {
  position: relative;
  top: -5px;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */

}
.pwd_must_bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: black;
  border-radius: 50%;
  margin: 0 4px 5px 0;
}
.pwd_must_check,
.pwd_must_cross {
  margin-left: -6px;
}
.status_bar_parent {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 2px 0;
}
.status_bar1,
.status_bar2,
.status_bar3 {
  background: #cccccc;
  width: 32%;
  padding: 2px 0;
  border-radius: 2px;
}
.indicator_text {
  text-align: right;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 200% */

}
.pwd_hide_error .divErrortitle {
  display: none !important;
}
.password-expiry-container {
  text-align: center;
}
.password-expiry-container h2 {
  text-align: center;
  padding: 0 35px;
}
.password-expiry-container .password-expiry-desc {
  text-align: left;
  margin: 20px auto;
}
.password-expiry-container .password-expiry-btn {
  margin-bottom: 20px;
}
.password-expiry-container .password-expiry-btn a {
  color: white;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  border-radius: 8px;
  background: var(--primary-default, #3375b8);
  padding: 12px;
  border: none;
}
.password-expiry-container .skip_for_now_btn {
  color: var(--primary-default, #3375b8);
  font-weight: 700;
  text-decoration-line: underline;
  cursor: pointer;
  background: transparent;
  border: none;
  margin-bottom: 20px;
}
.password-expiry-container .password-expired-title {
  display: flex;
}
.password-expiry-container .password-expired-title svg {
  margin: 20px 5px 0 0;
}
.password-expiry-container .password-expired-title h2 {
  padding: 0;
  font-size: 22px;
}
@media (min-width: 768px) {
  .column-password-expiry .column-inner {
    margin: 4vh auto 10% !important;
  }
}
.majento-class {
  background: red;
}
