html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 110px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90px;
  text-align: center;
  border-top-width: 1px;
  border-top-color: #e7e7e7;
  border-top-style: solid;
}

button {
	width: 300px !important;
    height: 75px !important;
    margin-bottom: 20px !important;
}

button img {
	height: 50px;
}