@import "./../fonts/fonts.css";

::-ms-reveal {
  display: none;
}

body {
  max-width: 1600px;
  margin: auto;
}
.navigation-desktop {
  min-height: 70px;
  background-color: #ffffff;
  /* border-bottom: 2px solid #ececec; */
  border-top: 2px solid #ececec;
  border-bottom: 7px solid #0071BC;  /* adding thid for new header */
	margin-top: -10px;  /* adding thid for new header*/
}
.navigation-border {
  height: 132px;
}
.main-navigation {
  max-width: 1600px;
  margin: auto;
  padding: 8px 200px 4px 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.bsc-logo {
  text-indent: -9999px;
  color: transparent;
  font-size: 8px;
  width: 135px;
  height: 47px;
  background: url(../images/bsc_new_logo_2025.png)
  no-repeat 0;
  background-size: contain;
  float: left;
  margin-top: 16px;
}
.col-7 {
  width: 58.333333%;
  display: flex;
}
.col-5 {
  width: 41.666667%;
  display: flex;
  justify-content: flex-end;
}
.banner-container {
  width: 100%;
  height: 450px;
  /* background-color: #f7f7f1; */
  /* display: inline-flex; */
  display: none;

}
.content {
  margin: 90px 25px 50px 60px;
}
.content h1 {
  color: #25282a;
  font-family: "sfprotext-medium";
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 2.5px;
  line-height: 58px;
  margin-bottom: 20px;
  padding: 0px 40px 0px 20px;
}
.content h4 {
  color: #25282a;
  font-family: "sfprotext-medium";
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.25px;
  line-height: 58px;
  margin-bottom: -15px;
  padding: 0px 20px;
}
.content .sub-content {
  color: #25282a;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 24px;
  padding: 0px 25px 0px 20px;
  font-family: "proxima_nova_rgregular";
}
.banner-image {
  float: right;
  display: none;
}
.banner-image img {
  height: 435px;
  padding-right: 60px;
  padding-top: 15px;
}
body {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
a {
  color: #2a2d30 !important;
  font-size: 12px;
  text-decoration: none;
  font-family: "proxima_nova_rgregular";
  padding: 0 0.5rem;
  /* line-height: 1; */
}
a:hover {
  text-decoration: none !important;
  color: #2a2d30 !important ;
}
/* New Footer */
.bsc-emp-footer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
 
}
.bsc-emp-footer footer {
  background-color: transparent;
  padding: 0 15px;
}
.footerLinks {
  color: #0071BC;
}
.footerLinks a {
  color: #007bff !important;
  font-size: 16px;
  padding: 0;
}
.footerLinks a:hover {
  color: #0056b3 !important ;
  text-decoration: underline;
}
.copyrightText {
  font-size: 0.9rem;
  color: #25282a;
  display: inline-block;
  font-family: proxima_nova_rgregular;
}

/* Old Footer */
.bsc-footer {
  float: left;
  background-color: #f4f4f4;
  /* min-height: 250px; */
  margin: 0 auto;
  position: relative;
  bottom: 0px;
  width: 100%;
}
.container {
  max-width: 1600px;
}
footer {
  background-color: #f4f4f4;
  padding: 1.5rem 3rem;
}
footer ul {
  margin: 0px;
}
footer ul p {
  font-family: "proxima_novasemibold";
  color: #25282a;
}
footer ul li {
  padding-bottom: 5px;
  list-style-type: none;
  /* text-align: center; */
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
}
footer ul li a {
  color: #25282a;
  font-size: 0.8em;
  line-height: 1;
  padding: 0;
}
.footer-primary {
  padding: 0px;
  margin-bottom: 20px;
}
.footer-primary .row {
  display: inline-flex;
  width: 100%;
}
.col-lg-2 {
  width: 16.666667%;
  display: flex;
}
.col-lg-3 {
  width: 25%;
  display: flex;
}
.add {
  border: none;
}
.login-card {
  width: 80%;
  min-height: 420px;
  height: auto;
  /* position: absolute;  */
  left: 10%;
  /* top: 470px; */
  margin: auto;
  padding: 20px 0px;
  border-radius: 16px;
  background-color: #ffffff;
  /* box-shadow: 0 2px 18px 0 rgba(172, 172, 172, 0.5); */
}

.login-container {
  max-width: 1600px;
  min-height: 600px;
  height: auto;
  background-color: #ffffff !important;
  padding-top: 2%;
  /* height: max-content; */
}




.login-heading {
  color: #252829;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 29px;
  display: flex;
  justify-content: center;
  font-family: "proxima_nova_rgregular";
}
.pt-3 {
  padding-top: 1rem !important;
}
.mx-auto {
  margin: auto !important;
}
.login-button {
  color: #ffffff;
  background-color: #0071bc;
  border: 1px solid #0071bc;
  padding: 10px 25px;
  text-align: center;
  border-radius: 38px;
  border-style: solid;
  min-width: 100px;
  min-height: 45px;
  font-size: 16px;
  line-height: 18px;
  display: block;
  cursor: pointer;
}
.login-body {
  width: 50%;
  margin: 20px auto;
}
.login-button:hover {
  color: #ffffff;
  background-color: #003b5c;
  border: 1px solid #003b5c;
}
.link {
  color: #0071bc;
  background-color: #ffffff;
  border: 0;
  padding: 10px 25px;
  text-align: center;
  text-decoration: underline;
  font-size: 16px;
  line-height: 18px;
  display: block;
  cursor: pointer;
}
.link:hover {
  color: #003b5c;
}
.input {
  display: inline-grid;
  margin: auto;
  width: 100%;
  padding: 0 20px;
}
.input-label-pwd {
  padding-left: 5px;
    padding-bottom: 5px;
    display: inline-grid;
    margin: auto;
    width: 100%;
    padding-top: 8px;
    font-weight: bold;
}
.input label {
  font-size: 14px;
  padding-left: 5px;
}
.input .input-field {
  height: 35px;
  border: 1px solid #acacac;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 16px;
  padding-left: 10px;
}
.input .input-field:focus {
  outline-color: #e6f4f9;
}

@media (min-width: 740px) {
  .privacy {
    padding-top: 0.625rem;
  }
  .privacy .trust-certification {
    text-align: center;
    margin-top: 35px;
  }
}
@media (min-width: 1024px) {
  .privacy {
    padding-top: 2.2rem;
    padding-bottom: 25px;
  }
  .privacy .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .privacy .trust-certification {
    margin-top: 0px;
    padding-left: 45px;
  }
}
.copyright-text {
  text-align: left !important;
}
@media (min-width: 1440px) {
  .privacy {
    padding-left: 35px;
    padding-right: 35px;
    padding-right: 20px;
    background-color: #ffffff;
  }
  .privacy .container {
    padding-left: 20px;
    background-color: #ffffff;
  }
  .privacy .trust-certification {
    padding-left: 180px;
  }
}

.blue-shield-of-cal {
  /* height: 14px; */
  /* width: 943.2px; */
  color: #242729;
  font-family: "proxima_nova_rgregular";
  font-size: 12px;
  line-height: 14px;
  padding-top: 6px;
}

.copyright {
  float: left;
}
.copyright-text {
  float: right;
  margin-top: 1.5em;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

#js_cms_codes {
  margin-top: 1.5em;
}

.privacy {
  padding: 0px 0px 0px 0px;
  background-color: #ffffff;
  width: 75%;
}
.privacy .copyright-text {
  font-size: 12px;
  line-height: 1;
  text-align: center;
  padding-left: 0px;
  padding-left: 0px;
  margin-top: 10px !important;
  color: #25282a;
}
.privacy .trust-certification {
  text-align: center;
  margin-top: 35px;
}
.privacy .trust-certification a {
  color: #25282a;
}
.centered {
  float: right;
  padding-right: 90px;
}
.list-unstyled {
  list-style: none;
}

/* ping login updated styles */
.login-card > .ping-body-container {
  width: 40%;
  margin: 20px auto;
}
.ping-buttons {
  margin: 20px auto;
  display: flex;
}
#signOnButtonSpan {
  margin: auto;
}
#signOnButton {
  /* cursor: pointer;
  background-color: #0071bc;
  color: #ffffff !important;
  border-radius: 38px;
  border-style: solid;
  border-color: #0071bc;
  font-size: 16px;
  padding: 10px 20px; */
  font-family: proxima_nova_rgregular;
  
	color: #000000;
	/* font-family: ProximaNovaSemiBold,sans-serif; */
	/* font-size: 14px; */
	font-weight: 600;
	letter-spacing: 0;
}
#signOnButton:hover {
  background-color: #003b5c;
  color: #ffffff !important;
  border-style: solid;
  border-color: #003b5c;
}
#previous { 
  font-family: proxima_nova_rgregular;  
	color: #000000;
	/* font-family: ProximaNovaSemiBold,sans-serif; */
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
}
#previous:hover {
  background-color: #003b5c;
  color: #ffffff !important;
  border-style: solid;
  border-color: #003b5c;
}
.account-actions {
  /* justify-content: center; */
  display: flex;
  /* padding-top: 10px; */
}
.account-actions > a {
  font-size: 16px;
  /* margin: auto !important; */
  color: #0071bc !important;
  text-decoration: underline;
}
.ping-input-label {
  padding: 0px !important;
	color: #000000;
	font-family: ProximaNovaSemiBold,sans-serif;
	font-size: 14px;
	font-weight: 600;
  text-align: left;
  letter-spacing: 0;
  margin: 4px;
  /* padding: 0px !important; */
}
.user-icon {
  position: absolute;
  height: 20px;
  width: 20px;
  top: 8px;
  left: 10px;
  fill: #acacac;
  padding-top: 6px;
}
.password-icon {
  position: absolute;
  height: 24px;
  width: 24px;
  top: 8px;
  left: 10px;
  fill: #acacac;
  padding-top: 6px;
}
.alert-icon {
  position: absolute;
  height: 24px;
  width: 24px;
  top: 16px;
  left: 10px;
  fill: #c6050d;
}
.ping-input-container {
  /* position: relative; */
  margin-bottom: 15px;
}
.ping-input-container.login {
  position: relative;
  margin-bottom: 15px;
}
.ping-input-container input {
  padding-left: 10px;
  height: 35px;
  /* width: 100%; */
  /* width: 95%; Fix for DAP-43237*/
  /* max-width: 75vw; */
  width: 95%;  
  border: 1px solid #acacac;
  border-radius: 2px;
  font-size: 16px;
  height: 50px;
  border-radius: 5px;
  font-size: 16px;
}
.ping-input-container.login input {
  padding-left: 35px;
  width: 90%;
}
.ping-input-container input:focus {
  border: 1px solid #acacac;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.ping-messages {
  display: block;
  margin: 10px 0px;
  font-size: 15px;
  background-color: #f7ecec;
  text-align: left;
  border-radius: 3px;
  font-family: "proxima_nova_rgregular";
  
}

.ping-messages-change-pwd {
  display: block;
  margin: 10px 0px;
  font-size: 18px;
  text-align: left;
  border-radius: 3px;
  font-family: "ProximaNovaSemiBold";
}
.ping-messages div {
  padding: 5px;
}
.tooltip-text {
  display: flex;
  padding-bottom: 10px;
}

/* Change Password styles */
.change-password-container {
  width: 40%;
  margin: 20px auto;
}
.section-title {
  font-family: "proxima_nova_rgregular";
}
.change-buttons {
  display: grid;
}
.ping-button.normal.allow {
  cursor: pointer;
  margin: auto;
  display: flex;
  background-color: #0071bc;
  color: #ffffff !important;
  border-radius: 38px;
  border-style: solid;
  border-color: #0071bc;
  font-size: 16px;
  padding: 10px 35px;
  /* min-width: 60px; */
  min-height: 30px;  
  line-height: 25px;
  box-sizing: border-box;
  }
 @media screen and (max-width: 599px) {
   .ping-button.normal.allow {
      cursor: pointer;
      margin: unset;
      display: flex;
      background-color: #0071bc;
      color: #ffffff !important;
      border-radius: 38px;
      border-style: solid;
      border-color: #0071bc;
      font-size: 16px;
      padding: 10px 35px;
      /* min-width: 60px; */
      min-height: 30px;  
      line-height: 30px;
      box-sizing: border-box;
  	}
   
 }
.ping-button.normal.allow:hover {
  background-color: #003b5c;
  color: #ffffff !important;
  border-style: solid;
  border-color: #003b5c;
}
.ping-button.blue.deny {
  cursor: pointer;
  margin: 10px auto 0px;
  display: flex;
  color: #0071bc !important;
  font-size: 16px;
  padding: 10px 20px;
  text-decoration: underline;
}
.ping-button.blue.deny:hover {
  color: #003b5c !important;
  text-decoration: underline;
}
.login-container.change {
  height: 600px;
}

/* forgot-password styles*/
.ping-container.ping-signin.forgot-password {
  min-height: 450px;
  height: fit-content;
  /* width: 80%; */
  margin: 50px auto;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 1px 1px 8px 0 rgb(0 0 0 / 43%);
  max-width: 1100px;
}

.ping-container.forgot-password {
  min-height: 450px;
  height: fit-content;
  /* width: 80%; */
  margin: 50px auto;
  padding: 30px;
  border-radius: 5px;
  /* box-shadow: 1px 1px 8px 0 rgb(0 0 0 / 43%); */
  max-width: 1100px;
}
.ping-header.forgot-header {
  color: #25282a;
  font-family: "proxima_nova_rgregular";
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 40px;
  text-align: center;
  /* margin-bottom: 40px; */
  width: 60%;
  margin: 0px auto 20px;
}
.ping-body-container.forgot-container {
  /* width: fit-content; */
  /* width: 40%; */
  margin: auto;
}
.ping-body-container.forgot-container.success {
  width: 70%;
  margin: auto;
}
.forgot-message {
  background-color: #fff;
}
.forgot-message div {
  padding: 5px 0px;
}
.forgot-success {
  background-color: #fff;
  width: 80%;
  margin: auto;
  justify-content: center;
  display: flex;
}
.forgot-error {
  background-color: #fff;
  width: 100%;
  margin: auto;
}
.forgot-success p {
  text-align: justify;
}
.forgot-success-buttons {
  margin: 40px auto;
  display: flex;
  width: 50%;
}
.forgot-buttons {
  display: grid;
  margin: 50px auto;
}
.ping-pass-change {
  margin: auto;
  display:flex;
  float: left;
}
.ping-login-change {
  margin: auto;
  display:flex;
  float: right;
  padding-top: 3px;
}
.ping-input-link.ping-pass-change.center-align {
  display: flex;
  justify-content: center;
}
.ping-input-link.ping-pass-change.center-align > a {
  margin: 0px auto;
  padding: 5px 20px;
}
.ping-pass-change .forgot-password {
  cursor: pointer;
  /* margin: 10px auto 0px; */
  display: flex;
  color: #0071bc !important;
  font-size: 16px;
  /* padding: 10px 20px; */
  text-decoration: underline;
  /* padding-right: 0%; */
  /* padding-left: 10%; */
  padding-top: 10px;
  /* flex: 1; */
}

.ping-password-change {
  margin: auto;
  display:flex;
  float: left;
}
.ping-input-link.ping-password-change.center-align {
  display: flex;
  justify-content: center;
}
.ping-input-link.ping-password-change.center-align > a {
  margin: 0px auto;
  padding: 5px 20px;
}
.textFont {
  font-family: "proxima_nova_rgregular";
}
.ping-password-change .forgot-password {
  cursor: pointer;
  /* margin: 10px auto 0px; */
  display: flex;
  color: #0071bc !important;
  font-size: 18px;
  /* padding: 10px 20px; */
  text-decoration: underline;
  /* padding-right: 0%; */
  /* padding-left: 10%; */
  padding-top: 10px;
  /* flex: 1; */
  font-family: 'proxima_nova_rgregular';
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* or 156% */
  text-align: center;
  letter-spacing: 0.16px;
  text-decoration-line: underline;
}

/* Fix for pipe Symbol alignment in login page */
@media (max-width:443px) {
    a.forgot-password {
        padding-right:10px !important;
    }
}
@media (min-width:538px) and (max-width: 600px){
    a.forgot-password {
        padding-right:20px !important;
        padding-bottom:7px !important;
    }
}
.forgot-form {
  width: 100%;
  margin: auto;
}
.ping-steps {
  padding: 20px 0;
  text-align: center;
}
.ping-steps .step {
  text-align: center;
  display: inline-block;
  width: 120px;
  font-family: "proxima_nova_rgregular";
}
.ping-steps .step span {
  color: #0071bc;
  background-color: #fff;
  width: 24px;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 2px 5px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #0071bc;
}
.ping-steps .step.active span {
  color: #fff;
  background-color: #0071bc;
}
.ping-steps .step label {
  display: block;
  font-size: 12px;
  text-transform: none;
  color: #0071bc;
  margin-right: 0;
  padding-top: 10px;
}
.icon-approve:before {
  content: "\70";
}
.ping-steps .step .complete {
  display: inline-block;
  margin: 1px 1px 0 0;
  font-size: 9px;
}
.ping-input-container input.request-username {
  width: 95%;
}

/* expiry alert */
.ping-container.expiry-alert {
  height: 600px;
  width: 80%;
  margin: 50px auto;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 2px 18px 0 rgba(172, 172, 172, 0.5);
}
.ping-messages.expiry {
  background-color: #fff;
}
.expiry.center {
  text-align: center;
}
.remind-link {
  cursor: pointer;
  margin: 0px auto;
  display: flex;
  color: #0071bc !important;
  font-size: 16px;
  padding: 10px 20px;
  justify-content: center;
  text-decoration: underline;
}
.remind-link:hover {
  text-decoration: underline;
  color: #003b5c !important;
}

/* terms and conditions style */
.registration-container {
  width: 85%;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 2px 18px 0 rgba(172, 172, 172, 0.5);
  margin: 40px auto;
}
.set-up-your-account {
  color: #25282a;
  font-family: "proxima_nova_rgregular";
  font-size: 32px;
  letter-spacing: 0;
  line-height: 38px;
  text-align: center;
}
.login-reg {
  /* height: 1143px; */
  margin: auto;
}
.registration-terms {
  color: #25282a;
  font-family: "proxima_nova_rgregular";
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 29px;
  text-align: center;
  margin: auto;
}
.blue-shield-third-pa {
  color: #25282a;
  font-family: "proxima_nova_rgregular";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
  margin: auto;
  padding: 0px 100px;
}
.headingthree {
  color: #25282a;
  font-family: "proxima_nova_rgregular";
  font-size: 20px;
  letter-spacing: 0;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
}
.headingone {
  color: #25282a;
  font-family: "proxima_nova_rgregular";
  font-size: 20px;
  letter-spacing: 0;
  line-height: 38px;
  font-weight: bold;
}
.headingtwo {
  color: #25282a;
  font-family: "proxima_nova_rgregular";
  font-size: 20px;
  letter-spacing: 0;
  line-height: 38px;
  font-weight: bold;
  margin-bottom: -6px;
}
.reject-terms-condi {
  height: 22px;
  width: 270px;
  color: #0071bc;
  font-family: "proxima_nova_rgregular";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  color: #0071bc;
  text-decoration: underline;
  text-decoration-color: #0071bc;
  font-size: 16px;
  color: #0071bc !important;
  text-decoration: underline;
}
.reject-terms-condi:hover {
  color: #003b5c;
  text-decoration: underline;
}
.button_example {
  position: absolute;
  right: 50;
}
.rectangle {
  height: 56px;
  width: 252px;
  border-radius: 28px;
  background-color: #0071bc;
  color: #fff;
  font-size: 16px;
}
.headingfour {
  font-family: "proxima_novasemibold";
}

/* informational pages dropdown */
.nav-wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  font-family: "proxima_novasemibold";
}
.nav {
  display: -ms-flexbox;
  /* display: flex; */
  display: inline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav .nav-item {
  cursor: pointer;
  padding-bottom: 2px;
  padding-right: 20px;
}
.nav .nav-item .nav-link {
  color: #25282a !important;
  font-family: "proxima_novasemibold";
  text-decoration: none;
  padding: 12px 0px;
}
.nav .nav-item .nav-link span {
  padding-right: 10px;
  font-size: 16px;
}
.dropdown-toggle::after {
  display: none;
}
a[aria-expanded="true"] {
  box-shadow: 0 5px 0 0 #0071bc;
}
a.contact {
  box-shadow: none;
}
.svglogo {
  fill: #0071bc;
}
.svglogo ::ng-deep svg {
  stroke: #0071bc;
}
.mega-menu {
  /* top: auto; */
  margin: 0;
  height: 350px;
  display: none;
  box-shadow: 0 16px 24px -4px rgba(0, 0, 0, 0.08);
}
.dropdown-content {
  margin: 50px 0px;
  /* padding: 25px 60px 25px 120px; */
}
.nav-heading h2 {
  margin: 5px;
  letter-spacing: 0.06rem;
  font-size: 48px;
  text-transform: uppercase;
  font-family: "tradegothiclt-bold";
  padding: 5px;
  width: 350px;
  color: #25282a;
}
.nav-heading .nav-links .list-group {
  margin: 5px;
  padding: 5px;
}
.nav-heading .nav-links .list-group li {
  /* padding-bottom: 30px; */
  padding: 10px;
}
.nav-heading .nav-links .list-group li a {
  font-size: 22px;
  font-family: "proxima_novasemibold";
  color: #25282a;
  vertical-align: middle;
  padding-right: 10px;
  text-decoration: none;
}
/* Dropdown Changes */
.arrow {
  border: solid #0071bc;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  height: 1px;
  margin-bottom: 2px;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.mega-menu {
  margin: 0;
  height: 350px;
  box-shadow: 0 16px 24px -4px rgba(0, 0, 0, 0.08);
}
.dropdown-content {
  display: none;
  position: absolute;
  top: 70px;
  background-color: #fff;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.dropdown-content .header {
  background: red;
  padding: 16px;
  color: white;
}
/* .dropdown:hover .dropdown-content {
  display: block;
} */
.dropdown-content.show {
  display: block;
}
.secondary-link {
  line-height: 1.5rem;
  color: #0071bc;
  transition: background-color 0.5s ease-out, color 0.5s ease-out, border 0.5s ease-out;
  text-decoration: none;
}
.informational-pages {
  height: 96px;
  width: 365px;
  color: #25282a;
  font-family: ProximaSemiBold;
  font-size: 40px;
  letter-spacing: 2.08px;
  line-height: 47px;
}
.find-a-doctor {
  height: 32px;
  width: 146px;
  color: #25282a;
  font-family: "proxima_nova_rgregular";
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.06px;
  line-height: 32px;
}
.sub-nav-xl-myblueshield {
  height: 19px;
  width: 143px;
}
.dropdown-content-row {
  margin: 30px 10px;
  display: flex;
}
.column {
  float: left;
  width: 30%;
  padding: 40px 40px 40px 80px;
}
.column2 {
  margin: 0 auto;
  width: 70%;
  padding: 40px;
}
.dropdown-toggle::after {
  display: none;
}
.secondary-link:after {
  content: "\276D";
  color: #0071bc;
  position: absolute;
  transition: 0.5s;
  margin-left: 0.5rem;
  height: 19px;
  width: 11px;
}
.secondary-link:hover:after {
  margin-left: 1rem;
  color: #003b5c;
}
.headingsecond {
  margin: 5px 10px 5px 50px;
  letter-spacing: 0.06rem;
  font-size: 48px;
  text-transform: uppercase;
  font-family: "tradegothiclt-bold";
  padding: 5px;
  width: 350px;
  color: #25282a;
}
.inner-list li {
  padding: 15px 10px;
}

#loginfooter{
  bottom: 0;
  position:fixed;
}


/* --------new css for create account and customization------------ */
.login-flex-container{
  border: 3px solid #fff;
  padding: 20px;
  min-height: 420px;
  height: auto;
  /* box-sizing: border-box; */
  display: flex;
  flex-wrap: wrap;
  /* overflow: hidden; */
}
.login-flex-child { 
  padding: 20px; 
  flex: 1;
}

.login-flex-child-left {
   
   border-right: 1px solid #eaeaea ;
   
}​​
.sub-heading{
	font-size: 40px;
	letter-spacing: 0;
  line-height: 49px;
  font-family: Century Gothic,ProximaRegular;
  font-weight: 400;
}
.headingColor{
  color: #0071bc;
  font-size: 40px;
  font-family: Century Gothic,ProximaRegular;
  font-weight: 400;
  text-align: left;
  margin-top: 5px;
}
.headingColor-register{
  /* color: #0071bc; */
  font-size: 32px;
  font-style: normal;
  font-family: proxima_nova_rgregular;
  font-weight: 700;
  text-align: left;
  margin-top: 5px;
}
.sub-heading .headingColor{
  font-family: proxima_nova_rgregular;
  font-weight: 400;
}

.sub-text{
  font-family: "proxima_nova_rgregular";
  font-size: 16px;
  letter-spacing: .02em;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.sub-text-register {
  font-family: "proxima_nova_rgregular";
  font-size: 16px;
  letter-spacing: .02em;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}
.section-header{
  /* height: 49px; Fix for DAP-43237*/
  color: #0071BC;
  font-family: 'proxima_nova_rgregular';
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.32px;
}
.desc-text{
  color: #25282A;
  font-family: "proxima_nova_rgregular";
  letter-spacing: 0.16px;
  line-height: 28px;
  font-size: 18px;
  text-align: center;
  font-weight: 400;

}

.desc-text > .desc-text-align {
  display: inline-block;
  text-align: left;
  margin-top: 30px;
  margin-left: 32px;
  width: 430px;
}

.desc-text-align p {
  margin: auto;
  margin-bottom: 25px;
}

.link-contact {
  
  font-family: "proxima_nova_rgregular";
  text-decoration: underline;
  font-size: 16px;
   color: #014d83 !important;
}

.divider{

  padding-top: 20px;
  /* flex: 0.1; */
}

.login-divider{

  padding-top: 10px;

}

.primary-checkbox {
  margin-right: 65px;
  /* margin-bottom: 2rem; */
  margin-top: 0.75rem;
}

#rememberUsername, #primaryCheckId {
  height: 24px;
  width: 24px;
  vertical-align: middle;
  cursor: pointer;
}

input#rememberUsername:checked, input#primaryCheckId:checked {
  content: url("/employer-assets/images/checkbox_selected.svg") !important;
}

.input[type=checkbox] {
  height: 24px !important;
  width: 24px !important;
  vertical-align: middle;
  cursor: pointer;
}

.registerAccountModal .modal-dialog.modal-lg, .accountLocked .modal-dialog.modal-lg{
  max-width: 690px;
}
.registerAccountModal .modal-header, .accountLocked .modal-header {
  border-bottom: none;
  padding: 40px 42px 10px;
}
.registerAccountModal .modal-content, .accountLocked .modal-content {
  border-radius: 16px;
}
.registerAccountModal .body-lg {
  letter-spacing: 0.06px !important;
  line-height: 32px;
  font-size: 20px;
  font-family: 'proxima_nova_rgregular';
  color: #25282A;
}
.registerAccountModal ul.body-lg {
  padding-left: 20px;
}
.registerAccountModal ul li{
  margin-bottom: 12px;
}
.registerAccountModal .heading-sub, .accountLocked .heading-sub{
  /* color: #0071BC; */
  font-family: "proxima_nova_rgregular";
  font-size: 30px;
  letter-spacing: 0;
  line-height: 37px;
  text-align: left;
  padding-left: 27px;
  font-weight: 600;
}
.registerAccountModal .closeModal, .accountLocked .closeModal{
  padding: 13px 28px;
  border-radius: 28px;
  border: 0px;
  margin-top: 15px;
  outline: none !important;
}
.registerAccountModal .modal-header button.close, .accountLocked .modal-header button.close{
  position: absolute;
  right: 14px;
  top: 14px;
}
.registerAccountModal svg, .accountLocked svg{
  height: 24px;
  width: 24px;
}

.login-forgot-password {
  cursor: pointer;
  /* margin: 10px auto 0px; */
  display: flex;
  color: #0071bc !important;
  font-size: 16px;
  /* padding: 10px ; */
  text-decoration: underline;
  /* padding-right: 10%; */
  padding-left: 20px;
  padding-top: 10px;
 

}
.forgot-username{
  color: #25282a;
  font-family: "proxima_nova_rgregular";
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 40px;
  text-align: center;
  /* margin-bottom: 40px; */
  width: 60%;
  margin: 0px auto 20px;
}

.login-forgot-username {
  cursor: pointer;  
  padding-top: 10px;
}

/* link-contact:hover, link-contact:active {
  color: #005b85;
} */

/* ------- new header style -------- */

.navigation-desktop .topSection{
	background-color:#42484D;
    height: 30px;
  
}
.navigation-desktop .topSection .topSection_two{
	width: 1000px;
    margin: 0 auto;
    height: 25px;
    position: relative;
}

#header_nav {
	display:block;
	height:25px;
	position:relative;
	position:absolute;
	right:0;
	top:0;
	font-size:11px;
  float:left;
  margin-top: 6px;
}
#header_nav li {
	display:inline;
	list-style:none;
	white-space:nowrap;
}
#header_nav li a {
	text-decoration:none;
	color:#fff !important;
	padding: 0px 10px;
	border-right: 1px solid #c5c4c4;
	line-height:23px;
	font-size: 11px;
}
#header_nav li.last a {
	border-right:none;
}
#header_nav li a:hover {
	color:#000;
}

#header_nav li.feedback a {
  color: #FFFFFF;
  line-height: 23px;
  padding: 0 12px 0 10px;
  text-decoration: none;
  background: url(../images/sm_FFF_oo.gif);
  background-repeat: no-repeat;
  background-position: right;
}
.logoSection
{
	 width: 100%;
    margin: 0 auto;
    height: 93px; /* Fix for DAP-49483 */
    justify-content: center;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
h1.smaller {
  font-size:24px;
  line-height: 21px;
  color:#0071BC;
}
 h1#empConnection.smaller_updated { 
       font-size:21px; line-height:31px;
       margin-top: 25px;
   }
.portal_header {
    /* position:absolute; */
    top:51px;
    /*left:275px;*/
    color:#434345 !important;
    font-size:24px;
    padding-left: 16px;
    border-left: 1px #cccccc solid;    
    font-weight: 300;
    font-family: "Century Gothic", Arial, Sans-serif;
    margin-left: 8px;
    white-space:nowrap; /* IE 6 needs this, Fis for DAP-49483 */
    display: inline-block;
    font-style: normal;
    line-height: 28px;
}

.primary_navigation_area {
  margin: -12px 10px 12px;
}

_bo\dy .primary_navigation_area {
  margin: 0px 15px 5px;
}

*body .primary_navigation_area {
  margin: 5px 15px 5px;
}

/*----------Main Nav styles----------------------------*/

#primary_navigation_list {
	padding: 0;
	margin: 10px 0;
	/*IE*/_margin:3px 0;
	list-style: none;
	float: left;
	clear: left;
}
#primary_navigation_list li {
	float: left;
	display: inline; /*For ignore double margin in IE6*/
	margin: 0 1px;
}
#primary_navigation_list li a {
	text-decoration: none;
	float:left;
	color: #FFF !important;
	font-weight:bold;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
}
#primary_navigation_list li a span {
	margin: 0 10px 0 -10px;
	padding: 7px 8px 10px 18px;
	position: relative; /*To fix IE6 problem (not displaying)*/
	float:left;
}
#primary_navigation_list li a {
	background-color:#0071BC;
	/*background: url(/bsca/bsc/wcm/connect/employer/721db254-8f20-43b3-b345-d1329f8d55ea/main-nav.gif?MOD=AJPERES) no-repeat top right;*/
	/*background: url(/bsca/employer/wcm/connect/employer/721db254-8f20-43b3-b345-d1329f8d55ea/main-nav.gif?MOD=AJPERES) no-repeat top right;*/
	color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
    line-height: 12px;
	border: 1px solid #CCCCCC;
}
#primary_navigation_list li a span {
	/*color:#0071BC;*/
	/*background: url(/bsca/bsc/wcm/connect/employer/721db254-8f20-43b3-b345-d1329f8d55ea/main-nav.gif?MOD=AJPERES) no-repeat top left;*/
	/*background: url(/bsca/employer/wcm/connect/employer/721db254-8f20-43b3-b345-d1329f8d55ea/main-nav.gif?MOD=AJPERES) no-repeat top left;*/
	padding: 10px 7px 8px 13px;
    margin-left: 2px;
}
/*hover state*/
#primary_navigation_list li a:hover {
	background-position: bottom right;
	background-color:#005B85;
}
#primary_navigation_list li a:hover span {
	background-position:bottom left;
	margin: 0 10px 0 -10px;
	padding: 10px 7px 8px 13px;
    margin-left: 2px;
	/*padding: 7px 8px 4px 18px;*/
}
/*active state*/
#primary_navigation_list li a.active {
	background-position: center right;
	background-color:#D3EEFb;
	color:#333;
	border: 1px solid #CCCCCC;
}
#primary_navigation_list li a.active span {
	background-position: center left;
	/*padding: 9px 8px 4px 18px;*/
}
  
.login-checkbox {
  color: #25282A;
  font-weight: 500;
  font-family: ProximaNovaSemiBold,sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  text-align : left;
}

@media screen and (max-width:639px){
  .login-container {
    min-height: 1200px;
    height: auto;
  }
  .login-flex-child-left {
      border-right: 0px;
   border-bottom: 1px solid #eaeaea ;
  }
  
  .navigation-desktop .topSection .topSection_two {
      width: 100%;
      margin: 0 auto;
      height: 25px;
      position: relative;
  }
  .heading-sub {
    font-size: 28px !important;
  }
  
  }
  .register-button{
    min-width: 124px;
    min-height: 40px;
    line-height: 30px;
    box-sizing: border-box;
    font-weight: 700;
    letter-spacing: .01em;
    display: table;
  }

  .register-button[disabled] {
    pointer-events:none;
    opacity:0.5;
    background: #F4F4F4;
    border: 1px solid #D8D8D8;
    border-radius: 32px;
    color: #767676 !important;
  }

  @media screen and (max-width:1000px){
  .navigation-desktop .topSection .topSection_two {
      width: 100%;
      margin: 0 auto;
      height: 25px;
      position: relative;
  }
  
  }

  @media screen and (max-width: 1024px){
    .login-card {
        width: 90%;
    }
    
    .login-flex-child-left {
        width: 1000px;
    }
    
    .headingColor {
        font-size: 28px !important;
    }
    
  }
    
  @media screen and (max-width: 700px){
    
    .login-flex-child-left {
        width: 700px;
       border-right: 0px;
       border-bottom: 1px solid #eaeaea;
        
      
    }
    
    .login-container {
        min-height: 1000px;
        height: auto;
      }
    
    .login-flex-child {
        padding: 20px;
        flex: auto;
      
    }
    
   }
  /* @media screen and (max-width: 639px){
  .heading-sub {
    font-size: 28px !important;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px)
{
  .heading-sub {
    font-size: 28px !important;
  }
} */
 .signOnButtonDisabled{

    opacity: .5;
    cursor: not-allowed;
  }

  .recoverybutton{
    margin-top: 0px;
    margin-bottom: 0px;
  }
.recovery-lable{
  padding-left: 14px;
  color: #000000;
	font-family: ProximaNovaSemiBold,sans-serif;
	font-size: 14px;
	font-weight: 600;
  letter-spacing: 0;
  margin: 4px;
}
.return-link-div{
  display: flex;
} 

.anchor-button[disabled], #signOnButton[disabled]{
  pointer-events:none;
  opacity:0.5;
}

.return-link{
  float: none;
  cursor: pointer;
  margin: 10px auto 0px;
  display: flex;
  color: #0071bc !important;
  font-size: 16px;
  padding: 10px 20px;
  text-decoration: underline;
  padding-top: 10px;  
  }

  .errorMessage{
    /* background-color: rgb(247, 236, 236); */
    font-size: 18px;
    font-family: ProximaSemiBold;
    color: rgb(198, 5, 13);
    width: 425px;
    line-height: 22px;
    text-align: left;
    border-radius: 5px;
    padding: 10px 5px;
    margin: auto;
    
 }
 .errorMessage .contactus{
    text-decoration: underline;
    color: #0071BC !important;
    font-family: "proxima_nova_rgregular";
    font-size: 12px; 
  }
  @media screen and (max-width: 599px){
      .ping-input-container.input {
          width:80%;
      }
  }
  @media screen and (max-width: 460px){
      .ping-input-container.input {
          width:60%;
      }
  }
 @media screen and (max-width: 599px) {
   .errorMessage{
      /* background-color: rgb(247, 236, 236); */
      font-size: 18px;
      font-family: ProximaSemiBold;
      color: rgb(198, 5, 13);
      max-width: 75vw;
      line-height: 22px;
      text-align: left;
      border-radius: 5px;
      padding: 17px 12px;
      margin: auto;
   }
  .ping-pass-change .forgot-password {
  cursor: pointer;
  margin:0px !important;
  display: flex;
  color: #0071bc !important;
  font-size: 16px;
  padding: 0px;
  text-decoration: underline;
  /* padding-right: 0%; */
  /* padding-left: 10%; */
  padding-top: 10px;
  /* flex: 1; */
}
 }
.errorMessage .icon-alert{
    display: block;
    float: left;
    margin-right:5px;
    height: 50px;
}
@media screen and (max-width: 420px) {
.errorMessage .icon-alert{
  height: 70px;
  }
}
.errorMessage .icon-alert svg{
    height: 40px !important;
    width: 25px !important;
    fill: #c6050d;
    transform: scale(.7);
    margin-top: -7px;
}
.user-form{
      margin-left: auto;
    margin-right: auto;
    width: 425px!important;
}
.forgot-form{
  margin-left: auto;
  margin-right: auto;
  width: 425px!important;
}

.input-icons{
  position: relative;
  margin-bottom: 17px;
  float: left;
  width: 100%;
  height: 50px;
}

.input-icons .icon {
    position: absolute;
    top: 45%;
    left: 10px;
    transform: translateY(-10%);
    opacity: .6;
    color: #0071bc;
}

.input-icons .icon, .input-icons .icon svg {
  width: 26px;
  height: 26px;
}

.input-icons .icon .svglogo {
  opacity: 0.6;
}

.input-icons .svglogo1 svg {
  margin-bottom: 0 !important;
}

.input-icons .icon, .input-icons .icon svg {
  width: 26px;
  height: 26px;
  fill: #0071BC;
}

.input-icons a.icon-show, .input-icons a.icon-hide {
  color: #014D83;
}

.input-text-default {
  height: 64px;
  width: 450px;
  padding-bottom: 55px;
  padding-top: 3px;
}

.no-outline {
  outline: none !important;
}

.form-input-section {
  width: 40%;
  margin: 0 auto;
  display: grid;
}
/*Fix for responsive issue in forgot password */
@media screen and (max-width: 600px) {
    .form-input-section {
        width:auto;
    }
    .input-text-default {
        width: auto;
    }
	.username-link {
    width:106%;
    }
    .app-container {
        height: 600px;
    }
}
.forgetUserName .form-control{
  padding-left:12px!important;
}
.anchor-cover {
  width: 100%;
  height: 30px;
  padding: 40px 0;
  text-align: center;
  margin-bottom: 9px;
  margin-top: 63px;
}
.external-link {
  color: #0071bc;
  text-decoration: underline;
  line-height: 10px;
  margin-top: 32px !important;
}
.anchor-button {
  background: #0071bc;
  color: #fff !important;
  text-decoration: none;
  padding: 16px 30px;
  border-radius: 32px;
  text-align: center;
  margin: 30px;
  font-size: 16px !important;
  font-family: "ProximaRegular";
  font-weight: 400;
}
.app-container {
  height: 500px;
  max-width: 1100px;
  background-color: #FFFFFF;  
  margin-bottom: 50px;
  /* box-shadow: 0 2px 8px -3px; */
  border-radius: 5px !important;
  /* box-shadow: 1px 1px 8px 0 rgba(0,0,0,0.43); */
  margin: 50px auto;
  padding: 30px;
}
.body-box {
  padding: 0px 30px 10px 30px;
  /* background-color: #F4F4F4;     */
}
.form-control{
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input.inline-input,
select.inline-input {
  min-height: 68px !important;
  min-width: 224px !important;
  padding-left: 52px !important;
  font-weight: bold;
  font-size: 1.125rem;
  font-family: "proxima_nova_rgregular" !important;
  letter-spacing: 0.16px;
  line-height: 1.75rem;
}

input.inline-input.pull-left,
select.inline-input.pull-left {
  padding-left: 43px !important;
}

input.inline-input.no-icon,
select.inline-input.no-icon {
  padding-left: 24px !important;
}

input.inline-input.input-large,
select.inline-input.input-large {
  min-height: 64px !important;
  min-width: 0px !important;
  border-radius: 16px;
  padding-top: 37px;
  padding-bottom: 16px;
}

input.inline-input.input-large + div.input-placeholder,
select.inline-input.input-large + div.input-placeholder {
  left: 15px !important;
}

input.inline-input.input-large + div.input-placeholder .floating-label,
select.inline-input.input-large + div.input-placeholder .floating-label {
  font-weight: inherit !important;
}

input.inline-input.input-large + div.input-placeholder .floating-label.bold,
select.inline-input.input-large + div.input-placeholder .floating-label.bold {
  font-weight: 700 !important;
}

input.inline-input:focus,
select.inline-input:focus {
  background-color: #FFFFFF !important;
  border: 1px solid #ACACAC;
  box-shadow: none !important;
}

input.inline-input.bg-white:focus,
select.inline-input.bg-white:focus {
  background-color: #fff !important;
}

input.inline-input.error, input.inline-input.error:focus,
select.inline-input.error,
select.inline-input.error:focus {
  background-color: #f4f4f4 !important;
  border-color: #AF181E !important;
}

input.inline-input:focus ~ .floating-label,
input.inline-input:not(:focus):valid ~ .floating-label,
select.inline-input:focus ~ .floating-label,
select.inline-input:not(:focus):valid ~ .floating-label {
  top: 4px;
  bottom: 10px;
  left: -170px;
  font-size: 0.6875rem;
  opacity: 1;
}

input.inline-input.input-border:focus,
select.inline-input.input-border:focus {
  border-width: 1px;
}

input.inline-input:focus ~ div .floating-label,
input.inline-input:not(:focus):valid ~ div .floating-label,
select.inline-input:focus ~ div .floating-label,
select.inline-input:not(:focus):valid ~ div .floating-label {
  top: -20px;
  font-size: 0.6875rem;
  opacity: 1;
}

input.inline-input:focus ~ div .floating-label.label-large,
input.inline-input:not(:focus):valid ~ div .floating-label.label-large,
select.inline-input:focus ~ div .floating-label.label-large,
select.inline-input:not(:focus):valid ~ div .floating-label.label-large {
  top: -15px;
  font-size: 0.875rem;
  text-transform: none;
}

input.inline-input:-webkit-autofill ~ div .floating-label.label-large {
    top: -15px;
    font-size: 0.875rem;
    text-transform: none;
}

input.inline-input:focus ~ div .floating-label.hide-on-focus span,
input.inline-input:not(:focus):valid ~ div .floating-label.hide-on-focus span,
select.inline-input:focus ~ div .floating-label.hide-on-focus span,
select.inline-input:not(:focus):valid ~ div .floating-label.hide-on-focus span {
  display: none;
}

input.inline-input.full-width,
select.inline-input.full-width {
  width: 100% !important;
}

.inline-button-field {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: -188px;
}

.floating-label {
  text-transform: none;
  position: relative;
  pointer-events: none;
  left: -170px;
  top: 18px;
  width: 186px;
  height: 20px;
  font-family: 'proxima_nova_rgregular' !important;
  letter-spacing: 0.16px;
  font-weight: 700;
  transition: 0.2s ease all;
}

.floating-label.font-inherit {
  font-weight: inherit !important;
}

.floating-label.left-28 {
  left: 28px;
}

.floating-label.left-10 {
  left: 10px;
}

.floating-label.top-0 {
  top: 0px;
}

.floating-label.top-n4 {
  top: -2px;
}

.floating-label.label-large {
  width: 95%;
  font-size: 1.125rem;
}

.input-placeholder {
  font-family: "proxima_nova_rgregular";
  font-size: 1.125rem;
  letter-spacing: 0.16px;
  line-height: 1.75rem;
  top: -42px;
  left: 24px;
  pointer-events: none;
  padding-right: 1.5rem;
}

.input-placeholder svg.float-right {
  top: -20px;
  right: 20px;
}

.input-placeholder svg.float-right.top-0 {
  top: 0px;
}

.position-relative {
  position: relative;
}

.username-link{
  font-family: 'ProximaRegular';
  /* margin: 20px auto; */
  display: flex;
  float: left;
  width: 100%;
  justify-content: center;
}
.password-link{
   margin:0px;
  display: flex;
  float: left;
  width: 100%;
  justify-content: center;
}
.password-link .forgot-username-link{
    cursor: pointer;
  
  display: flex;
  color: #0071bc !important;
  font-size: 14px;
  padding: 10px 20px;
  text-decoration: underline;
  /* padding-right: 0%; */
  /* padding-left: 10%; */
  padding-top: 10px;
  }

.password-card{
  width: 70%;
 left: 10%;  
  margin: auto; 
  border-radius: 16px;
  background-color: #ffffff;
}

.tooltip-icon:hover:after {
  content: "Your tooltip";
  display: block;
  position: relative;
  top: -16px;
  right: -16px;
  width: 100px;
  background: lightblue;
}

.ping-message.center {
    display: flex;
}

.form-floating > .form-control {
  left: 20px;
  font-family: 'proxima_nova_rgregula';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  align-items: center;
  letter-spacing: 0.16px;
  color: #25282A;
}

.form-floating > label {
  left: 1.35rem !important;
}

.custom-error {
  text-align: left;
  color: red;
  margin: 1rem 0;
}

.password-header {
  text-align: left;
  font-family: Calibri;
}

.password-inputs {
  text-align: left;
  width: 100%;
  display: flex;
  margin: 10px 0;
  font-family: 'proxima_nova_rgregular';
  font-size: 14px;
}

.password-inner-input {
  width: 100%
}

.round-check {
  vertical-align: bottom;
}

.round {
  position: relative;
}

.icon-show, .icon-hide {
  position: absolute;
  top: 71%;
  right: 15px !important;
  transform: translateY(-50%);
}

.icon-show-login {
  position: absolute;
  top: 54%;
  right: 67px;
  transform: translateY(-50%);
}

.icon-show #show {
  font-family: 'proxima_nova_rgregular';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #014d83 !important;
  padding-right: 12px;
}

.icon-show-login #show {
  font-family: 'proxima_nova_rgregular';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #014d83 !important;
  padding-right: 12px;
}

.icon-hide #show {
  font-family: 'proxima_nova_rgregular';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #014d83 !important;
  position: absolute;
  right: 38px;
  padding-right: 12px;
}
.svg-iconeye {
  margin: 0;
  padding: 0;
  height: 25px;
  width: 25px;
  vertical-align: middle;
}

.custom-error-p10 {
  padding: 10px;
}

.anchor-button-send-reset-link {
  background: #0071bc;
  color: #fff !important;
  text-decoration: none;
  padding: 16px 30px;
  border-radius: 32px;
  text-align: center;
  margin: 30px;
  font-size: 18px !important;
  font-family: "proxima_nova_rgregular";
  /* font-weight: 600; */
  line-height: 28px;
  padding: 18px 32px;
  letter-spacing: 0.16px;
}

.anchor-button-send-reset-link[disabled] {
  pointer-events:none;
  opacity:0.5;
  background: #F4F4F4;
  border: 1px solid #D8D8D8;
  border-radius: 32px;
  color: #767676 !important;
}

.anchor-button-send-reset-link:hover {
  background-color: #003b5c;
  color: #ffffff !important;
  border-style: solid;
  border-color: #003b5c;
}

.confirm-password-submit-btn {
  cursor: pointer;
  margin: auto;
  background-color: #0071bc;
  color: #ffffff;
  border-radius: 32px;
  border-style: solid;
  border-color: #0071bc;
  padding: 18px 32px;
  width: 122px;
  height: 64px;
  box-sizing: border-box;
  font-family: 'proxima_nova_rgregular';
  font-style: normal;
  /* font-weight: 600; */
  font-size: 18px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.16px;
  color: #FFFFFF !important;
  }

 @media screen and (max-width: 599px) {
   .confirm-password-submit-btn {
      cursor: pointer;
      margin: unset;
      background-color: #0071bc;
      color: #ffffff !important;
      border-radius: 32px;
      border-style: solid;
      border-color: #0071bc;
      padding: 18px 32px;
      width: 122px;
      height: 64px;
      box-sizing: border-box;
      font-family: 'proxima_nova_rgregular';
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 28px;
      display: flex;
      align-items: center;
      text-align: center;
      letter-spacing: 0.16px;
      color: #FFFFFF !important;
    }
 }

 .confirm-password-submit-btn[disabled] {
  pointer-events:none;
  opacity:0.5;
  background: #F4F4F4;
  border: 1px solid #D8D8D8;
  border-radius: 32px;
  color: #767676 !important;
}

.confirm-password-submit-btn:hover {
  background-color: #003b5c;
  color: #ffffff !important;
  border-style: solid;
  border-color: #003b5c;
  text-decoration: none !important;
}

.reset-password-success {
  cursor: pointer;
  margin: auto;
  display: flex;
  background-color: #0071bc;
  border-radius: 28px;
  border-style: solid;
  border-color: #0071bc;
  font-size: 16px;
  padding: 16px 32px;
  min-height: 30px;
  line-height: 24px;
  box-sizing: border-box;
  font-family: 'proxima_nova_rgregular';
  font-style: normal;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.16px;
  color: #FFFFFF !important;
  }

 @media screen and (max-width: 599px) {
   .reset-password-success {
    cursor: pointer;
    margin: unset;
    display: flex;
    background-color: #0071bc;
    border-radius: 38px;
    border-style: solid;
    border-color: #0071bc;
    font-size: 16px;
    padding: 10px 25px;
    min-height: 30px;
    line-height: 24px;
    box-sizing: border-box;
    font-family: 'proxima_nova_rgregular';
    font-style: normal;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.16px;
    color: #FFFFFF !important;
  }
   
 }

.reset-password-success:hover {
  background-color: #003b5c;
  color: #ffffff !important;
  border-style: solid;
  border-color: #003b5c;
}

.reset-password-header {
  /* height: 49px; Fix for DAP-43237*/
  color: #0071BC;
  font-family: 'proxima_nova_rgregular';
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.32px;
  padding: 20px 0px 30px 0px;
}

.forgot-password-success-description {
  display: flex;
  width: 80%;
  margin: auto;
  justify-content: center;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.06px;
  color: #000000;
  font-family: "proxima_nova_rgregular";
}

.inputBoxBorder{
  border-radius: 16px;
  border: 1px solid #ACACAC;
}

input.inline-input.inputBoxBorder:focus {
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%) !important;
}

.smaller_updated a {
  text-decoration: none !important;
}

.ping-error-image {
  padding: 0px !important;
  margin: 0px 16px 0px 0px;
}

.ping-error-container {
  color: #AF181E;
  display: flex;
  align-content: flex-start;
  background-color: #F7ECEC;
  border-radius: 8px !important;
  font-family: 'proxima_nova_rgregular';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  padding: 11px 27px !important;
}

.ping-error-container .ping-error-txt {
  padding: 0px !important;
  width: 370px;
}

.ping-error-container a {
  font-size: 16px;
  color: #003B5C !important;
  text-decoration-line: underline;
  padding: 0px !important;
}