i{
	width: 15px;
	height: 15px;
	display: inline-block;
	position: absolute;
}
.name i{
	background-image: url("../images/username.png");
	background-repeat: no-repeat;
	left: 5px;
	top: 8px;
}
.password i{
	background-image: url("../imgers/password.png");
	background-repeat: no-repeat;
	left: 5px;
	top: 8px;
}

td p{
	position: relative;
	margin-top: 0px;
}

.inputstyle{
	border:1px solid #47414133;
	margin-top: 0px;
	outline: none;
	width: 240px;
	border-radius:0;
}

input:-webkit-autofill{
	-webkit-box-shadow:0 0 0 1000px white inset !important;
}