.left-panel {
  flex: 0 0 544px;
  background-color: rgb(246, 246, 246);
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-panel {
  flex: 1 1 auto;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-pf-page {
  padding: 0;
  height: 100%;
  display: flex;
}

.form-label {
  color: #808080;
  font-family: Golos Text;
  font-size: 16px;
  font-weight: 400;
  padding: 18px 16px;
}

.input-text {
  color: #808080;
  font-family: Golos Text;
  font-size: 16px;
  font-weight: 400;
}

.title {
  font-family: Golos Text;
  font-size: 24px !important;
  font-weight: 500;
  text-align: left !important;
  line-height: 120%;
  margin-bottom: 0px !important;
}

.eec-desktop {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 333px;
}

.eec-desktop__img {
  display: flex;
  justify-content: center;
}

.eec-desktop__heading {
  font-size: 30px;
}

.eec-mobile {
  display: none;
}

.card-pf {
  padding: 20px;
}

.formcontainer form {
  width: 100%;
}

.kc-form-login {
  width: 100%;
}

@media screen and (max-width: 459px) {
  .login-pf-page {
    flex-direction: column;
  }

  .card-pf {
    width: auto;
    min-width: auto;
    padding: 0 !important;
  }

  .login-pf-page {
    padding: 0;
  }

  .left-panel img {
    max-height: 200px;
  }

  .left-panel {
    flex: 1;
  }

  .right-panel {
    flex: 1;
    align-items: flex-start;
    padding: 20px;
  }
}

@media screen and (max-width: 700px) {
  .eec-desktop {
    display: none;
  }

  .eec-mobile {
    display: flex;
    order: 1;
    width: unset;
    font-size: 1rem;
    line-height: 150.5%;
    gap: 16px;
    align-items: center;
    padding: 10px 15px 10px 15px;
    margin-bottom: 0;
    width: 100%;
  }

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

  .card-pf {
padding: 10px 15px 10px 15px;
    margin-bottom: 0;
    width: 100%;
  }

  .left-panel {
    background-color: #fff;
  }

.eec-mobile img {
    width: 180px;
  }

.eec-mobile span {
    position: relative;
    width: 200px;
    display: block;
    top: 3px;
  }


}

@media screen and (max-width: 1023px) {
  .left-panel,
  .right-panel {
    flex: 1;
 flex-basis: auto;
  }

  .login-pf-page {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .login-pf-page .card-pf {
    padding: 10px 20px 30px 20px !important;
  }
}


.login-pf-page .card-pf {
    padding: 10px 15px 30px 15px;
    margin-bottom: 0;
}