/* 
    Created on : 2016-02-09, 11:36:47
    Author     : mateusz
*/

.page-unlogged:before {
	display: block;
	height: 100%;
	width: 100%;
	background: url(../img/bg.jpg) center center no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	content: " ";
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -1;
}

.page-unlogged #content {
	max-width: 420px;
	margin: 10px auto;
	margin-top:50px;
	color: #fafafa;
}
@media (min-width:768px) {
	.page-unlogged #content {
		margin-top:150px
	}
}
.page-unlogged h1 {
	font-weight: 300;
	color: #fafafa;
	font-size: 54px;
	margin-bottom: 60px;
	text-align: center;
}

.page-unlogged h1 a {
	color:#fafafa
}

.page-unlogged .additional-info, .page-unlogged .additional-info a {
	color:#DFB496;
	color:rgba(255,255,255,.6)
}
.page-unlogged .divider {
	margin-top: 15px;
	margin-bottom: 15px;
}
.page-unlogged .divider-lg {
	margin-top: 50px;
	margin-bottom: 50px;	
}