/* CSS used here will be applied after bootstrap.css */

body {
 background: url('mountain.jpg') no-repeat center center fixed; 
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
   position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
  
  
  
}

.panel-default {
 opacity: 0.8;
 margin-top:30px;
}

.form-group.last {
 margin-bottom:0px;
}

h1{
  font-size:50px;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  height: 100%;
  box-sizing: border-box;
}



footer {
  right: 0;
  bottom: 0;
  left: 0;		
  position:absolute;
  width:100%;
  margin-top:40px;
  background-color:rgb(223,223,223);
 

  border-color:#ddd;
  height: 50px;
}

footer .container {
  display:block;
}
.footer-spacer {
    height: 51px;
}