body,
body.home{
	background-color:#fff;
	min-height: 100vh;
}

body #page{
	min-height:100vh;
}

body #page .site-inner{
	/*position: relative;
	top: 50%;
	transform: translateY(-50%);*/
	padding-top:8%;
}

body,p,h1,h2,h3,h4,h5,h6{
	font-family:'AvantGardeGothicITCW01B 731069';
}

.button,strong,button,select,input[type="submit"]{
	font-family:'AvantGardeGothicITCW01B 731063';
	/*text-transform:uppercase;*/
}

#login h1,
#backtoblog {
	display: none;
}

#greenroom-login-container {
	width:100vw;
	height:100vh;
	background-image: url(../img/login/login-background.gif);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}

#greenroom-login-container #mushroom-intranet-panel-login {
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
}

#greenroom-login-container #mushroom-intranet-panel-login .button {
	margin-bottom: 0;
}

#mushroom-intranet-panel-login,
#mushroom-intranet-panel-password{
	background-color: #fff;
	display:block;
	max-width:320px;
	width:100vw;
	margin:auto;
	padding-top:15px;
	/*position: relative;
	top: 50%;
	transform: translateY(-50%);*/
}

#mushroom-intranet-panel-login input[type="submit"]{
	background-color:#FC4237;
	padding:10px 0;
}

#mushroom-intranet-panel-login input[type="text"],
#mushroom-intranet-panel-login input[type="password"]{
	border:solid 1px #ccc;
	box-shadow:none;
}

#mushroom-intranet-footer{
	position:fixed;
	bottom:0;
	width:100%;
	display:none;
}

.greenroom-login-logo{
	margin-bottom:32px;
}

.greenroom-login-logo img{
	width:auto;
	height:24px;
}
