html,
body {
  height: 100%;
  background-color: #fff;
  background-image: url("../images/logo-home.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size:contain;
}
body {
  color: #999;
  text-align: center;
}