login.css 240 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 #loginPage { -fx-background-image: url("/images/New/newloginbk.jpg"); -fx-background-repeat: stretch; -fx-background-position: center center; } .text-field{ -fx-font-size: 1.5em; } #userName{ -fx-start-margin: 300px; }