	html, body {
		margin: 0;
		padding: 0;
		background-color: #000000;
		color: #646464;
		}
		
		.loading {
			font-family: 'Raleway', sans-serif;
			opacity: 0;
			transition: opacity .8s ease-in-out;
			position: fixed;
			height: 100%;
			width: 100%;
			top: 0;
			left: 0;
			z-index: -1;
			background-color: #000000;
		}
		app-root:empty + .loading {
			text-align: center;
			opacity: 1;
			z-index: 100;
		}
		app-root:empty + .loading h2 {
			color: #EEE;
			padding-top: 20px;
			font-size: 1.5em;
			font-weight: normal;
			font-style: normal;
		}
		
		img#loading-spinner.img-responsive.center-block.login-logo {
			width: 32px;
			padding-top: 10px;
		}
	
	
		h1 {
		font-family: 'Raleway', sans-serif;
		font-size: 22px;
		line-height: 24px;
		font-weight: 800;
		padding: 50px 0;
		margin: 0;
		}
		
		.desktop-only {
		display: block !important;
		}
		
		.mobile-only {
		display: none !important;
		}
		
		.centered {
		text-align: center;
		}
		
		.avoidwrap {
		white-space: nowrap;
		}
		
		.clearfix {
		clear: both;
		}
		
		.site .home-only {
		display: none;
		}
		
		.site.home .home-only {
		display: block;
		}
		
		input, textarea {
		border-radius: 0;
		}
		
		textarea {
		border-color: #cccccc;
		border-width: 1px;
		}
			
		#background-image {
			width: 98%;
			z-index: -10;
			display: inline-block;
		}
		
	