@CHARSET "UTF-8";

.input .iconMasking {
	margin-top: 5px;
	margin-left: 10px;
	border: 1px solid #0070c0;
	border-radius: 30% 100% 30% 100%/30% 100% 30% 100%;
	height: 15px;
	width: 15px;
	position: absolute;
	transform: rotate(-45deg);
	content: "";
}

.input .iconMasking:before {
	margin-top: 3px;
	margin-left: 3px;
	border: 1px solid #0070c0;
	background-color: #fff;
	border-radius: 50%;
	height: 7px;
	width: 7px;
	position: absolute;
	content: "";
}

.forgotPassword {
	text-align: right;
}

/* 自動ログイン機能削除の為、未使用 ↓ここから */
.input .checked:after {
	width: 25px;
	height: 0px;
	margin-top: 7px;
	margin-left: -10px;
	border-top: #636363 2px solid;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	position: absolute;
	left: 5px;
	content: "";
}
/* ↑ここまで */

@media screen and (min-width: 700px) {
	.input .iconMasking {
	margin-top: 10px;
}

}

