body{
  background: url('background.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: black;
}

div.well{
  height: 200px;
} 

.Absolute-Center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.Absolute-Center.is-Responsive {
  width: 50%; 
  height: 50%;
  min-width: 300px;
  max-width: 500px;
  padding: 20px;
}

#logo-container{
  margin: auto;
  margin-bottom: 10px;
  width:200px;
  height:71px;
  background-image:url('logo.png');
  background-size: cover
}

#logOn { border: none !important; background-color: transparent !important; background-image: none !important; color: inherit !important; padding: 0 !important; }