.jumbotron {
  padding-top: 5rem;
  background-color: #88dff5;
}
#ketua {
  background-color: #ffffff;
}
#voting {
  background-color: #88dff5;
}
#login {
  background-color: #88dff5;
}
section {
  padding-top: 5rem;
}
html,
body {
  height: 100%;
  background-color: #88dff5 !important;
}
.global-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
}
.login-form {
  width: 380px;
  height: 450px;
  padding: 45px;
  background-color: #36f325 !important;
  border-radius: 10px !important;
}
