html, body {
    height:100%;
} 
body {
	background-position: center top;
	background-repeat: repeat;
	background-image: url('https://www.cuttingedge.uk.com/cms/wp-content/themes/bretheon/images/overlays/3.png');
}
.container {
	background:#FFF; 
	webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
	margin-top:10px;
	padding:10px;
}
.top-buffer { margin-top:8px; margin-left:1px; }
.email-input {max-width:400px!important;}
.password-input {max-width:300px!important;}
.help-block {
    display: inline;
}