:root {
    --couleur-principale: #2a3475;
    --couleur-principale-claire: #a8cdee;
    --couleur-secondaire: #dd4347;
    --couleur-secondaire-claire: #f8a1a3;
    --couleur-tertiaire: grey;
}

:root {
    --color-white: #fff;
    --color-light: #f1f5f9;
    --color-black: #121212;
    --color-night: #001632;
    --color-red: #f44336;
    --color-blue: #1a73e8;
    --color-gray: #80868b;
    --color-grayish: #dadce0;
    --shadow-normal: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
html {
    font-size: 100%;
    font-size-adjust: 100%;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
*, *::before, *::after {
    padding: 0;
    margin: 0;
    box-sizing: inherit;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: var(--color-black);
    background: var(--color-light);
}
a, button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    text-decoration: none;
}
img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    max-width: 200px;
}
.container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 80rem;
    min-height: 100dvh;
    width: 100%;
    padding: 0 2rem;
    margin: 0 auto;
}
.heading {
    display: flex;
    justify-content: center;
}
.text {
    font-family: inherit;
    line-height: inherit;
    text-transform: unset;
    text-rendering: optimizeLegibility;
}
.text-large {
    font-size: 2rem;
    font-weight: 600;
    color: var(--color-black);
}
.text-normal {
    font-size: 1rem;
    font-weight: 400;
    color: var(--color-black);
}
.text-links {
    font-size: 1rem;
    font-weight: 400;
    color: var(--color-blue);
}
.text-links:hover {
    text-decoration: underline;
}
.main .wrapper {
    max-width: 28rem;
    width: 100%;
    margin: 2rem auto;
    padding: 2rem 2.5rem;
    border: none;
    outline: none;
    border-radius: 0.25rem;
    color: var(--color-black);
    background: var(--color-white);
    box-shadow: var(--shadow-large);
}
.main .wrapper .form {
    width: 100%;
    height: auto;
    margin-top: 2rem;
}
.main .wrapper .form .input-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
    position: relative;
}
.main .wrapper .form .input-field {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: inherit;
    width: 100%;
    height: auto;
    padding: 0.75rem 1.25rem;
    border: none;
    outline: none;
    border-radius: 2rem;
    color: var(--color-black);
    background: var(--color-light);
    text-transform: unset;
    text-rendering: optimizeLegibility;
}
.main .wrapper .form .input-submit {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    cursor: pointer;
    min-width: 40%;
    height: auto;
    padding: 0.65rem 1.25rem;
    border: none;
    outline: none;
    border-radius: 2rem;
    color: var(--color-white);
    background: var(--couleur-principale);
    box-shadow: var(--shadow-medium);
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
}
.main .wrapper .striped {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
}
.main .wrapper .striped-line {
    flex: auto;
    flex-basis: auto;
    border: none;
    outline: none;
    height: 2px;
    background: var(--color-grayish);
}
.main .wrapper .striped-text {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    color: var(--color-black);
    margin: 0 1rem;
}
.main .wrapper .method-control {
    margin-bottom: 1rem;
}
.main .wrapper .method-action {
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0.35rem 1.25rem;
    outline: none;
    border: 2px solid var(--color-grayish);
    border-radius: 2rem;
    color: var(--color-black);
    background: var(--color-white);
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    transition: all 0.35s ease;
}
.main .wrapper .method-action:hover {
    background: var(--color-light);
}

/* TEXTE */

h2 {
    color: var(--couleur-principale);
    font-size: 1.5vw;
    margin: 15px 0;
    text-transform: uppercase;
  }
  
  h2 > span {
        color: var(--couleur-principale);
      font-size: 2.5vw;
      vertical-align: top;
  }

  .password-icon {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 20px;
    color: var(--couleur-principale);
    transition: all 0.2s;
  }

  .password-icon:hover {
    cursor: pointer;
    color: var(--couleur-principale);
  }
  
  .password-icon .feather-eye-off {
    display: none;
  }

  div .verification {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
    justify-items: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-bottom: 1.25rem;
  }

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

  .erreur {
    padding-bottom: 5px;
    color: var(--couleur-principale);
    font-weight: bolder;
    }
  .invalid {
    color: red;
  }

  .valid {
    color: green;
  }