@charset "UTF-8";
/*
 * タイトル:パスワード用スタイルシート
 */

::-ms-reveal {
	display: none;
}

.password {
	display: block;
}

.eye {
	background-image: url(../image/eye-outline.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	float: right;
	margin-right: 3px;
	margin-top: -1.4em;
	position: relative;
	z-index: 2;
}

.eye-off {
	background-image: url(../image/eye-off-outline.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	float: right;
	margin-right: 3px;
	margin-top: -1.4em;
	position: relative;
	z-index: 2;
}