html, body {
    display: flex;
    height: 100%; /* 1, 3 */
    flex-direction: column;
}

.main-body {
    flex: 1 0 auto; /* 2 */
    width: 100%;
}

.form-group label {
  transform: translateY(-75%);
  font-size: .777rem;
}