.control-label {
    width: 100%;
}
/* Décalage pour que le scroll vers la première erreur s'arrête sous le header
   fixe et laisse le champ un peu en dessous du haut de l'écran. */
#formulaire-registration .form-group {
    scroll-margin-top: 120px;
}
.password-valid {
    color: green;
}
#codeInputs {
    display: flex;
    gap: 10px;
}

.code-input {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    border: 2px solid #ccc;
    border-radius: 5px;
}

.code-input:focus {
    border-color: #3b82f6;
    outline: none;
}
.creation-compte{
    margin-top: 209px;
}
.login-error-message {
    margin-bottom: 16px;
}
.login-box > form .input-group > input {
    all: unset;
    background-color: unset;
    background-image: unset;
    background-position-x: unset;
    background-position-y: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-clip: unset;
    background-origin: unset;
    background-size: unset;
    border-top-color: unset;
    border-top-style: unset;
    border-top-width: unset;
    border-right-color: unset;
    border-right-style: unset;
    border-right-width: unset;
    border-bottom-color: unset;
    border-bottom-style: unset;
    border-bottom-width: unset;
    border-left-color: unset;
    border-left-style: unset;
    border-left-width: unset;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
    border-image-source: unset;
    border-image-outset: unset;
    border-image-repeat: unset;
    border-image-width: unset;
    border-image-slice: unset;
    display: unset;
    overflow-y: unset;
    overflow-x: unset;
    font-family: unset;
    font-style: unset;
    font-size: unset;
    line-height: unset;
    color: unset;
    padding-top: unset;
    padding-right: unset;
    padding-bottom: unset;
    padding-left: unset;
    align-items: unset;
    align-self: unset;
    min-height: unset;
    width: unset;
    column-gap: unset;
    row-gap: unset;
    display: flex;
    min-height: 36px;
    padding: 0 12px 0 16px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #000;
    background: #FFF !important;
    width: calc(100% - 30px);
    overflow: hidden;
    color: #000;
    font-family: myriad-pro-semi-bold, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}