16 lines
		
	
	
		
			210 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			210 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| .home-welcome {
 | |
| 	text-align: center;
 | |
| }
 | |
| 
 | |
| .generic-content-wrapper-styled {
 | |
| 	margin-left: auto;
 | |
| 	margin-right: auto;
 | |
| 	max-width: 420px;
 | |
| 	font-size: 1.1em;
 | |
| }
 | |
| 
 | |
| #login-main {
 | |
| 	max-width: 400px;
 | |
| 	margin-top: 50px;
 | |
| }
 |