body {
  background-color: #000;
  color: #fff;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

h1 {
  margin-bottom: 45px;
}

#page {
  overflow: hidden;
  padding: 45px 0;
}

.valign {
  display: flex;
  align-items: center;
}

.valign .inner {
  width: 100%;
}

.logo {
  display: block;
  margin: 0 auto 25px;
  max-width: 200px;
  width: 100%;
}

.custom-control {
  margin: 10px 0;
}

.votes {
  /* padding-bottom: 45px; */
}

.votes p {
  margin-bottom: 0;
}

.vote-bar {
  position: relative;
  display: block;
  width: 400px;
  max-width: 100%;
  margin: 2.5px auto 15px;
  height: 30px;
  border: 1px solid white;
  border-radius: 5px;
}

.vote-bar .vote-count {
  background-color: #198754;
  height: 100%;
  width: 0%;
}

.vote-bar span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loginform {
  width: 500px;
  max-width: 100%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .image-container {
    width: 92.5%;
  }
}

.page-home .alert {
  margin-bottom: 25px;
}

.page-room .alert {
  margin-top: -15px;
  margin-bottom: 45px;
}

.etra-info {
  color: #ffc107;
  font-size: 14px;
}
