body {
  margin: 10;
  background: url("../img/bg.png") no-repeat center center fixed !important;
  background-size: cover !important;
  display: flex;
  justify-content: center; /* horizontal center */
  align-items: center; /* vertical center */
  font-family: "Inter", sans-serif;
}

#kc-header h1 {
  color: #ffffff !important;
  font-size: 2.5em !important;
  font-weight: 600 !important;
  /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important; */
}

.card-pf {
  background-color: rgba(255, 255, 255, 0.8) !important;
  border-radius: 20px !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
  width: 500px !important;
}

.login-pf-header {
  background-color: transparent !important;
  border-radius: 20% !important;
}
