@import 'variables.css';

.login-pf body {
  background: var(--athens-gray2);
  width: 100vw;
  height: 100vh;
}

.login-pf-page {
  width: 100%;
  padding: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-pf-page-header,
.pf-c-dropdown {
  display: none;
}

.form-group.login-pf-settings {
  margin: 0;
  align-items: center;
}

.login-pf-settings > #kc-form-options > .checkbox {
  margin: 0;
}

#kc-registration span {
  font-size: 14px;
  color: var(--neutral-ink);
  line-height: 18px;
  letter-spacing: -0.25px;
}

.login-pf-page .card-pf {
  width: 420px;
  padding: 0 !important;
  border: none;
  box-shadow: none;
  border-radius: 4px;
}

.login-pf-header {
  padding: 16px 24px;
  border-bottom: 1px solid var(--mercury);
  margin: 0 !important;
}

.subtitle:has(> .required) {
  display: none;
}

.col-md-10:has(> #kc-page-title) {
  width: 100%;
}

#kc-page-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  color: #1a1a1a;
  text-align: center;
  letter-spacing: -0.25px;
}

#kc-content {
  padding: 24px;
}

#kc-content-wrapper,
#kc-form-wrapper {
  margin: 0;
}

.form-group {
  margin-bottom: 16px;
}

#kc-form-buttons {
  margin: 32px 0 0 0;
}

.pf-c-input-group {
  position: relative;
}

.pf-c-button.pf-m-control[data-password-toggle] {
  position: absolute;
  right: 0;
  background: transparent;
  padding: 4px;
  height: 100%;
}

.pf-c-button:after  {
  border: none;
}

.pf-c-button.pf-m-control[data-password-toggle] > i {
  display: flex;
  align-items: center;
}

.pf-c-button.pf-m-control[data-password-toggle] > i.fa-eye-slash:before,
.pf-c-button.pf-m-control[data-password-toggle] > i.fa-eye:before {
  content: '';
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center, 50%, 50%;
}

.pf-c-button.pf-m-control[data-password-toggle] > i.fa-eye-slash:before {
  background-image: url(assets/eye-visible-filled.svg);
}

.pf-c-button.pf-m-control[data-password-toggle] > i.fa-eye:before {
  background-image: url(assets/eye-invisible-filled.svg);
}
