body{
	min-height: 100%;
	font-family: Calibri;
}

.login-form{
	border: solid;
	border-width: 2px;
	border-radius: 5px;
	background-color: white;
	margin-top: 0;
	margin-bottom: 0;
	box-shadow: 0px 2px 5px #4D4D4D;
}

.container-fluid{
	min-height: 100%;
}

#loginLogo{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

#connectionText{
	font-size: 80%;
}
