1 body { 2 background: -webkit-radial-gradient(circle contain, 3 darkblue 5px, 4 black 1000px); 5 font-family: 'Times New Roman'; 6 font-size: 15px; 7 } 8 9 #sign-in-div { 10 position: fixed; 11 top: 0; 12 left: 0; 13 right: 0; 14 bottom: 0; 15 display: -webkit-box; 16 -webkit-box-align: center; 17 -webkit-box-pack: center; 18 } 19 20 #sign-in-body { 21 padding: 5px 10px 5px 10px; 22 background: white; 23 } 24 25 #title-text { 26 text-align: center; 27 font-size: 20px; 28 font-weight: bold; 29 } 30 31 label { 32 clear: both; 33 } 34 35 a { 36 display: block; 37 color: blue; 38 font-size: 30px; 39 } 40 41 a:hover { 42 text-decoration: underline; 43 } 44