body{
  background: #362714;
  color: white;
}

div.well{
  height: 250px;
} 

.Absolute-Center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.Absolute-Center.is-Responsive {
  width: 50%; 
  height: 50%;
  min-width: 200px;
  max-width: 400px;
  padding: 2px;
}

#logo-container{
  margin: auto;
  margin-bottom: 20px;
    text-align: center;
}
.forgot {
    color: #FFF;
    text-align: right;
}
.forgot:hover {
    color: #d2ac67;
    text-align: right;
}
.footer{
    margin: 50px auto 0px auto;
    font-size: 11px;
    height: 30px;
    text-align: center;
    font-style: italic;
    position: relative;
    color: #d2ac67;
}