@import url('https://fonts.googleapis.com/css?family=Muli');
body {
	font-family: 'Muli', sans-serif;
}
#loginbutton.btn-info {
	background-color: #bd2654;
	width: 100px;
}
#logoutbutton.btn-info {
	background-color: #bd2654;
}
#logged-in {
	padding-top: 6px;
}
#logged-in-sm {
	padding-top: 6px;
	padding-bottom: 6px;
}
#login.row {
	background-image: url('/images/login-bg.png');
}
#myseminars.row {
	background-color: rgba(0, 0, 0, 0.8);
}
#video {
	padding: 10px 10px 10px 10px;
	background-color: rgba(0, 0, 0, 0.8);
}
#home {
	padding: 10px 10px 10px 10px;
	background-color: rgba(0, 0, 0, 0.8);
}
.video-container {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%; 
	overflow: hidden;
}
.video-container video {
	/* Make video to at least 100% wide and tall */
	min-width: 100%; 
	min-height: 100%; 

	/* Setting width & height to auto prevents the browser from stretching or squishing the video */
	width: auto;
	height: auto;

	/* Center the video */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.error {
	padding: 5px; 
	border: 1px solid #a94442; 
	color: #a94442; 
	background: #f2dede; 
	border-radius: 5px; 
	text-align: left;
}
.success {
	color: #3c763d; 
	background: #dff0d8; 
	border: 1px solid #3c763d;
	margin-bottom: 20px;
}
td {
	color: white;
}
