/* ブラウザ標準のパスワード表示ボタンを非表示 */
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear { display: none; }
