#page { background-color: #78cad6; width:100%; font-family: 'futura_ltbook', Arial, sans-serif;  } 
body { background-color: #78cad6;}

.boldWhite { font-family: 'futura_ltbold', Arial, sans-serif; color: #ffffff; }

.bigFont { font-size: 36px; line-height: 40px;}
.medFont { font-family: 'futura_ltbook'; font-size: 24px;}

#login-container {
	/* margin-left: 10px; margin-top: 50px; */
	background: url("/assets/images/redefund/index/login_background.jpg") scroll left top transparent; 
	color: #ffffff; 
}
#login-container input { font-style:italic; }

#login-top { 
	font-family: 'futura_ltbook', Arial, sans-serif; font-size: 18px; color: #ffffff;
	padding-left: 10px; margin-top: 10px; 
}

#username-div { padding-left: 10px; margin-top: 10px; color: #000000; }
#password-div { padding-left: 10px; margin-top: 5px; margin-bottom: 10px; color: #000000;  }

html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 280px; /* Margin bottom by footer height */
}
main { 
	margin-top:75px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 280px; /* Set the fixed height of the footer here */
}
#header .navbar {
	height: inherit;
}


#miscPopup { font-family: 'futura_ltbook', Arial, sans-serif; }