img.banner-img {
    height:2.5rem;
}

div.footer-banner {
  width: 100%;
}

span.f-txt {
  font-size: 0.75rem;
}

/* img.pbtm {
  width: 75%;
} */

.logo {
  max-width: 100px;
}

.top-25 {
  top: 25%!important;
}

#fixed-lo {
  top: 40px !important;
  right: 40px!important;
  bottom: 0!important;
  flex-flow: column!important;
  align-items: none!important;
}

.login-btn {
  width:75px;
  border-radius: 10rem;
  font-size: 12px;
  transform: scale(1)!important;
  background-color: #1B1464;
}

.btn-primary {
  background-color: #1B1464!important;
}

.accordion-button {
  color:#707070;
  background-color: #F1F1F1;
  font-size: 0.75rem;
  min-height: 40px;
}

.h-auto {
  height: auto!important;
}

@media (max-width : 950px) {

  #ab-shield {
    width:100%!important;
  }

  #ab-lock {
    width:100%!important;
    margin-left: 0px!important;
  }

  #ab-pbtm {
    width:100%!important;
  }

  #fixed-lo {
    right: 10px!important;
  }

}