.login-pf-page {
  height: 100vh;
  background-color: white;
}


.login-pf body {
  background: white;
  background-size: auto;
  background-size: cover;
  height: 100%;
}

a#kc-current-locale-link::after {
  content: "";
}

p,
h1,
h2,
h3,
h4 {
  color: rgba(0, 0, 0, 0.87) !important;
  font-family: "Poppins", sans-serif !important;
}

body {
  font-family: "Poppins", sans-serif !important;
}
a {
  font-family: "Poppins", sans-serif !important;
}

.pf-c-button {
  border-radius: 4px;
}

.pf-c-button.pf-m-primary.pf-m-block.btn-lg {
  background-color: #3f4d70;
}
.card-pf {
  border-color: transparent !important;
  box-shadow: none !important;
}

.pf-c-form-control {
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom: 2px solid #e5e5e5 !important;
  background: transparent !important;
}

.pf-c-form-control::focus {
  border-bottom-color: #3f4d70 !important;
}

.pf-c-form-control[aria-invalid="true"] {
  border-bottom-color: #f13747 !important;
}

.required {
  color: #f13747;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 1) inset !important;
}
