@charset "UTF-8";
/* CSS Document */

.login h1 a {
	background-image:url(../../../images/logo.png)!important;
background-size: 200px;
background-position: center top;
background-repeat: no-repeat;
color: #444;
height: 100px;
font-size: 20px;
line-height: 1.3em;
margin: 0 auto 0px;
padding: 0;
text-decoration: none;
width: 200px;
text-indent: -9999px;
outline: 0;
display: block;
}
.login h1::after{
	content: 'You must be logged in to view the content on this page. Please sign in below!';
	color:#000;
	font-size:16px;
	font-weight:normal;
	line-height:20px;
}