input[type="password"] {
padding: 5px;
border-radius: 5px;
border: 1px solid #cccccc;
width: 60%;
margin: 0;
list-style-type: none;
position: relative;
box-sizing: border-box;
font-family: "游明朝 Regular", "Yu Mincho Regular", "游明朝", YuMincho,'HiraMinProN-W2','ヒラギノ明朝 ProN W3','HiraMinProN-W3','HGS明朝E';
-webkit-appearance: textfield;
background-color: white;
-webkit-rtl-ordering: logical;
user-select: text;
cursor: auto;
text-rendering: auto;
color: initial;
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
display: inline-block;
text-align: start;
font: 13.3333px Arial;
-webkit-writing-mode: horizontal-tb;
}

