.form-check-input:checked {
    background-color: #70bd91 ;
    border-color: #0069e0
}

[data-bs-theme=light] {
--bs-primary: #70bd91;
--bs-primary-rgb: 112, 189, 145;
--bs-primary-light: #dbeee4;
--bs-primary-active: #dbeee4;
--bs-text-primary: #70bd91;
--bs-link-color-rgb: 112, 189, 145;
--bs-link-color: #70bd91;
--bs-link-decoration: none;
--bs-link-hover-color: #70bd91;
--bs-link-hover-color-rgb: 112, 189, 145;
--bs-pagination-active-bg: #70bd91; 
--bs-component-active-bg: #70bd91;
--bs-component-hover-color: #70bd91;
}

[data-bs-theme=dark] {
--bs-primary: #70bd91;
--bs-primary-rgb: 112, 189, 145;
--bs-primary-light: #dbeee4;
--bs-primary-active: #70bd91;
--bs-text-primary: #70bd91;
--bs-link-color-rgb: 112, 189, 145;
--bs-link-decoration: none;
--bs-link-hover-color: #70bd91;
--bs-link-hover-color-rgb: 112, 189, 145;
--bs-pagination-active-bg: #70bd91; 
--bs-component-active-bg: #70bd91;
--bs-component-hover-color: #ddeee4;
--bs-text-gray-900: #2A8652;
--bs-text-gray-800: #2A8652;
}

#sign_in_form a.btn{
display:none;
} 
