body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
}

#logIn {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  height: 300px;
}

#loginLogo {
  width: 300px;
}

.btn-primary {
  color: white;
  font-weight: 600;
}

.btn-secondary {
  color: white;
  font-weight: 600;
}

.btn-success {
  color: white;
  font-weight: 600;
}

.btn-danger {
  color: white;
  font-weight: 600;
}

.btn-warning {
  color: white;
  font-weight: 600;
}

.btn-info {
  color: white;
  font-weight: 600;
}

.btn-light {
  color: white;
  font-weight: 600;
}

.btn-dark {
  color: white;
  font-weight: 600;
}

#footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
  text-align: center;
  font-weight: bold;
}
