.kc-recovery-codes-warning {
  margin-bottom: 32px;
}
.kc-recovery-codes-warning .pf-c-alert__description p {
  font-size: 0.875rem;
}
.kc-recovery-codes-list {
  list-style: none;
  columns: 2;
  margin: 16px 0;
  padding: 16px 16px 8px 16px;
  border: 1px solid #d2d2d2;
}
.kc-recovery-codes-list li {
  margin-bottom: 8px;
  font-size: 11px;
}
.kc-recovery-codes-list li span {
  color: #6a6e73;
  width: 16px;
  text-align: right;
  display: inline-block;
  margin-right: 1px;
}

.kc-recovery-codes-actions {
  margin-bottom: 24px;
}
.kc-recovery-codes-actions button {
  padding-left: 0;
}
.kc-recovery-codes-actions button i {
  margin-right: 8px;
}

.kc-recovery-codes-confirmation {
  align-items: baseline;
  margin-bottom: 16px;
}
/* End Recovery codes */

.login-pf body {
  background: #080808;
  color: rgba(255, 255, 255, 0.96);
  display: flex;
  align-items: center;
  font-family: 'SB Sans Text';
  flex-direction: column;
}

.login-pf-page {
  margin: auto;
  padding: 14px 12px;
  max-width: 100%;
}

.kc-page-text,
.kc-terms-text {
  color: rgba(255, 255, 255, 0.28);
}

.kc-terms-text a,
.kc-terms-text a:hover {
  color: rgba(255, 255, 255, 0.56);
}

.card-pf {
  background: none;
  border: none;
}

.login-pf-page .login-pf-header h1 {
  font-size: 32px;
  font-weight: 700;
}

.pf-c-dropdown {
  display: none;
}

.kc-page-sub-title {
  color: rgba(255, 255, 255, 0.56);
  font-weight: 400;
  font-size: 16px;
  margin-top: 8px;
}

.pf-c-form-control[class] {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  border: none;
  outline: none;
  color: rgba(255, 255, 255, 0.96);
  padding: 26px 16px 10px;
  height: 56px;
  width: 380px;
  max-width: 100%;
}

.pf-c-form-control::placeholder {
  color: rgba(255, 255, 255, 0.56);
}

.pf-c-button + .pf-c-button {
  margin-top: 16px;
}

.pf-c-button.pf-m-primary {
  background: #3f81fd;
  border-radius: 12px;
  max-width: 374px;
  width: 100%;
  height: 48px;
  padding: 14px 22px;
}

.pf-c-button.btn-default {
  background: #f1f1f1;
  border-radius: 12px;
  max-width: 374px;
  width: 100%;
  height: 48px;
  padding: 14px 22px;
}

.login-pf-settings[class] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #5993ff;
  font-weight: 400;
  font-size: 14px;
}

.card-pf[class] {
  max-width: 380px;
  padding: 0;
}

.pf-m-error {
  color: #ff4d5e;
  font-weight: 500;
  font-size: 12px;
  margin-top: 4px;
  display: inline-block;
  padding: 0 16px;
}

#kc-form-buttons {
  margin-top: 16px;
}

.form-group,
.kc-input {
  position: relative;
}

.kc-placeholder {
  position: absolute;
  left: 16px;
  top: 18px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 16px;
  line-height: 20px;
  transition: all 0.3s ease 0s;
  font-weight: 400;
}

.pf-c-form-control[class]:focus + .kc-placeholder,
.pf-c-form-control[class]:valid + .kc-placeholder {
  display: block;
  font-size: 12px;
  top: 6px;
  line-height: 16px;
  font-weight: 500;
}

.kc-back-button {
  display: flex;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: none;
  background: #080808;
  position: absolute;
  top: 10px;
  left: 9px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.96);
}

.kc-back-button svg {
  width: 24px;
  height: 24px;
}

.kc-back-button:hover[class] {
  color: rgba(255, 255, 255, 0.96);
}

.kc-show-password,
.kc-hide-password {
  position: absolute;
  top: 21px;
  right: 20px;
  cursor: default;
}

.kc-hide-password {
  display: none;
  top: 18px;
}

.kc-error-field {
  display: block;
}

.kc-hide {
  display: none;
}

.pf-c-alert.pf-m-inline {
  background: none;
  border: none;
}

.kc-password-policy-title {
  margin-left: 16px;
}

.kc-password-policy-hints {
  margin: 0;
  font-size: 0.625rem;
  list-style: outside;
  padding: 0 16px;
}

.kc-password-policy-hints > li::marker {
  content: '-  ';
}

