/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.hipe-update-password-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 1250px) {
  .hipe-update-password-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto;
    max-width: fit-content;
  }
}

.hipe-update-password-form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  padding: 0px 85px;
}

.hipe-update-password-illustration {
  width: 500px;
  background-color: rgba(246, 246, 246, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1250px) {
  .hipe-update-password-illustration {
    display: none;
  }
}

.hipe-update-password-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hipe-update-password-mobile-illustration {
  height: 120px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (min-width: 769px) {
  .hipe-update-password-mobile-illustration {
    display: none;
  }
}

.hipe-update-password-form {
  margin-top: 35px;
}

@media screen and (max-width: 1250px) {
  .hipe-update-password-form {
    margin-top: 25px;
  }
}

.hipe-update-password-form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}

@media screen and (max-width: 1250px) {
  .hipe-update-password-form-fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.hipe-update-password-form-fields > div:not(:first-child) {
  margin-left: 20px;
}

@media screen and (max-width: 1250px) {
  .hipe-update-password-form-fields > div:not(:first-child) {
    margin-left: unset;
    margin-top: 25px;
  }
}

.hipe-update-password-buttons {
  margin-top: 32px;
  display: flex;
}

.hipe-update-password-buttons-mobile {
  display: none;
}

@media screen and (max-width: 1250px) {
  .hipe-update-password-buttons {
    display: none;
  }

  .hipe-update-password-buttons-mobile {
    margin-top: 30px;
    width: 100%;
    display: flex;
  }
}

.hipe-update-password-validation {
  display: flex;
  flex-direction: column;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 7px;
  margin-top: 12px;
}

@media screen and (max-width: 1250px) {
  .hipe-update-password-validation {
    width: unset;
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.hipe-update-password-validation-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  flex-direction: row;
}

.hipe-update-password-validation-item > .hipe-text {
  margin-top: 0;
  margin-left: 5px;
}


.hipe-update-password-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

@media screen and (max-width: 1250px) {
  .hipe-update-password-container {
    margin:auto;
    height: fit-content;
  }
}

.hipe-update-password-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1200px;
  background-color: #fff;
  border: 1px solid #E5E5E5;
  -webkit-box-shadow: 0px 16px 16px -16px rgba(0, 0, 0, 0.32), 0px 8px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 16px 16px -16px rgba(0, 0, 0, 0.32), 0px 8px 16px rgba(0, 0, 0, 0.1);
  margin-top: 26px;
  flex-direction: row;
  align-items: center;
}

@media screen and (max-width: 1250px) {
  .hipe-update-password-content {
    width: 100%;
    flex-direction: column-reverse;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 16px;
  }
}

.hipe-update-password-left-side {
  padding: 72px 52px 72px 72px;
}

@media screen and (max-width: 1250px) {
  .hipe-update-password-left-side {
    width: 100%;
    max-width: 326px;
    padding: 24px 16px 32px 16px;
  }
}

.hipe-update-password-right-side {
  /* padding: 83px 48px 83px 48px; */
  background-color: #F6F6F6;
  max-width: 392px;
  display: flex;
  height: 100%;
}

@media screen and (max-width: 1250px) {
  .hipe-update-password-right-side {
    width: 100%;
    max-width: 332px;
    padding: 0;
    margin-top: 12px;
  }
}

.hipe-update-password-illustration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-self: center;  
}

.return-login-page-link {
  top: 140px;
  left: 95px;
}

@media screen and (max-width: 1250px) {
  .return-login-page-link {
    top: 80px;
    left: 20px;
  }
}

.update-password-input-container {
  margin-top: 32px;
}

.update-password-button-container {
  margin-top: 32px;
}

#kc-content {
  width: 100%;
}

.hipe-update-password-form-container {
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 32px;
}

@media screen and (max-width: 1250px) {
  .hipe-update-password-form-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 32px;
    max-width: 326px;
  }
}

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

.hipe-update-password-form-right-container {
  display: flex;
  align-items: space-between;
  width: 100%;
  width: 325px;
  flex-direction: column;
}

.hipe-update-password-form-left-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  width: 326px;
  flex-wrap: wrap;
}

@media screen and (max-width: 1250px) {
  .hipe-update-password-form-right-container {
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: 325px;
  }

  .hipe-update-password-form-left-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    max-width: 326px;
    flex-wrap: wrap;
  }
}

.hipe-champ-value-update-password {
  width: 100%;
  box-sizing:border-box;
  margin-top:8px;
}

.hipe-update-password-subtitle {
    font-size: 28px;
    line-height: 38px;
    margin: 0;
}

@media screen and (max-width: 1250px) {
  .hipe-update-password-subtitle {
    font-size: 24px;
    line-height: 32px;
  }
}

.hipe-champ-password-update {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: 100%;
}

@media screen and (max-width: 1250px) {
  .hipe-champ-password-update {
    width: unset;
  }
}

.password-update-label-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.hipe-champ-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.hipe-text-update-password {
  font-family: 'Marianne', 'Arial', 'Helvetica', sans-serif;
  font-style: normal;
  font-weight: thin;
  font-size: 12px;
  line-height: 20px;
  display: block;
  text-align: left;
}

.mention-texte-update-password {
  margin-top: 18px;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Marianne', 'Arial', 'Helvetica', sans-serif;
}

.picto-valid, .picto-error {
  display: none;
}

.text-sub {
  color: #666666;
}