@import url('https://fonts.googleapis.com/css?family=Varela+Round');

.app {
	margin-bottom: -150px;
}

#login-logo { position: absolute; margin-left: -125px; top: 20px; left: 50%; z-index: 10; display: block; background: url('logo.png') top center; width: 250px; height: 100px; background-repeat: no-repeat; }

#backdrop { background: url('bg.png') top center; background-repeat: no-repeat; background-size: cover; }

.loginpage-header { font-family: 'Varela Round', sans-serif; padding-top: 120px; min-height: 200px; }

.loginpage-message { font-family: 'Varela Round', sans-serif; font-size: inherit; }

.loginpage-message a { color: #cc0066; }

.website-footer {
	background: rgba(0,0,0,0) url("north_tyneside_council.png") no-repeat scroll center top;
}

.website-footer {
	height: 150px;
}

.website-footer a {
	background: none;
	display: none;
}

@media (max-width: 1000px) {
	#backdrop:before { background: linear-gradient(to bottom, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0) 100%); }
}

@media (max-width: 400px) {
	#backdrop:before { background: linear-gradient(to bottom, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 100%); }
}

/* logged in app */
#logo { background: rgba(0, 0, 0, 0) url("logo.png") no-repeat scroll 0 0 / auto 34px !important; height: 35px; top: 5px; }

#medulla, #busy-logo { display: none !important; }