.base {
  min-height: calc(100vh - 120px);
  padding-bottom: 80px;
  margin-bottom: 40px;
}

footer {
  position: static !important;
  margin-top: 20px;
}

[data-bs-theme="dark"] .form-control,
[data-bs-theme="dark"] input[type="password"],
[data-bs-theme="dark"] label,
[data-bs-theme="dark"] .form-text {
  background-color: #1e1e1e !important;
  color: #e0e0e0 !important;
  border-color: #444 !important;
}

[data-bs-theme="dark"] .alert {
  color: #e0e0e0 !important;
}

[data-bs-theme="dark"] .alert-secondary {
  background-color: #2d2d2d !important;
}

[data-bs-theme="dark"] .alert-success {
  background-color: #1a3d1a !important;
}

[data-bs-theme="dark"] .alert-info {
  background-color: #1a2e3d !important;
}

[data-bs-theme="dark"] .alert-warning {
  background-color: #3d3d1a !important;
}

[data-bs-theme="dark"] .alert-danger {
  background-color: #3d1a1a !important;
}

[data-bs-theme="dark"] pre {
  background-color: #1e1e1e !important;
  color: #e0e0e0 !important;
}

.btn {
  white-space: nowrap;
  min-width: 120px;
}

.text_container {
  font-size: 1.3vh;
}