

function clear_inp(id){
	if($(id).value == 'email'){
		$(id).value = '';
	}
	
	if($(id).value == 'password'){
		$(id).value = '';
	}
}