body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main {
  flex: 1;
}

.filters {
  padding: 0 0 50px 0;
}

.footer {
  background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
  padding: 2rem 0;
}

.valid-feedback,
.invalid-feedback {
  position: absolute;
  max-width: 200px;
}

.input-container {
  padding: 20px 0 100px;
}
