#loginBody {
	background-color: black;
	width: 100vw;
}

#TechFahHubLoginImg {
	width: 100vmin;
	height: 70.3vmin;
	display: block;
	margin: auto;
}

#loginLink{
	font-size: 3.5vmin;
	text-decoration: none;
	color: White;
	text-align: center;
	display: block;
	font-weight: Bold;
}

#loginBar{
	width: 100vw;
	text-align: center;
}

#loginButton {
	display: block;
	width: 20%;
  margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 1.75vmin;
	border-radius: 5px;
	background-color: #4a93b8;
	color: White;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}
