/* SitePrime — affichage/masquage des champs mot de passe */
.sp-password-wrap {
    position: relative;
    display: block;
    width: 100%;
}
.sp-password-wrap > input[type="password"],
.sp-password-wrap > input.sp-password-visible {
    width: 100%;
    padding-left: 46px !important;
    padding-right: 12px !important;
    box-sizing: border-box;
}
.sp-password-toggle {
    position: absolute;
    left: 8px;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: #5f6b7a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    line-height: 1;
    box-sizing: border-box;
}
.sp-password-toggle:hover,
.sp-password-toggle:focus-visible {
    background: rgba(37, 99, 235, .10);
    color: #1d4ed8;
    outline: none;
}
.sp-password-toggle svg {
    width: 20px;
    height: 20px;
    pointer-events: none;
}

.secure-upload-note.subtle{background:none;border:0;padding:0;margin:10px 0 18px;color:#6b7280;font-size:13px;line-height:1.6;font-weight:400}.secure-upload-note.subtle strong{display:none}
