@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;
	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: "";
}

.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;
}

@media screen and (min-width: 700px) {
	.input .iconMasking {
		margin-top: 10px;
	}
}
