::-ms-reveal {
  display: none;
}

.login-pf body {
  background: linear-gradient(106.36deg, #606b7c -32.15%, #1e2833 100%);
}

div.card-pf {
    border: none;
}

div#kc-header {
  display: flex;
  justify-content: center;
  align-items: center;
}

div#kc-header-wrapper {
  text-indent: -99999px;
  overflow: hidden;
  white-space: nowrap;
  background-image: url(../img/clbt_logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
}

div#kc-form-buttons input#kc-login {
  background-color: #0064cc;
}

.form-group {
  position: relative;
}

.password-reveal {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  background-color: transparent;
  position: absolute;
  top: 32px;
  right: 10px;
  cursor: pointer;
}

input[id^=password-] + .password-reveal {
  top: 13px;
  right: 30px;
}

input#password[aria-invalid="true"] + .password-reveal {
  right: 35px;
}

