.pf-c-form-control[aria-invalid="true"]{
  background-image: none;
}

label{
  color: #475569;
  font-size: 11pt!important;
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.pf-c-form-control {
  border-color: #b9c6d8;
  border-radius: 6px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-style: solid;
  border-width: 0.8px;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.pf-c-button {
  border-color: #b9c6d8;
  border-radius: 6px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-style: solid;
  border-width: 0.8px;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.pf-c-button.pf-m-control, .pf-c-button.pf-m-control:focus {
  border-color: #b9c6d8;
  border-radius: 6px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-width: 0.8px;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  --pf-c-button--after--BorderColor: none;
  --pf-c-button--after--BorderWidth: none;
  padding: 0;
  z-index: auto;
}

.pf-c-button.pf-m-control.password-visibility, .pf-c-button.pf-m-control.password-visibility:focus {
  border: none;
}

.fa.fa-eye, .fa.fa-eye-slash {
  color: #475569;
  font-size: 24px !important;
  position: relative;
  z-index: 2;
  margin-left: -35px;
}

#password, #password-confirm {
  position: relative;
  z-index: 1;
}

#social-google span{
  font-size: 16px;
}

.fa-google:before {
  content: url("../img/google.com.png");
  position: relative;
}

.pf-c-form-control {
  height: auto;
}

h1#kc-page-title {
  margin-top: 30px;
  text-align: left;
  font-size: 28px;
  font-weight: bold;
}

a#kc-current-locale-link::after {
  content: "\2c5";
  margin-left: var(--pf-global--spacer--xs)
}

.login-pf-page .card-pf{
  padding: 40px;
}

.login-pf-header {
  background-image: url(../img/BM4A-logo-bg-light.svg);
  background-size: auto 48px;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding-top: 40px;
}

.login-pf-settings {
  font-size: 11pt;
}

#kc-header-wrapper {
  color: white;
  opacity:0;
  font-size: 29px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.2em;
  padding: 2px 10px 20px;
  white-space: normal;
}

#kc-form-options  .checkbox input[type="checkbox"] {
  position: relative;
}

ul.kc-social-links li {
  width: 100%;
}

.kc-social-provider-logo {
  font-size: 23px;
  width: 30px;
  height: 25px;
  padding-right: 40px;
  float: initial;
  top: 2.5px;
  position: relative;
}

.kc-social-icon-text {
  left: -15px;
  top: -3px;
}

.kc-social-section hr{
  display: none;
}

.kc-social-section h2{
  display: flex;
  align-items: center;
  margin-top: 20px;
  color: #475569;
}

.kc-social-section h2:before, .kc-social-section h2:after {
  height: 1px;
  content: "";
  flex: 1;
  background: #b9c6d8;
}
.kc-social-section h2:before{
  margin-right: 1em;
}
.kc-social-section h2:after {
  margin-left: 1em;
}

@media (max-width: 767px) {
  #kc-header {
    display: none;
    padding-left: 15px;
    padding-right: 15px;
    float: none;
    text-align: left;
  }

  div.kc-logo-text {
    margin: 0;
    width: 150px;
    height: 38px;
    background-size: 100%;
  }
}

.pf-c-button.pf-m-primary.pf-m-block.btn-lg{
  background-color: #5c629e;
}

.card-pf {
  margin: 0 15%;
  padding: 0 20px;
  max-width: 500px;
  border-top: none;
  box-shadow: none;
}
/* End Recovery codes */
