
.pf-c-alert.pf-m-inline {
  --pf-c-alert__title--Color: var(--invert-text-color);
}

.pf-c-alert.pf-m-inline.alert-warning, .pf-c-alert.pf-m-inline.alert-info {
  --pf-c-alert__title--Color: var(--text-color);
}

.alert-info {
  margin-right: 1rem;
}

body {
  font-family: 'Raleway', sans-serif;
  background-color: #EDEDED;
  color: #333333;
  -webkit-font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum";
  -ms-font-feature-settings: "lnum";
  -o-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
  line-height: 1.25rem;
  margin: 0;
}

input, textarea, select {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  color: #333333;
  -webkit-font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum";
  -ms-font-feature-settings: "lnum";
  -o-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
  line-height: 1.25rem;
}

a {
  color: var(--primary-color);
  outline: none;
}

a:hover, a:active, a:focus {
  color: var(--primary-color);
  outline: none;
  text-decoration: none;
}

.label-navigate {
  color: var(--primary-color);
  cursor: pointer;
}

.btn {
  height: 2.125rem;
  border: 0;
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  cursor: pointer;
}

.alert {
  padding: 0.625rem;
  color: #FFFFFF;
}

.alert-error {
  background-color: #DC3545;
  overflow: hidden;
}

.alert-success {
  background-color: #70AF51;
}

@media (min-width: 48rem) {
  .container {
    width: 73rem;
  }
}

@media (min-width: 90.75rem) {
  .container {
    width: 87.5rem;
  }
}

.Box {
  position: relative;
  padding: 1.875rem;
  margin-top: 1.875rem;
  background-color: #FFFFFF;
  border-radius: 0.1875rem;
  -webkit-box-shadow: 0.125rem 0.125rem 0.375rem 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0.125rem 0.125rem 0.375rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0.125rem 0.125rem 0.375rem 0 rgba(0, 0, 0, 0.15);
}

label {
  font-weight: 400;
  font-size: 0.8125rem;
}

select {
  width: 100%;
  padding: 0.5rem 0.75rem;
  min-height: 1.5625rem;
  border: 0.0625rem solid #B3B3B3;
  background-color: #FFFFFF;
  box-shadow: none;
  border-radius: 0.1875rem;
  outline: none;
  color: #333333;
}

input[type="text"], input[type="password"], textarea {
  width: 100%;
  padding: 0.5rem 0.75rem;
  min-height: 1.5625rem;
  border: 0.0625rem solid #B3B3B3;
  background-color: #FFFFFF;
  box-shadow: none;
  border-radius: 0.1875rem;
  -webkit-appearance: none;
  outline: none;
  color: #333333;
}

[class*="inactive"] input[type="text"], [class*="inactive"] input[type="password"],
[class*="inactive"] textarea {
  cursor: not-allowed;
}

input[type="text"].default-width, input[type="password"].default-width, textarea.default-width {
  width: auto;
}

[class*="InputContainer"] {
  margin-bottom: 0.5rem;
}

[class*="InputContainer"]:last-child {
  margin-bottom: 0;
}

[class*="Button--"] {
  transition: all 0.3s ease;
}

[class*="Button--"]:hover, [class*="Button--"]:focus, [class*="Button--"]:active {
  outline: none !important;
}

.Button--ghost-gray {
  border: 0.125rem solid #DADADA;
  color: #333333;
  background-color: transparent;
  font-weight: 600;
  font-size: 0.8125rem;
}

.Button--ghost-gray:hover {
  background: #DADADA;
}

.Button--icon [class*="Icon--"] {
  display: inline-block;
  margin-bottom: -0.3125rem;
  margin-right: 0.5rem;
}

[class*="Button--"][disabled] {
  color: #FFFFFF;
  background-color: #DADADA;
  cursor: not-allowed;
}

[class*="Button--"][disabled]:hover {
  color: #FFFFFF;
}

#social-google {
  display: flex;
  align-items: center;
}

#social-google i {
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.375rem;
  height: 1.375rem;
  margin-right: 0.5rem;
  background-image: url("../images/logo-google-xs.png");
}

#social-google i:before {
  content: "";
}

.login-pf-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: 0;
}

.login-pf-page::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100vh 0 0 34.375rem;
  border-color: transparent transparent transparent var(--primary-color);
  transform: translateX(-32.5rem);
  z-index: -1;
}

.login-pf-page::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100vh;
  background-color: var(--primary-color);
  transform: translateX(-32.5rem);
  z-index: -1;
}

#kc-header {
  margin-top: 1.875rem;
  font-weight: 500;
  font-size: 1.125rem;
}

#kc-content {
  position: relative;
  padding: 2.5rem;
}

#kc-locale {
  position: absolute;
  padding: 0;
  right: 0;
  top: 0;
}

#kc-locale-wrapper {
  position: absolute;
  top: 0.625rem;
  right: -1.5625rem;
  width: 1.5625rem;
}

#kc-locale-wrapper .kc-dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#kc-locale-wrapper .kc-dropdown ul li {
  display: inline-block;
  margin-bottom: 0.3125rem;
}

#kc-locale-wrapper .kc-dropdown ul li a {
  display: inline-block;
  opacity: 0.5;
}

#kc-locale-wrapper .kc-dropdown ul li a img {
  margin: 0;
  width: 1.5625rem;
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}

#kc-locale-wrapper .kc-dropdown ul li a.active {
  opacity: 1;
}

#kc-locale-wrapper .kc-dropdown ul li:hover a {
  opacity: 1;
}

.login-pf-settings {
  align-items: center;
}

.ProvidedByContainer {
  display: flex;
  align-items: center;
}

.LoginPage__footer {
  align-self: center;
  z-index: 1;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.25rem;
}

.LoginPage__footerText {
  color: #FFFFFF;
}

.LoginPage__footerLogo {
  margin-left: 5.625rem;
  width: 11.875rem;
}

.LoginPage__logo {
  width: 24rem;
  margin: 0 auto;
  display: block;
}

.LoginPage__main {
  justify-self: center;
  align-self: center;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
}

.LoginBox {
  padding: 0;
  border-radius: 0.1875rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #FFFFFF;
}

.LoginBox:has(.alert-error),
.LoginBox:has(.alert-warning),
.LoginBox:has(#kc-reset-password-form) {
  flex-direction: column;
}

.LoginBox:has(.alert-error) #kc-register-form {
  margin-top: 1rem;
}

.LoginBox:has(#kc-reset-password-form) .login-pf-settings {
  padding: 1rem 1.25rem 0 1.25rem;
}

#instruction1 {
  margin-top: 1rem;
}

@media screen and (max-width: 62rem) {
  .LoginBox.Box {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-top: 0.625rem;
    box-shadow: none;
    background-color: transparent;
  }

  .LoginBox > section {
    margin-top: 0.625rem;
  }

  .LoginBox > section:first-of-type {
    margin-top: 0;
  }
}

.LoginBox__inputContainer {
  margin-bottom: 0.625rem;
  min-width: 16.875rem;
}

.LoginBox__inputContainer input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1.875rem white inset;
}

.LoginBox__link {
  color: #333333;
}

.LoginBox__link:hover {
  color: #000000;
}

.LoginBox__right {
  background-color: white;
  vertical-align: middle;
}

@media screen and (min-width: 62rem) {
  .LoginBox__right #kc-info-wrapper #kc-registration > span {
    text-decoration: none;
    border-color: transparent;
    background-color: transparent;
    padding-top: 0;
  }

  .LoginBox__right #kc-info-wrapper #kc-registration .Icon--nothing {
    width: 1.375rem;
    height: 1.375rem;
  }
}

#kc-social-providers {
  padding-left: 2.5rem;
}

#kc-social-providers hr {
  display: none;
}

#kc-social-providers h4 {
  display: none;
}

@media screen and (max-width: 62rem) {
  .LoginBox__right #kc-info-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .LoginBox__right #kc-info-wrapper #kc-registration {
    order: 2;
    align-self: center;
    margin-top: 0.625rem;
  }

  .LoginBox__right #kc-info-wrapper #kc-social-providers {
    display: inline-flex;
    justify-content: space-around;
  }
}

.LoginBox__footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.LoginBox__footerColumn {
  display: inline-flex;
  flex-direction: column;
}

.LoginBox__footerColumn .LoginBox__footerButtonsWrapper {
  display: inline-flex;
}

.LoginBox__footerColumn:first-of-type {
  flex-direction: row;
}

.LoginBox__footerColumn .checkbox label {
  display: inline-flex;
}

.LoginBox__footerColumn .checkbox + div a {
  font-size: 0.8125rem;
  font-weight: 400;
}

.OauthButton {
  padding: 0.5625rem 0.75rem;
  vertical-align: top;
  background-color: white;
  height: 1.375rem;
}

@media screen and (min-width: 62rem) {
  .OauthButton {
    display: block;
    width: 13.4375rem;
    margin: 0 auto 1rem;
  }
}

.OauthButton i, .OauthButton span {
  vertical-align: middle;
}

@media screen and (min-width: 62rem) {
  .OauthButton span {
    display: inline-block;
  }
}

@media screen and (max-width: 62rem) {
  .OauthButton span {
    display: none;
  }
}

.OauthButton i {
  margin-right: 0.3125rem;
}

.OauthButton:last-child {
  margin-bottom: 0;
}

.LoginButton {
  padding-left: 2.625rem;
  padding-right: 2.625rem;
  text-transform: uppercase;
  font-weight: 700;
}

#kc-reset-password-form .LoginBox__inputContainer:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#kc-reset-password-form .LoginBox__inputContainer:last-child #kc-form-options {
  font-size: 0.875rem;
}

.g-recaptcha {
  position: relative;
  height: 3.125rem;
}

.g-recaptcha div {
  width: 9.8125rem !important;
  height: 64.0625rem !important;
  overflow: hidden;
  position: absolute;
  top: -0.625rem;
  left: -0.4375rem;
}

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

@media screen and (max-width: 34.375rem) {
  .LoginPage__main {
    width: 100%;
  }

  .LoginPage__logo {
    width: 15.625rem;
  }

  #kc-content {
    margin: 0.625rem 0.625rem 0 0.625rem;
    justify-content: center;
    flex-direction: column;
  }

  #kc-locale {
    width: unset;
  }

  #kc-locale-wrapper {
    position: unset;
  }

  .LoginBox__inputContainer {
    min-width: 14.375rem;
  }

  .login-pf-page {
    min-height: calc(100vh - 1.5rem);
  }

  .LoginPage__footerLogo {
    margin-left: 3.125rem;
    width: 9.375rem;
  }

  .LoginPage__footerText {
    margin-left: 0;
    color: #333333;
  }

  .MainFooter__copyright {
    text-align: center;
  }
}

@media screen and (max-width: 34.375rem) and (max-height: 31.25rem) {
  .LoginPage__logo {
    width: 10rem;
  }

  .control-label {
    display: none;
  }

  .formArea {
    padding-bottom: 0;
  }

  .login-pf-page {
    display: flex !important;
    flex-direction: column !important;
  }

  .LoginPage__main {
    padding: 0.3125rem;
  }

  .LoginPage__footer {
    padding: 0.3125rem;
    flex: 1;
    justify-content: end;
  }

  .LoginPage__footerLogo {
    margin-left: 3.125rem;
    width: 8.75rem;
  }

  #kc-content {
    flex-direction: column;
  }
}

.MainFooter__copyright {
  margin: 0.3125rem 0;
}

.links-container a {
  color: #333333;
}

.links-container {
  margin-top: 0.3125rem;
}

.links-container a + a {
  margin-left: 1.25rem;
}

.termsAndConditions-container {
  margin-bottom: 0.3125rem;
}

#kc-form-buttons {
  position: relative;
}

.error-tooltip {
  position: absolute;
  display: flex;
  width: max-content;
  top: -2.375rem;
  left: -50%;
  background-color: var(--primary-color);
  color: #FFFFFF;
  padding: 0 0.625rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  opacity: 0;
  transition: opacity 0.25s;
  user-select: none;
  pointer-events: none;
}

#kc-form-buttons:hover .error-tooltip {
  opacity: 1;
}

.error-tooltip.hide {
  display: none;
}

.LoginBox__inputContainer.actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#kc-passwd-update-form .LoginBox__footerColumn {
  flex-direction: row;
  margin: 0.5rem 2rem 0 0;
}
