body {
  background-color: #545454;
  position: relative;
}
.index-wrapper {
  height: 100vh;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.members-login {
  position: absolute;
  top: 10px;
  right: 10px;
}
.btn-login {
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  padding: 13px 20px 12px;
  color: #fff;
  border: none;
  background: #c6a624;
  background: -webkit-linear-gradient(bottom, #c6a624, #b5971f);
  background: -moz-linear-gradient(bottom, #c6a624, #b5971f);
  background: linear-gradient(to top, #c6a624, #b5971f);
  background-repeat: no-repeat;
}
.btn-login:hover,
.btn-login:focus {
  background: #b5971f;
  color: #fff;
}
.btn-login:focus,
.btn-login:active:focus {
  outline: 0;
}
footer {
  display: none;
}