@CHARSET "UTF-8";

.input .iconMasking {
	margin-top: 10px;
	margin-left: 10px;
	border: 1px solid #0070c0;
	border-radius: 30% 100% 30% 100%/30% 100% 30% 100%;
	height: 15px;
	width: 15px;
	transform: rotate(-45deg);
	content: "";
	display: inline-block;
	vertical-align: top;
}

.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: "";
}

.input .iconMaskingCurrent {
	margin-top: 10px;
	margin-left: 10px;
	border: 1px solid #0070c0;
	border-radius: 30% 100% 30% 100%/30% 100% 30% 100%;
	height: 15px;
	width: 15px;
	transform: rotate(-45deg);
	content: "";
	display: inline-block;
	vertical-align: top;
}

.input .iconMaskingCurrent: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: "";
}

.mgnleft-10 {
	margin: 0px 5px 0px 40px !important;
}

.forgotPasswordPdg {
	padding: 10px 0px;
}


@media screen and (max-width: 700px) {
	.input .iconMasking {
		margin-top: 5px;
	}
	.input .iconMaskingCurrent {
		margin-top: 5px;
	}

	.cautionCommentNoWidth .list{
	margin-left: 10px !important;

	}
}

.notice .atext {
	margin-left: 25px;
}

.notice {
	line-height: 30px;
	padding-left: 10px;
	background-color: #FFF;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 700px) {
	.notice .atext {
	margin-left: 40px;
	}

	.notice {
	padding: 10px 50px;
	}

	.value {
	min-height:40px;
	}

	.forgotPasswordPdg {
		padding: 10px 50px;
	}

	.cautionCommentNoWidth {
	margin-top: 0px !important;
	}

	.cautionCommentNoWidth .list{
	margin-left: 15px !important;

	}


}