/* CSS used here will be applied after bootstrap.css */

html{
	position:relative;
	min-height:100%;
}
body { 
 background: url('../images/lake.jpg') no-repeat center center fixed; 
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}

.panel-default {
 opacity: 0.9;
 margin-top:20px;
}
.form-group.last {
 margin-bottom:0px;
}
@media (max-width:767px){
	.footer{
		height:100px;
	}
	body{
		margin-bottom:100px;
	}
}
@media (min-width:768px){
	.footer{
		height:60px;
	}
	body{
		margin-bottom:60px;
	}
	
}
.footer{
	position:absolute;
	bottom:0;
	width:100%;
	background-color:#e7e7e7;
}
.footer > .container{
	    background-color: #e7e7e7;
}
.footer-copyright {
    text-align: center;
    margin-top: 20px;
    font-size: 9pt;
}


/* Darker placeholder */
::-webkit-input-placeholder {
    color: black;
    opacity: 1!important;
}

.current-year {
	text-align: right;
	margin: 20px;
}

#change-year-form {
	display: none;
}