﻿.logo {
	background-image: url(/images/buoyancy-white.png);
	font-size: 0;
	width: 125px;
	background-repeat: no-repeat;
	background-position-y: 50%;
	background-size: contain;
	margin-right: 20px;
	height: 50px;
	margin-top: 0px;
}
ng-view > .logo {
	background-image: url(/images/buoyancy-logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	color: transparent;
	height: 300px;
	background-size: auto;
	margin: 75px auto 60px auto;
	display: inline-block;
	width: 845px;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
}
body.watermark {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
body.watermark #waiting{
	width: 100%;
	height: 100%;
    background-image: url(/images/buoyancy-watermark.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 250px;}
.mf-signout {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999999999999;
	background-color: rgb(255, 255, 255);
	background-image: url(/images/buoyancy-logo.jpg);
	background-repeat: no-repeat;
	background-position: 50%;
}
.mf-app-disabled {
	background-image: url(/images/buoyancy-watermark.png);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 250px;
}
