:root {
  --primary-color: #073e42;
  --secondary-color: #f1f2f3;
  --global-font-size: 14px;
  --global-link-color: var(--primary-color);
  --global-background: #f1f2f3;
  --global-color: #052729;
  --page-width: 425px;
  --comp-button-primary-background: var(--primary-color);
  --comp-button-disabled-background: #6e727e;
  --comp-button-radius: 4px;
  --comp-button-focus-background: #084578;
  --comp-button-link-color: var(--primary-color);
  --comp-button-background: var(--secondary-color);
  --comp-button-font-size: 16px;
  --comp-formControl-outline-color: var(--primary-color);
  --comp-formControl-border-color: #bbbec5;
  --comp-formControl-color: var(--primary-color);
  --comp-formControl-placeholder-color: #6e727e;
  --comp-formControl-alt-background: #fff;
  --comp-checkbox-alt-background: #fff;
  --comp-checkbox-checked-background: var(--primary-color);
  --comp-card-shadow: 0 0 40px 0 rgba(5, 46, 80, 0.05);
  --comp-back-image: url("../../img/chevron-left.svg");
  --type-login-recoveryLink-color: #342857;
}

.pis-title {
  display: flex;
  column-gap: 12px;
  row-gap: 35px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  letter-spacing: normal;
}

.pis-title img {
  height: 60px;
  justify-self: end;
}

.pis-title h2 {
  grid-column: span 2;
  font-weight: 800;
  font-size: 2rem;
  margin-bottom: 0;
  letter-spacing: normal;
  text-align: center;
}

.pis-title > h3 {
  grid-column: span 2;
  font-weight: 800;
  font-size: 1.85rem;
  margin-bottom: 0;
}

font-size div#kc-page-title {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.card-pf {
  box-shadow: var(--comp-card-shadow);
  border-radius: 16px;
  padding: 30px 40px;
  position: relative;
}

input::placeholder {
  color: var(--comp-formControl-placeholder-color);
}

.login-pf-page {
  margin-top: 50px;
}

.login-pf-page .pf-c-form__label {
  font-weight: 600;
}

div#kc-header {
  display: none;
}

.pf-c-button:focus {
  background-color: var(--comp-button-focus-background);
  color: #fff;
}

.info-displayer {
  padding: 12px;
  font-size: 16px;
  background-color: #eff4f7;
  border-radius: 4px;
  letter-spacing: normal;
  text-align: start;
  font-weight: 600;
  grid-column: span 2;
}

.info-displayer--title {
  font-weight: 800;
  margin: 0 0 12px 0;
  font-size: 16px;
}

.actions {
  display: flex;
  margin-top: 18px;
}

.actions #kc-form-options {
  display: flex;
  justify-content: center;
}

.actions #kc-form-options,
.actions #kc-form-buttons {
  order: initial;
}

#kc-passwd-update-form #kc-form-buttons {
  gap: 16px;
}

#kc-reset-password-form .kc-form-recovery a {
  display: flex;
  align-items: center;
}

.kc-form-recovery {
  order: 1 !important;
  margin-top: 0;
}

.hr-label {
  position: relative;
  top: -20px;
  background: var(--comp-card-background);
  left: calc(50% - 8px);
  padding: 0 8px;
}

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

#kc-social-providers a {
  margin-top: 14px;
  margin-bottom: 8px;
}

#kc-social-providers a:last-of-type {
  margin-top: 14px;
  margin-bottom: 0px;
}

.form-group {
  margin-bottom: 16px;
}

#kc-form-options {
  margin-bottom: 0;
}

#assistance-container {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  max-width: var(--page-width);
  text-align: center;
}

#assistance-container div:not(:last-child) {
  margin-bottom: 5px;
}

#assistance-container span {
  color: var(--comp-formControl-placeholder-color);
  font-weight: 600;
}

#assistance-container a {
  color: var(--type-login-recoveryLink-color);
  text-decoration: var(--type-login-recoveryLink-color);
  font-weight: 600;
}

button,
input[type=button],
input[type=submit],
input[type=reset] {
  font-family: HKGrotesk;
}

/*  Locales dropdown component style  */
/*
#kc-locale {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 25px;
}
#kc-locale #kc-locale-dropdown {
  position: relative;
}
#kc-locale #kc-locale-dropdown a {
  text-decoration: none;
}
#kc-locale #kc-locale-dropdown #kc-current-locale-link {
  padding: 6px 16px;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #052e50;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  font-family: HKGrotesk;
}
#kc-locale #kc-locale-dropdown.open #kc-current-locale-link {
  border: 1px solid #052e50;
  border-radius: 4px;
  background-color: #eff4f7;
}
#kc-locale #kc-locale-dropdown ul {
  display: none;
  position: absolute;
  top: 35px;
  right: 0;
  width: 160px;
}
#kc-locale #kc-locale-dropdown.open ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 8px 0;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 1px 0 rgba(5, 46, 80, 0.32),
    0 8px 12px 0 rgba(5, 46, 80, 0.16);
  font-family: HKGrotesk;
  font-size: 16px;
  font-weight: 600;
  color: #052e50;
}
#kc-locale #kc-locale-dropdown.open ul li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px 12px;
  cursor: pointer;
}
*/
/***********/
/*  Awaiting login screen style for magic link  */
#awaitingLogin-connection-image {
  height: 165px;
}

#awaitingLoginBodyContainer {
  margin-top: 40px;
  text-align: center;
  font-weight: 600;
}

#awaitingLoginRetryCaptionContainer {
  margin-top: 40px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
}

#awaitingLoginRetryCaptionContainer a {
  color: #9f9fb3;
}

/***********/
/***********/
/*  Login confirmed screen style for magic link  */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#emailLinkSuccessful-loader-icon {
  animation: spin 1s linear infinite;
}

#emailLinkSuccessfulBodyContainer {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 600;
}

#emailLinkSuccessfulCaptionContainer {
  margin-top: 40px;
  margin-bottom: 10px;
  text-align: center;
}

#emailLinkSuccessfulCaptionContainer,
#emailLinkSuccessfulCaptionContainer a {
  color: #9f9fb3;
  font-weight: 600;
}

.emailLinkSuccessfulCaptionText {
  display: block;
}

/***********/

/*# sourceMappingURL=login.css.map */
