body {
	background: url('/layout/clouds.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: lightblue;
}

/*****Layout Divs*****/


#login-header {

	background-color: rgba(4, 119, 190, 0.70);
	position: fixed;
	bottom: 20%;
	right: 0;
	width: 100%;
	height: 10%;
	text-align: center;
	z-index: -1;
}

#header-logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0;
}

#footer {
	background: rgba(0,0,0,0.5);
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 20%;
	text-align: center;
	z-index: -1;

}

#footer-text {
	position: center;
	width: 500px;
	text-align: center;
	color: white;
	font-family: Roboto, sans-serif;
	font-size: 10pt;
	padding-top: 30px;
	display: inline-block;
}

/*****Layout Classes*****/

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
text-decoration: none;
background-color: #0277bd;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
}

img {
max-width: 100%;
max-height: 100%;
}
