@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

.password-reveal {
  margin-left: -40px;
  font-size: 18px !important;
}

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

div.kc-logo-text {
    background-image: url(../../img/bayesia/logo-w.png);
    background-repeat: no-repeat;
    height: 111px;
    width: 300px;
    margin: 0 auto;
}

@media (max-width: 767px) {
  div.kc-logo-text {
      margin: 0;
      width: 150px !important;
      height: 32px;
      background-size: 100%;
  }
}
#kc-registration {
    margin-bottom: 15px;
}

#kc-registration a{
  width: 100%;
  background-color: #2A5A8E;
  background-image: inherit;
  margin-top: 0;
  margin-left: 0 !important;
  display: block;
  padding: 6px 10px;
  color: white;
  font-weight: bold;

}
.login-pf-page .btn-primary, input#kc-login {
    background-color: #2A5A8E;
    background-image: inherit;
    margin-top: 0;
    width: 30% !important;
    margin: auto;
    border-color: #2A5A8E;
}

.login-pf-page .btn-primary:active:hover {
   background-color: #301444;
   border-color: #004e78;
}
#kc-info-wrapper {
 background: none !important;
}

.login-pf body {
 background: #2a5a8e !important;
}
