.pf-c-form-password {
  width: 100%;
  position: relative;
}

.pf-c-form-password button {
  cursor: pointer;
  border: none;
  background: transparent;
  outline: none;
  position: absolute;
  height: 20px;
  width: 20px;
  top: 1px;
  right: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-pf {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.button-icon {
  margin-right: 5px;
  margin-top: 8px;
}

.login-pf body {
  background: #f2f2f2 !important;
  display: flex;
  flex-direction: column;
}

#kc-header-wrapper {
  color: #000;
  font-weight: bold;
  letter-spacing: 2px;
}

.logo-container {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1000;
}

.logo {
  max-width: 200px;
  height: auto;
}

.footer-copy {
  padding-left: 16px;
  margin-top: auto;
  font-size: 20px;
}