html,
body {
	height: 99%;
	margin: 0;
	padding: 0;
	width: 99%
}

#brandlogo {
	width: 40px;
	height: auto;
}

.text-light {
	font-size: 0.9em;
}


.login-card {
	width: 400px;	
}

.form-control:focus {
	box-shadow: none !important;
}

#newsTickerContainer {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #f8f9fa;
	z-index: 1000;
}



