﻿html, body {
	margin: 0 !important;
}

.logo-section {
	background-color : rgba(0,0,0,.6);
			   
}

.cf-logo {
	width:50%
}

.logout-message {
	font-size: 15pt;
	color: #004B85;
}
.info-section {

}
#bg {
	position: fixed;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	z-index: -1000;
	opacity:.3;
}

#bg img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%;
}
.bootstrap {
	background-color: transparent
}
