.pf-v5-c-login__container {
  grid-template-areas: "main";
  grid-template-columns: auto;
  max-width: none;
}
.pf-v5-c-login__main>:first-child:not(.pf-v5-c-login__main-header) {
  padding-block-start: 0;
}

#kc-header-wrapper {
  padding: 62px 10px 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.login-pf body {
  background: url("https://images.unsplash.com/photo-1710184122027-bdd5ac4675bd?q=80&w=1932&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D")
    no-repeat center center fixed;
  /* https://images.unsplash.com/photo-1710166755691-1a9963ef6d7b?q=80&w=1932&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D */
  background: url("https://images.unsplash.com/photo-1710166755691-1a9963ef6d7b?q=80&w=1932&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D")
    no-repeat center center fixed;
  background-size: cover;
  height: 100%;
}

div.kc-logo-text {
  background-image: url(../img/keycloak-logo-text.png);
  background-repeat: no-repeat;
  height: 63px;
  width: 300px;
  margin: 0 auto;
}

div.kc-logo-text span {
  display: flex;
  height: 63px;
}

.login__container-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
}

.login__main {
  display: flex;
  flex-direction: column;
  min-width: 700px;
  max-width: 700px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 10px 15px -6px rgba(0, 0, 0, 0.9);
  padding: 20px;
  padding-top: 30px;

  @media screen and (max-width: 1200px) {
    flex-direction: column;
    width: 90%;
    min-width: clamp(300px, 90%, 700px);
    margin: 0 auto;
    margin-top: 40px;
  }

  @media screen and (max-width: 768px) {
    /* flex-direction: column;
    width: 90%;
    min-width: initial;
    margin: 0 auto;
    margin-top: 40px; */
  }

  @media screen and (max-width: 480px) {
    flex-direction: column;
    width: 90%;
    min-width: initial;
    margin: 0 auto;
    margin-top: 40px;
  }
}

.login__main__language {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}



.login__main__form{
  display: flex;

  @media screen and (max-width: 768px) {
    /* flex-direction: column; */
  }

  @media screen and (max-width: 480px) {
    flex-direction: column;
  }
}

.login__main-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 250px;
  padding: 0;
  padding-right: 20px;
  border-right: 1px solid #e7e7e7;

  @media screen and (max-width: 768px) {
    width: 50%;
    min-width: 170px;
    /* border-right: none;
    border-bottom: 1px solid #e7e7e7;
    padding: 0;
    padding-bottom: 20px;
    margin-bottom: 20px; */
  }

  @media screen and (max-width: 480px) {
    border-right: none;
    border-bottom: 1px solid #e7e7e7;
    width: 100%;
    min-width: 170px;
    padding: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }


}

.login__main-header-icon {
  height: 70px;
  width: auto;
  object-fit: contain;
}

.login__main-header-logo {
  height: 100px;
  width: auto;
  object-fit: contain;
}

.login__main-body {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  border-radius: 5px;
  padding: 0;
  padding-left: 20px;
  width: 100%;

  @media screen and (max-width: 768px) {
    /* align-items: center;
    justify-content: center;
    padding: 0; */
  }

  @media screen and (max-width: 480px) {
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}

.login__main-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  padding-bottom: 0;
}
