@charset "UTF-8";
/**
 Layout
 */


.login-password-protected{
	background-image: url(/wp-content/themes/bloom_tcd053/img/pp_backimage.jpg);
	background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
}

#password-protected-logo a {
	background-image: url(/wp-content/themes/bloom_tcd053/img/pp_logo.png);
	width:100%;
	height: auto;
	/*height: 135px;*/
}
.login h1 a {
	background-size:auto 100% ;
}
.pp_mes{
	width:300px;
	padding: 10px;
	background: white;

}