.login-info-block {
  background: #e8edff;
  width: 100%;
  padding: 10px 2.5vw;
}

.login-info-block .lib-inner-content {
  max-width: 1150px;
  width: 90vw;
}

.login-info-block .lib-inner-content .text-info-mire {
  font-family: "Marianne", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #0063cb;
}

.co-cards-content {
  width: 95vw;
  max-width: 1150px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
}

.co-cards-content > div:first-child,
#loginForm {
  width: 50%;
  min-width: 400px;
}
@media screen and (max-width: 930px) {
  .co-cards-content {
    flex-direction: column;
    margin: 40px;
  }

  .co-cards-content > div:first-child {
    align-self: center;
    width: 95vw;
  }

  .creation-compte-card {
    align-self: center;
    width: 95vw !important;
  }
}

.creation-compte-card,
.connexion-compte-card {
  flex-grow: 1;
  min-width: 300px;
  background: white;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 1px 3px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  height: 100%;
  padding: 2rem 2.5rem;
  border: 1px solid #dddddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.title-opt {
  padding: 30px 30px 20px 30px;
}
.card-title {
  position: relative;
  padding: 7px 40px;
  font-family: Marianne, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0;
  text-align: left;
  margin-left: -40px;
  margin-bottom: 0;
  margin-top: 0;
  width: calc(100% + 80px);
}

span.flex-column-center.text-login-btn {
  text-align: center;
  font-family: Marianne, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 17px;
  margin-left: -30px;
  color: #000091;
}

.creation-compte-card-inner-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

div.mire-content {
  margin-top: 50px;
}

body {
  background-color: #fff;
  position: relative;
  min-height: 100vh;
}

#username,
#password,
#captchaFormulaireExtInput,
#password-new,
#password-confirm,
#opt {
  border: none;
  border-bottom: 2px solid #3a3a3a;
  width: 368px;
  height: 40px;
  background: #eeeeee;
  border-radius: 4px 4px 0 0;
  padding: 8px 16px;
  letter-spacing: 0.009375em;
  font-family: Marianne, serif;
  transition: opacity 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: inherit;
  text-transform: inherit;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  line-height: 1.15;
  box-sizing: border-box;
}

.label-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  width: 368px;
  margin-bottom: 5px;
}

label.login-view-label {
  font-family: Marianne, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
}

#showpwdcheck {
  cursor: pointer;
  border: 1px solid #161616;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  accent-color: #000091;
}

#kc-form {
  height: 100%;
}

#kc-form-wrapper {
  height: 100%;
}

#kc-form-login {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.login-btn {
  background: #ffffff;
  border: 1px solid #000091;
  padding: 30px;
  border-radius: 0;
  text-transform: none;
  letter-spacing: 0.0892857143em;
  font-size: 0.875rem;
  font-family: "Marianne", serif;
  height: 36px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 64px;
  outline: none;
  line-height: inherit;
  user-select: none;
  -webkit-appearance: none;
  overflow: visible;
  vertical-align: middle;
  cursor: pointer;
}

.login-btn:hover {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.flex-center {
  display: grid;
  align-items: center;
  justify-content: center;
}

#resetPassword {
  font-family: Marianne, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #383838;
}

#forgottenPassword:hover,
#forgottenPassword:focus {
  text-decoration: underline;
}

.login-page-container {
  padding-bottom: 300px;
}

#captchaHelp,
#captchaInstructions {
  font-size: 12px;
  line-height: 1.3rem;
}

#captchaInstructions {
  display: block;
  margin-bottom: 10px;
}

#captchaCheckboxContainer {
  background-color: #eeeeee;
  padding: 10px;
  margin-right: 10px;
  width: 368px;
}

#captchaCheckbox {
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #161616;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  accent-color: #000091;
}

.captchaDiv {
  margin-top: 16px;
  margin-bottom: 16px;
}

.mfa-card {
  flex-grow: 1;
  min-width: 300px;
  background: white;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 1px 3px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  height: 100%;
  padding: 2rem 2.5rem;
  border: 1px solid #dddddd;
  display: grid;
  flex-direction: column;
}

.size-input-mfa {
  width: 20%;
}
.vertical-separator-20px {
  height: 20px;
  border: none;
  background: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media screen and (min-width: 1201px) {
  body {
    background-color: #fff;
    position: relative;
    min-height: 100vh;
  }
}


.modale-info-toggle-btn {
  visibility: hidden;
  width: 0;
  height: 0;
}