
main {
    min-height: calc(100vh - 100px);
    padding-top:2rem;
}

.text-white {
    color:#fff;
}

.alert-message {
    color:red;
    text-decoration:none;
}

.footer-link {
    color:#fff;
    text-decoration:none;
}

.smaller {
    font-size:.7rem;
}

body {
  display: flex;
  flex-flow: column;
  -ms-flex-align: center;
  align-items: center;
  padding:0;
  background: transparent linear-gradient(180deg, #004772 0%, #0070B7 100%) 0% 0% no-repeat padding-box;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px;
  letter-spacing: 0px;
}

input[type='email'],
input[type='text'],
input[type='number'],
input[type='password'],
textarea {
    outline: none;
    box-shadow:none !important;
}

input[type="checkbox"] {
    -webkit-appearance:none;
    opacity:0; /* we are completely hiding it */
    border:none;
    width:1rem;
}


input[type="checkbox"] ~ .form-check-label::before {
    background: url(/auth/assets/fontawesome/svgs/regular/square-inactive-d6a950919218a16c22b35498e2f891f4.svg) 0px center no-repeat;
    border:none !important;
    position: absolute;
    content: '';
    display: inline-block;
    height:1.3rem;
    width:1rem;
    margin-left: -1.75rem;
}

input[type="checkbox"] ~ .form-check-label {
   border: 1px solid #FFFFFF;
   margin-left:1.75rem;
}

input[type="checkbox"]:focus ~ .form-check-label::before {
    background: url(/auth/assets/fontawesome/svgs/regular/square-active-9350646218c6112314cda82a0a50f68b.svg) 0px center no-repeat;
}

input[type="checkbox"]:focus ~ .form-check-label {
   border: 1px solid #66B4E3;
}

input[type="checkbox"]:active ~ .form-check-label::before {
    background: url(/auth/assets/fontawesome/svgs/regular/square-active-9350646218c6112314cda82a0a50f68b.svg) 0px center no-repeat;
}

input[type="checkbox"]:checked ~ .form-check-label::before {
    background: url(/auth/assets/fontawesome/svgs/regular/square-checked-7aaf955d7ae2094028e01b8f9b72682a.svg) 0px center no-repeat;
}

/** custom radio */

input[type="radio"] {
    -webkit-appearance:none;
    opacity:0;
    border:none;
    width:1rem;
}

.form-check{
    margin-left:0;
    padding-left:0;
}

input[type="radio"] ~ .form-radio-label::before {
    background: url(/auth/assets/fontawesome/svgs/regular/radio-inactive-8444f7e589f8062dd8610883d1637855.svg) 0px center no-repeat;
    border:none !important;
    position: absolute;
    content: '';
    display: inline-block;
    height:1.75rem;
    width:2rem;
    margin-left: -1.75rem;
    background-size: 1.2rem;
}

input[type="radio"] ~ .form-radio-label {
   border: 1px solid #FFFFFF;
   margin-bottom:0;
   line-height:2;
   margin-left: .5rem;
}

.container{
    padding-right: 0;
    padding-left: 0;
}

.row {
    margin-left:0;
    margin-right:0;
}

/* Remove bootstraps wonderful padding from colums on multi-column forms: security-question setup and account create */
div[class^="col-"], [class*=" col-"] {
  padding-left: 0;
  padding-right: 0;
}


.sq-setup-row [class*="col-"] {
  padding-right: .5rem;
  padding-left: .5rem;
}

.sq-setup-row {
  margin-left: -.5rem;
  margin-right: -.5rem;
}


input[type="radio"]:focus ~ .form-radio-label::before {
    background: url(/auth/assets/fontawesome/svgs/regular/radio-active-e40bfc8ab4322ea7750aa92c92a0a826.svg) 0px center no-repeat;
    background-size: 1.2rem;
}

input[type="radio"]:focus ~ .form-radio-label {
   border: 1px solid #66B4E3;
}

input[type="radio"]:active ~ .form-radio-label::before {
    background: url(/auth/assets/fontawesome/svgs/regular/radio-active-e40bfc8ab4322ea7750aa92c92a0a826.svg) 0px center no-repeat;
    background-size: 1.2rem;
}

input[type="radio"]:checked ~ .form-radio-label::before {
    background: url(/auth/assets/fontawesome/svgs/regular/radio-selected-0bae7d4a16788da9142d1fc80e0a5190.svg) 0px center no-repeat;
    background-size: 1.2rem;
}

/* end custom radio */

a {
  font-weight: 500;
  color:#0070B7;
}

.text-white a:hover {
    color:#FFFFFF;
}

.header {
    padding:0 0 2rem 0;
}

.finra-logo {
    padding: .2rem 0 0 0;
    height: 2.1rem;
}

.finracat-logo a img {
    height:2.1rem;
}

.finracat-logo a svg {
    height:2.1rem;
}


.finra-logo a img{
    height:1.3rem;
}

.footer {
  bottom: 0;
  width: 100%;
  height: 100px;
  font-size: 12px;
  line-height: 19px;
  margin-left:auto;
  margin-right:auto;
  padding-top:1rem;
}

.form-signin {
  width: 100%;
  max-width: 430px !important;
  align-items: center;
  justify-content: center;
  overflow:hidden;
  padding: 0 2rem 1rem 2rem;
  margin: auto;
  background-color: #FFF;
  border-radius:3px;
}

.form-register-success {
  max-width: 800px !important;
}

.registration-precheck-form {
  max-width: 800px !important;
}

.registration-form {
  font:13px;
  padding-bottom:3rem !important;
}

.registration-form .caption {
  font-size: 1.4rem;
  margin-top: 2rem;
}
.generate-userid {
  font-weight:500;
  color: #0070B7 !important;
}

.generate-userid:visited {
  color: #0070B7 !important;
}


#firm-accounts-content-input {
  text-decoration:none !important;
}

#org-accounts-content-input {
  text-decoration:none !important;
}
.generate-userid:hover {
  cursor:pointer;
}

.account-info-form {
  max-width: 700px !important;
  align-items: center  !important;
  justify-content: center !important;
}

.reset-password-form {
  overflow:hidden;
}

.tandc{
    color:#000000;
    letter-spacing: -.25px;
    margin-top:1rem;
    padding:.7rem 0 .7rem 0;
}

.setup_security_questions {
  max-width: 1024px !important;
  align-items: center;
  justify-content: center;
}

.mfa_screen{
    max-width: 450px !important;
    align-items: center;
    justify-content: center;
}

.mfa-last-logon-info {
    background-color:#E5F2FA;
    border:1px solid #E5F2FA;
    border-radius:3px;
    text-align: left;
    letter-spacing: -.15px;
    font-size:.8rem;
    color: #233E66;
    margin:1rem 0 1rem 0;
    padding:.5rem 0 .5rem 1rem;
    opacity: 1;
}
.mfa-last-logon-info label{
    color:#233E66;
    font-size:1.1rem;
    font-weight:500;
}

.italic{
    font-style:italic;
}

.form-control {
    position: relative;
    box-sizing: border-box;
    height: 2.4rem!important;
    padding: 0px 10px;
    font-size: 14px;
    display: block;
    width: 100%;
    line-height: 2.4rem;
    color: #1E1E1E;
    border: 1px solid #D3D8E0;
    border-radius: .2rem;
}

select.form-control {
    background: url(/auth/assets/fontawesome/svgs/solid/chevron-down-4ce1a66518a1f9f1ee84e64095a2f372.svg);
    background-size:1rem 1rem;
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-appearance: none;

}
.form-control::placeholder {
    color: #A7B2C2;
}

.form-control:active,.form-control:focus {
    border: 1px solid #0070B7;
}

.submit-button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
    background-color:#0070B7;
    color:#FFFFFF;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.submit-button:disabled {
    background-color: #D3D8E0;
}

div.a-and-c .submit-button:disabled {
    background-color:#0070B7;
}

.submit-button:active:enabled:not([disabled]), .submit-button:hover:enabled {
    background-color:#233E66;
    border-radius: .25rem;
    border:1px solid #0070B7;
    cursor:pointer;
}

.link-and-signin {
}

.signin-no-link button {
  border: 1px solid #0070B7;
  background-color:#fff;
  color:#0070B7;
}

.link_user_info {
  min-width: 25em;
  margin-top: 1em;
  border: 1px solid #013F65;
  padding: 1rem 0 1rem .5rem;
  background-color:#E5F2FA;
  vertical-align:top;
}

.user_info_icon {
    background-image: url(/auth/assets/fontawesome/svgs/solid/circle-user-info-e52952578c864e6b6dd0793305f5d774.svg);
    display: inline-block;
    font-weight: 550;
    font-size: 1em;
    line-height: 3em;
    padding-left: 0.6em;
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
    background-size: 2.5em 2.5em;
    background-position-y: center;
    background-repeat: no-repeat;
    color: #FFF !important;
    width: 3em;
}

.user_info_panel {
  display: inline-block;
  color:#013F65;
}

.user_info_panel label{
  color: #013F65 !important;
  font-weight: 650;
  margin-bottom:0;
}


.google-login-button {
  border: 1px solid #0070B7;
  border-radius: 0.25rem;
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 1rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
}

.google-login-button:active, .google-login-button:hover {
  color:#004772;
  border:1px solid #0070B7;
  border-radius: .25rem;
  text-decoration:none !important;
  cursor: pointer;
}

.verify-button{
  background-color:#0070B7;
  border: 1px solid #0070B7;
  color:#FFF !important;
  padding: 0.25rem 0.75rem;
  font-weight:500;
  border-radius: 0.25rem;
  display: inline-block;
  text-align: center;
  width: 100%;
  line-height: 2;
  text-transform: uppercase;
}

.verify-button button {
  background-color:#0070B7;
  color:#FFF !important;
  font-weight:500;
  border-radius: 0.25rem;
  display: inline-block;
  text-align: center;
  width: 100%;
  line-height: 2;
  text-transform: uppercase;
}

.verify-button button[disabled="disabled"] {
  background-color:#D3D8E0 !important;
  border: 1px solid #D3D8E0 !important;
  color:#BBB !important;
}

.verify-button-container {
  margin:.5rem 0 0 0;
  padding:0;
}

.verify-button:active, .verify-button:hover {
  text-decoration:none !important;
  cursor: pointer;
}

.verify-later-button {
  background-color:#FFF !important;
  padding: 0.25rem 0.75rem;
  color:#0070B7 !important;
}

.verify-button:active, .verify-button:hover {
  color:#004772;
  border:1px solid #0070B7;
  border-radius: .25rem;
  text-decoration:none !important;
  cursor: pointer;
  text-transform: uppercase;
}

.google-registration-button {
  border: 1px solid #0070B7;
  border-radius: 0.25rem;
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: .75rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
}

.google-registration-button:active, .google-registration-button:hover {
  color:#004772;
  border:1px solid #0070B7;
  border-radius: .25rem;
  text-decoration:none !important;
  cursor: pointer;
}


.google-button:active, .google-button:hover {
    cursor: pointer;
}

label.google-button {
   background-image: url(/auth/assets/fontawesome/svgs/brands/google-g-noborder-843f9766054148a90283ad762b88d457.svg);
   display: inline-block;
   font-weight: 550;
   line-height: 1.5em;
   vertical-align: middle;
   margin-left: -2em;
   padding-left: 2em;
   margin-top: auto;
   margin-bottom: auto;
   background-size: 2em 2em;
   background-position-y: center;
   background-repeat: no-repeat;
   color: #0070B7 !important;
}

label.biometric-button {
   display: inline-block;
   font-weight: 600;
   line-height: 1.5em;
   vertical-align: middle;
   margin-left: 0;
   padding-left: 4em;
   margin-top: auto;
   margin-bottom: auto;
   background-size: 1.25em 1.25em;
   background-image: url(/auth/assets/fontawesome/svgs/regular/face-viewfinder-c9ac54ddd7100e46ed681d2ad37e3d93.svg), url(/auth/assets/fontawesome/svgs/regular/fingerprint-92dfe7d3532ab79c807f12c5e82b8ccb.svg);
   background-position-x: 0, 2em;
   background-position-y: center;
   background-repeat: no-repeat;
   color: #0070B7 !important;
}

.biometric-button:active, .biometric-button:hover {
    cursor: pointer;
}


.continue-google-text {
  margin-top:1rem;
}

.biometric-button:active, .biometric-button:hover {
    cursor: pointer;
}

.return-to-username {
  background-image: url(/auth/assets/fontawesome/svgs/solid/angle-left-632a8dd77a98aa9739975eb81332afa3.svg);
  display: inline-block;
  background-size:1.5em 1.5em;
  background-repeat: no-repeat;
  padding-left: 1.75em;
}

.return-to-username label{
  font-weight:600;
}

.return-to-username:active, .return-to-username:hover {
    cursor: pointer;
}

.return-to-username label:active, .return-to-username label:hover {
    cursor: pointer;
}

.passkey-no-convert button {
  border: 1px solid #0070B7;
  background-color:#fff;
  color:#0070B7;
}


.cancel-button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
    border:1px solid #0070B7;
    background-color:#FFFFFF;
    text-decoration:none;
    color:#0070B7;
    text-decoration:none;
}

.switch-select-prompt {
  box-shadow: 0px 0px 0px 3px #0070B7;
}

.cancel-button:active, .cancel-button:hover {
    color:#004772;
    border:1px solid #0070B7;
    border-radius: .25rem;
    text-decoration:none !important;
    cursor: pointer;
}


.cancel-button:disabled {
    border:1px solid #7B8BA3;
    color:#7B8BA3;
}

.switch-login-button {
  text-align: center !important;
  width:100%;
}

.switch-login-button button{
  display:block;
  margin:auto;
}


.switch-profile-form {
  max-width: 410px !important;
  align-items: center;
  justify-content: center;
  overflow:hidden;
}

.switch-profile-info {
  font-size:.9em;
  margin-top:.5em;
  text-align:center;
  color: #1E1E1E !important;
}
.profile-count {
    color:#1E1E1E !important;
    margin:15px 0 0 0;
    font-weight:500;
}

.max-profiles-reached{
  color:#BC0C31 !important;
  font-weight:500;
}

.max-profiles-reached::before{
  content:"(";
}

.max-profiles-reached::after {
  content:")";
}

.switch-profile-scroll-content  {
  box-shadow: 0px 0px 0px 0px #0070B7;
  transition: box-shadow 0.6s linear;
  /*margin: 0.5em;*/
}


.switch-profile-card {
    background-color:#E5F2FA;
    border-radius:3px;
    text-align: left;
    letter-spacing: 0px;
    margin:0 0 .5em 0;
    padding:1em .5em 1em .5em;
    padding-bottom: 1em !important;
    opacity: 1;
    border-radius: 3px;
    box-sizing:border-box;
}

.switch-profile-select-target {
  overflow-x:hidden;
}

.switch-profile-select-target:hover {
  cursor:pointer !important;
}

.switch-profile-accountId {
 color: #013F65 !important;
 font-weight:650;
}

.switch-profile-accountId:hover {
  cursor:pointer !important;
}

.activeSession {
    background:#0070B7;
    color: #FFF !important;
    border-radius:1rem;
    height: 1.7rem;
    line-height: 1.7rem;
    display: inline-block;
    text-align: center;
    padding-left:1rem;
    padding-right:1rem;
    margin-left: 1rem;
}

.switch-profile-scroll-content .switch-profile-card:last-child{
  padding-bottom: 0;
}

.switch-profile-card.selected {
  border: 1px solid #013F65;
}

.sso-account-profile-card {
    background-color:#E5F2FA;
    border-radius:3px;
    text-align: left;
    letter-spacing: 0px;
    margin:0 0 .5em 0;
    padding:1em .5em 1em .5em;
    padding-bottom: 1em !important;
    opacity: 1;
    border-radius: 3px;
    box-sizing:border-box;
}


.switch-profile-scrollbar {
  margin-top:.5em;
  max-height: 30.5em;
  overflow-y:auto;
  overflow-x:hidden;
  width:26em;
  padding: 0 1em 0 0;
}

.switch-profile-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #6B6B6B #CFCFD2;
}

/* width */
.switch-profile-scrollbar::-webkit-scrollbar {
    width: .3em;
    border-radius: 3px;
    height: 0px;
    -webkit-box-shadow: inset 0 0 3px #6B6B6B;
}

/* button */
.switch-profile-scrollbar::-webkit-scrollbar-button {
    background: #6B6B6B;
    border-radius: 3px;
    height: 0px;
    -webkit-box-shadow: inset 0 0 3px #6B6B6B;
}

/* Handle */
.switch-profile-scrollbar::-webkit-scrollbar-thumb {
    background: #6B6B6B;
    position:absolute;
    left:1em;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 3px #6B6B6B;
}

/* Handle on hover */
.switch-profile-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #6B6B6B;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 3px #6B6B6B;
}

/* Track */
.switch-profile-scrollbar::-webkit-scrollbar-track{
    background: #CFCFD2;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 3px #CFCFD2;
}

/* The track NOT covered by the handle. */
.switch-profile-scrollbar::-webkit-scrollbar-track-piece {
    background: #CFCFD2;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 3px #CFCFD2;
}

/* Corner */
.switch-profile-scrollbar::-webkit-scrollbar-corner {
    background: #CFCFD2;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 3px #CFCFD2;
}

.profile-accountId {
 color: #013F65 !important;
 font-weight:650;
}

.lp-card-row {
  min-width:25em;
}

.switch-profile-select-target {
  width: 23.5rem;
}



.profile-info {
  color: #233E66 !important;
  font-size: 1em;
  font-style: italic;
  padding: 0 .5em 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.login-option-password {
}

.login-option-sso {

}

.login-option-firm.inactive {
  display:none;
}

.login-option-password.inactive {
  display:none;
}

.login-option-sso.inactive {
  display:none;
}

.login-option-individual.inactive {
  display:none;
}


.profile-delete-icon {
  background-image: url(/auth/assets/fontawesome/svgs/regular/xmark-0ab217da6400a880f26108dd45857e9e.svg);
  display: inline;
  margin-left:-1em;
  height:1.5em;
  width:1.5em;
  background-size:1.5em 1.5em;
  background-repeat: no-repeat;
  color: #0070B7;
  text-align:center;
  font-weight: 500;
  cursor: pointer;
}

.add-new-account-link a {
  background-image: url(/auth/assets/fontawesome/svgs/regular/user-plus-e40722d5b52598c1851181ddc7bde21c.svg);
  display: inline-block;
  background-size:1.5em 1.5em;
  background-repeat: no-repeat;
  padding-left: 2.2em;
  color:#0070B7 !important;
}

.forget-all-accounts-link a {
  background-image: url(/auth/assets/fontawesome/svgs/regular/user-minus-5f420baec88eebba11c77dc51de6c9e9.svg);
  display: inline-block;
  background-size:1.5em 1.5em;
  background-repeat: no-repeat;
  padding-left: 2.2em;
  color:#0070B7 !important;
}

.modal-backdrop {
  overflow:hidden !important;
}

.maximum-linked-accounts-modal {
  max-width:35em !important;
  margin:auto !important;
  display:none;
}

.maximum-linked-accounts-modal .modal-header {
  background-color:#BC0C31;
  border-bottom:0px;
}

.maximum-linked-accounts-modal .caption {
  color: white !important;
  margin-top: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#maximum-linked-accounts_cancel {
  display:none !important;
}

.delete-all-confirm-modal {
  max-width:35em !important;
  margin:auto !important;
  display:none;
}

.delete-all-confirm-modal .modal-header {
  background-color:#233E66;
  border-bottom:0px;
}

.delete-all-confirm-modal .caption {
  color: white !important;
  margin-top: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}


.delete-single-confirm-modal {
  max-width:35em !important;
  margin:auto !important;
  display:none;
}

.delete-single-confirm-modal .modal-header {
  background-color:#233E66;
  border-bottom:0px;
}

.delete-single-confirm-modal  .caption {
  color: white !important;
  margin-top: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.delete-single-confirm-modal  .modal-title {
    text-align: center;
    width: 100%;
}

.switch-confirm-modal {
  max-width:32em !important;
  margin:auto !important;
  display:none;
}

.switch-confirm-modal .modal-header {
  background-color:#233E66;
  border-bottom:0px;
}

.switch-confirm-modal .caption {
   color: white !important;
   margin-top: 0 !important;
}

.switch-confirm-modal .modal-title {
    text-align: center;
    width: 100%;
}

.switch-confirm-modal .modal-body {
    padding: 1.5em 3em 0 3em;
}

.switch-confirm-modal .modal-footer {
  border-top:0px !important;
  padding: 0 0 2em 0;
}

.switch-confirm-bold {
  font-weight:700;
  color:#1E1E1E !important;
}

.switch-confirm-label {
  display:inline-block;
  width: 4.5em;
}

.switch-login-button .cancel-button {
  margin-right:1em !important;
  padding-right:2em !important;
  padding-left:2em !important;
  display: inline-block !important;
}

.switch-login-button .submit-button {
    padding-right:2em !important;
    padding-left:2em !important;
    display: inline-block !important;
}
.switch-login-button .submit-button:disabled {
    background-color: #0070B7 !important;
}

.mt-1r{
    margin-top:1rem;
}

.mb-1r{
    margin-bottom:1rem;
}
.tooltip.in {
    opacity:1!important;
}

.tooltip-inner {
  font-size: 14px;
  width:325px;
  padding: 15px;
  background: #E5F2FA;
  border: 1px solid #D3D8E0;
  text-align: left;
  color:#1E1E1E !important;
}

.search-field {
  opacity: 1;
  background-image: url(/auth/assets/fontawesome/svgs/solid/search-8bacde72f97fbd9f6429ce1dcb476282.svg);
  background-size:18px 18px;
  background-repeat: no-repeat;
  background-position-y:8px;
  background-position-x:16px;
  padding-left:3rem;
}

.sso-linked-account-card {
    cursor: pointer;
    background-color:#E5F2FA;
    border:1px solid #E5F2FA;
    border-radius:3px;
    text-align: left;
    letter-spacing: 0px;
    margin:10px 0 0 0;
    padding:.3rem 0 .3rem 1rem;
    opacity: 1;
}



.sso-linked-account-card label{
  line-height:2rem;
  cursor: pointer;
  margin-bottom:0;
}

.linked-account-card label{
     cursor: pointer;
     color:#0070B7 !important;
     font-weight:475;
     font-size:1.1rem;
     margin-bottom:0;
}

label {
    color:#4F6585 !important;
    font-weight:375;
}

.remember-tooltip{
    background-image: url(/auth/assets/fontawesome/svgs/regular/info-circle-d6c7730bb1336fcd6b3f01d29c9b3254.svg);
    background-size:12px 12px;
    background-repeat: no-repeat;
    background-position-y:4px;
    background-position-x:2px;
    height:1rem;
    width:1rem;
    overflow: visible;
    top: 2px;
    position: relative;
}

.remember-me .form-check label {
    font-size:0.9rem;
}

.remember-me .form-label-group {
    margin-top: .2rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.cancel-col{
    margin-left:0;
    margin-right:0;
    padding-left:0;
}

.success-info {
    border-left:.2rem solid #4CAF6B;
    background-color: #4CAF6B;
    background-image: url(/auth/assets/fontawesome/svgs/regular/check-circle-white-01bb14a2c2b7ce0eaaa1ffebb1e0af7a.svg);
    background-size:21px 21px;
    background-repeat: no-repeat;
    background-position-y:16px;
    background-position-x:16px;
    border-radius:3px;
    padding:1rem 0 .5rem 0;
    min-height:50px;
    display:block;
    text-align: left;
    letter-spacing: -.5px;
    color: #FFF;
    margin-top:1rem;
    opacity: 1;
}

.success-info p{
    margin:0 0 .5rem 3rem;
    padding-right:2rem;
}

.info-message {
    border: 1px solid #D3D8E0;
    border-left:.2rem solid #0070B7;
    background-color:#F2F8FC;
    background-image: url(/auth/assets/fontawesome/svgs/regular/info-circle-d6c7730bb1336fcd6b3f01d29c9b3254.svg);
    background-size:21px 21px;
    background-repeat: no-repeat;
    background-position-y:16px;
    background-position-x:16px;
    border-radius:3px;
    padding:1rem 0 .5rem 0;
    min-height:50px;
    display:block;
    text-align: left;
    letter-spacing: -.5px;
    color: #1E1E1E;
    opacity: 1;
    margin-top:1rem;
}

.info-message p{
    margin:0 0 .5rem 3rem;
    padding-right:2rem;
}
.warning-message {
    border: 1px solid #D3D8E0;
    border-left:.2rem solid #FFC81A;
    background-color:#FFF9D5;
    background-image: url(/auth/assets/fontawesome/svgs/regular/info-circle-d6c7730bb1336fcd6b3f01d29c9b3254.svg);
    background-size:21px 21px;
    background-repeat: no-repeat;
    background-position-y:16px;
    background-position-x:16px;
    border-radius:3px;
    padding:1rem 0 .5rem 0;
    min-height:50px;
    margin-top:1rem;
    display:block;
    text-align: left;
    letter-spacing: -.5px;
    color: #4F6585;
    opacity: 1;
}

.warning-message p {
    margin:0 0 .5rem 3rem;
    padding-right:2rem;
}

.system-error {
    background-color:#D90E39;
    background-image: url(/auth/assets/fontawesome/svgs/regular/warning-triangle-640dff5f42205ae8724898f3ff97cb21.svg);
    background-size:21px 21px;
    background-repeat: no-repeat;
    background-position-y:16px;
    background-position-x:16px;
    border-radius:3px;
    padding:1rem 0 .5rem 0;
    min-height:3rem;
    margin-top:1rem;
    display:block;
    text-align: left;
    letter-spacing: -.5px;
    color: #fff;
    opacity: 1;
}

.system-error p {
    margin:0 0 .5rem 3rem;
    padding-right:2rem;
}


.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.form-signin .nav {
  border-bottom: #D3D8E0 .1rem solid;
  margin-top: .5rem;
}

a {
    text-decoration:underline;
}

.form-signin .nav a {
  color: #4F6585;
  font-weight: 375;
}

.nav-link {
    text-decoration:none;
}

.form-signin .nav .active {
  color: #000000;
  font-weight: 650;
  margin-bottom:-1px;
  border-bottom: #0070b7 .15rem solid;

}

.registration-link {
    margin-left: auto;
    margin-right: auto;
    color:#0070b7 !important;
    font-weight:500;
}

.register-row [class*="col-"] {
  padding-right: .5rem;
  padding-left: .5rem;
}

.register-row {
  margin-left: -.5rem;
  margin-right: -.5rem;
}

.create-account a {
  font-weight:450;
}

.registration-popover{
  max-width: 40rem !important;
  max-height: 16.5rem;

}

.required-fields-note {
  color: #4F6585 !important;
  text-align:left;
  font-size:.9em;
}

.register-submit-row {
}

.popover {
    background-color: #E5F2FA;
    max-width: 20rem;
}
.registration-popover {
    max-width: 40rem !important;
    max-height: 16.5rem;
    /* margin-left: auto; */
    /* position: fixed; */
    left: 7rem !important;
}
.registration-type-content {
  width: 100%;
  text-align:left;
  max-width: 600px;
  padding: 2rem 2rem 2rem 2rem;
  margin: auto;
  background-color: #FFF;
  border-radius:3px;
  overflow:auto;
  height:14rem;
}

.registration-type-container {
    width:19rem;
    font-size:.9rem;
    padding:.5rem;
}

.registration-type-container-popover {
  background-color:#E5F2FA;
}

.back-link {
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    color: #0070B7 !important;
}

.back-link::before {
  content: '<';
  padding-right: 8px;
}

.back-link:hover {
  text-decoration:none;
}

.create-account {
    line-height:1.3;
    color: #1E1E1E;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.create-account span{
    padding-right:.5rem;
}

.form-label-group {
    margin-top:1rem;
}

.password-viewer-group {
   margin-top:.2rem;
}

.password-viewer {
    font-weight:600;
    cursor:pointer;
    touch-action: none;
}

.fa-eye:before {
    margin-right:.25rem;
}

.bg-primary {
  background-color: #0070b7 !important;
}

.bg-success {
  background-color: #4CAF6B !important;
}

.text-primary {
  color: #0070b7 !important;
}

.fpw-username {
    display:none;
}

.fpw-password {
    display:none;
}

#new-password-reqs {
  /*  display:none;*/
}

.password-requirements-container {
    width:19rem;
    font-size:.9rem;
    padding:.5rem;
}

.password-requirements-container-popover {
    background-color:#E5F2FA;
}

.popover {
    background-color:#E5F2FA;
    max-width:20rem;
}

.popover.top> .arrow:after {
    border-top-color:#E5F2FA;
}


ul.access-denied-list {
    display:block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding:.5rem .5rem .5rem 0;
}

ul.access-denied-list li {
    list-style:none;
    vertical-align: top;
    position: relative;
    line-height:1.1rem;
    margin-left:1rem;
    margin-top:1rem;
    color:#1E1E1E;
}


ul.access-denied-list li::before {
    content: '';
    display:inline-block;
    position: absolute;
    background-image:url(/auth/assets/fontawesome/svgs/solid/disc-579f86b040c190f037dadde9950b5e69.svg);
    background-position-y:.65rem;
    background-position-x: left;
    background-size: 3px 3px;
    left:-1rem;
    width:1rem;
    height:1rem;
    background-repeat: no-repeat;
}

ul.password-requirements-list {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding:.5rem .5rem .5rem .5rem;
    width:19rem;
}

ul.phone-number-list {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding:.5rem .5rem .5rem 5rem;
    width:29rem;
}

.password-requirements-list li {
    list-style:none;
    line-height:1.5rem;
    padding:0 0 0 1rem;
    vertical-align: top;
    position: relative;
}

.password-requirements-list li::before {
    height: 1.5rem;
    position: absolute;
    width: 1rem;
    left:-.5rem;
    content: '';
    display: inline-block;
    background-image:url(/auth/assets/fontawesome/svgs/regular/circle-e40bfc8ab4322ea7750aa92c92a0a826.svg);
    background-position-y:.3rem;
    background-position-x: left;
    background-repeat: no-repeat;
}

.password-requirements-list li.checked::before {
    background-image:url(/auth/assets/fontawesome/svgs/regular/green-check-4d082a4935ec61c66cda1525cd46b7a8.svg);
}

ul.sublist li::before{
    content: '-';
    background-image:none;
}

ul.sublist li.checked::before{
    content: '';
    background-image:url(/auth/assets/fontawesome/svgs/regular/green-check-4d082a4935ec61c66cda1525cd46b7a8.svg);
}

.password-message-container label {
    font-size:0.9rem;
    margin-bottom:0;
    margin-top:0;
}

.password-message-container .col8 {
    margin-left:0;
    margin-right:0;
}

.password-message-container .form-label-group {
    margin-top: .2rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.username-form-label{
    padding-left:0;
    padding-right:0;
}

.username-form-label + .form-label-group {
    margin-top:0;
}

.password-mesg-red {
    font-weight:550;
    color:red!important;
}

.password-mesg-green {
    font-weight:550;
    color:#4CAF6B!important;
}

.visible{
    display:inline-block;
}

.not-visible{
    display:none;
}

.fade-in {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.5s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.fade-out {
   opacity: 0;
   transition: visibility 0s 2s, opacity 2s linear;
}

.prohibitedListLink {
    font-weight: 400;
}
.prohibitedListLink::after {
    content: '';
    display: inline-block;
    height: 1rem;
    width: 1rem;
    margin:0 0 0 .75rem;
    background-image:url(/auth/assets/fontawesome/svgs/regular/external-link-f1a45063edfc84c27370e9563e9e02e7.svg);
    background-size:1rem 1rem;
    background-position-y: .1rem;
    background-repeat: no-repeat;
}

.caption {
    color: #233E66 !important;
    font-size: 1.1rem;
    font-weight: 450!important;
    margin-top:1.1rem;
    line-height: 1.6;
}


.kba-info-message-header {
    font-weight: bold;
}

.info-icon {
  font-weight: 300;
  font-size: 2.5em;
  color: #4F6585;
  opacity: 1;
}

#kba-submit-button{
  width: 200px;
}

.additional-scripts {
  display:none;
  visibility: hidden;
}

hr.social-hr {
  border: none;
  border-top: 1px double #0070B7;
  color: #0070B7;
  overflow: visible;
  text-align: center;
  margin: 2rem 0 0 0;
  height: 1rem;
}

hr.social-hr::after {
  background: #fff;
  content: 'or';
  padding: 0 1rem;
  position: relative;
  top: -13px;
}

.precheck-or {
  padding-top:2em;
  font-weight:650;
}

hr.precheck-hr {
  border: none;
  border-top: 1px double #0070B7;
  color: #0070B7;
  overflow: visible;
  text-align: center;
  margin: 2rem 0 0 0;
  height: 1rem;
}

hr.precheck-hr::after {
  background: #fff;
  content: 'and';
  padding: 0 1rem;
  position: relative;
  top: -13px;
}

#crd-verification {
  display:none;
}

.underline-text {
  text-decoration: underline;
}
