.text-field {
    -fx-prompt-text-fill: red; 
         
}
.text-field:focused {	
	-fx-prompt-text-fill: transparent;
}