:root {
    --bs-border-radius: 0;
    --bs-border-radius-sm: 0;
    --bs-border-radius-lg: 0;
    --bs-border-radius-xl: 0;
    --bs-border-radius-xxl: 0;
    --bs-primary: #94C01A;
    --bs-primary-rgb: 148, 192, 26;
    --bs-focus-ring-color: rgba(148, 192, 26, 0.25);
    --bs-secondary: #808080;
    --bs-secondary-rgb: 128, 128, 128;
}

.form-control:focus {
    border-color: #94C01A;
    box-shadow: 0 0 0 .25rem rgba(148, 192, 26, .25);
}
