/* Sticky Footer Classes */

html,
body {
  height: 100%;
}

#page-content {
  flex: 1 0 auto;
}

#sticky-footer {
  flex-shrink: none;
}

/* Other Classes for Page Styling */

body {
  background: #ededed;
  background: linear-gradient(to right, #eee, #ededed);
}

.btn-primary {
  background-color: #69ae11;
  border-color: #6ad111;
}´

.btn-primary:hover {
  background-color: #6ad111 !important;
  border-color: #6ad111 !important;
}