*{
padding: 0px;
margin: 0px;
}
body{
	background-image: url('../images/background.jpg');
	background-size: cover;
	padding-bottom: 50px;
	height: 100%;
}
.topbar{
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url('../images/bg-logo.jpg');
	position: relative;
}
.logo{
	position: relative;
	z-index: 1;
}
.header>.container{
	padding-top: 30px;
}

.caption{
	padding-bottom: 50px;
}
.main{
	width: 90%;
	max-width: 100%;
	margin: 10px 5% 0 5%;
	font-size: 1.4em;
	line-height: 1.4em;
	/*padding: 15px;*/
	background-color: #eee;
	height: 100vh;
}
h1{
	font-weight: bold;
	font-family: 'Bebas Neue', cursive;
	font-size: 70px;
}

.text-white{
	color: #ffff;
}

form{
	color: #fff;
	background-color: #b2a771;
	padding: 30px 40px;
	border-radius: 7px;
}
form label{
	opacity: 0;
	height: 0px;
	display: block;
}
form .form-group{
	margin-bottom: 5px;
}
form .btn{
	margin-top: 10px;
}
.btn-primary{
	background-color: #262e31;
	border-color: #262e31;
}
.footer{
	position:fixed;
	bottom:30px; 
	width: 100%;
}

.errors > span{
	background: #f00;
	color: #fff;
	padding: 2px 12px;
	display: block;
	border-radius: 5px;
	margin-top: 3px;
	font-size: 90%;
}

.mt-0{
	margin-top: 0px;
}

@media only screen and (max-width: 600px) {
  	.footer{
  		margin-top: 50px;
  		bottom: 15px;
		position:relative;
		width: 100%;
	}
}