.form-control {
    border: 1px solid #999;
}

:root,
[data-bs-theme="light"] {
  --bs-primary: #00AFD7;
  --bs-light-primary: #e5c88d;
  --bs-light-primary-alfa: #ffffff22;
  --bs-dark: #000000;
  --bs-secondary: #C8C8C8;
  --bs-light: #d6d5d5;
  --bs-text-primary: #000;
  --bs-text-muted: #000;
  --bs-text-gray-100: #fff;
  --bs-text-gray-400: #111;
  --box-dark: #58554f;
  --box-medium: #8d7867;
  --box-light: #c1a07f;
  --box-light-alfa: #c1a07fcc;
  background-color: #d6d5d5;
  --aquamarin: #00AFD7;
  --bs-warning: #000000;
}

.link-primary {
    color: var(--bs-primary) !important;
}

.btn-primary {
    --bs-btn-color: #000000;
    --bs-btn-bg: #00AFD7;
    --bs-btn-border-color: #00AFD7;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #00AFD7;
    --bs-btn-hover-border-color: #00AFD7;
    --bs-btn-focus-shadow-rgb: 0, 134, 210;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #00AFD7;
    --bs-btn-active-border-color: #1aa8f8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #00AFD7;
    --bs-btn-disabled-border-color: #00AFD7;
}