.pwin {
   display: inline-block !important;
}
/* パスワード入力欄の後ろ */
.pwinaft {
   margin-left: 8px;
}
/* for モバイル */
@media only screen and (max-width:800px){
	.pwinaft {
	   margin-left: 0px;
	}
}

.eye {
   display: inline-block;
   width: 16px;
   height: 16px;
   vertical-align: middle;
   margin-left: -24px;
}
.eyeshow {
   background-image: url("eyeshow.png") !important;
   background-size: 16px;
   background-repeat: no-repeat !important;
   background-position: right;
}
.eyehide {
   background-image: url("eyehide.png") !important;
   background-size: 16px;
   background-repeat: no-repeat !important;
   background-position: right;
}
