/*
* {box-sizing:border-box;font-size: 16px;vertical-align: middle;}
*/
::-ms-clear, ::-ms-reveal{display: none;}
.inputShowPwd input {box-sizing:border-box;}

.inputShowPwd input:active, .inputShowPwd input:focus {
	outline: none;
	-moz-outline: none;
}

.inputShowPwd input[type="button"]::-moz-focus-inner, .inputShowPwd input[type="submit"]::-moz-focus-inner {
	border: none;
}
.inputShowPwd {
	position:relative;
	display: inline-block;
}
.inputShowPwd > input {
	/*width: auto; 
	height: auto;*/
	/*line-height: 36px;*/
	padding-right: 36px !important;
	padding-right: 36px;
	padding-left: 10px;
}
.inputShowPwd > .showEle {
	display: none;
	position: absolute;
	height: 24px;
	width: 24px;
	top: 50%;
	margin-top: -12px;
	right: 6px;
	background: url(/img/eye.svg) 50% 50% no-repeat;
	background-size: 24px 24px;
	z-index: 1;
	cursor: pointer;
}
/*
.inputShowPwd > input[type="text"] {
	display: none;
}
*/
