@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

h1,
h2,
h3,
h4,
p,
span,
div,
a,
button,
input,
label {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  color: #0f172a !important;
}

h1 {
  font-weight: 600;
  font-size: 30px !important;
  line-height: 38px;
  text-align: left !important;
  margin-top: 0;
}

h2 {
  font-weight: 600;
  font-size: 24px !important;
  line-height: 32px;
  text-align: left !important;
}

.login-pf body {
  background-image: none;
  background-color: #f8fafc;
}
.login-pf-page {
  padding: 0;
}
.login-pf-page-header {
  display: none;
}

.login-pf-page .login-pf-header {
  display: block;
}

.card-pf {
  margin: 0 0 0 auto;
  height: 100vh;
  width: 40vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  box-shadow: none;
  background-color: transparent;
}

.card-pf:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60vw;
  height: 100vh;
  background-image: url("../img/ah-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  z-index: 0;
}
.pf-c-dropdown {
  display: none;
}

@media screen and (max-width: 1000px) {
  .card-pf {
    margin: 0 auto;
  }
  .card-pf:before {
    display: none;
  }
}

.login-pf-header,
#kc-content {
  width: 312px !important;
}

body input.pf-c-form-control {
  padding: 8px 16px 8px 16px;

  width: 312px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  font-size: 14px;
  border: 1px solid #e2e8f0;

  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 6px;
  outline: none !important;
}

.pf-c-form-control:focus {
  border: 1px solid #e2e8f0 !important;

  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}

label.pf-c-form__label-text {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 8px;
}

.pf-c-button.pf-m-primary {
  /* button */
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  color: white !important;

  background: #0f172a;
  border-radius: 6px;

  /* Inside auto layout */
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.pf-c-button.pf-m-primary:hover {
  background-color: #030d24;
}

.pf-c-form__helper-text.pf-m-error {
  color: red !important;
  margin-top: 4px;
  display: inline-block;
}

.pf-c-input-group {
  position: relative;
}
button.pf-c-button.pf-m-control {
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
  width: 48px;
  background-color: transparent;
  z-index: 99999;
}

.pf-c-button.pf-m-control:after {
  display: none;
}

.pf-c-login__main-footer-links {
  display: block;
}

.pf-c-login__main-footer-links li {
  display: block;
}

.pf-c-login__main-footer-links li a.pf-c-button.pf-m-control {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 6px;
  margin-top: 16px;
}

hr {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
