input[type='password']{
	background: transparent url("../images/pass.png") no-repeat;
	background-position: 2px 50%;
}
input[type='text']{
	background: transparent url("../images/user.png") no-repeat;
	background-position: 2px 50%;

}

input[type='email']{
	background: transparent url("../images/email.jpg") no-repeat;
	background-position: 2px 50%;

}

