#logout-form {
    display: block;
    position: fixed;
    bottom: 0px;
    padding-bottom:20px;
    padding-top: 20px;
    border-top: solid thin #ccc;
    width: 235px;
    background-color: #343a40;
    text-align:center;
  }