#form_connexion{margin:30px 0}.input-password-with-eye{display:flex;background:#f5f5f7;border-radius:4px}.input-password-with-eye:has(:where(input[type=password],input[type=text]):focus){background:#262a33}.input-password-with-eye:has(:where(input[type=password],input[type=text]):focus) .eye i{color:#fff}.input-password-with-eye .eye{display:flex;align-items:center;justify-content:center;position:relative;padding:8px}.input-password-with-eye .eye input[type=checkbox]{all:unset;position:absolute;top:0;left:0;width:100%;height:100%}.input-password-with-eye :where(input[type=password],input[type=text]){padding-right:0}.input-password-with-eye input[type=checkbox]{margin:10px}.login-checkbox{display:flex;flex-direction:row-reverse;align-items:center;justify-content:center;text-align:center;gap:12px;margin-bottom:10px}.login-checkbox input[type=checkbox]{margin:0;padding:0;-webkit-appearance:none;-moz-appearance:none;width:14px;height:14px;appearance:none;outline:2px solid #282828;outline-offset:3px;transition-duration:.2s;background-color:#f5f5f7;cursor:pointer}.login-checkbox input[type=checkbox]:checked{background-color:#e41145}.login-checkbox label{margin:0;padding:0}#form_connexion input[type=submit]:hover{background:#fff;color:#e41145;border:2px solid #e41145}