body {
    background-image: url("../../images/authentication/background-e5aa623b89b3a905069f0957e37f5ebf.png");
}
[data-bs-theme="dark"] body {
    background-image: url("../../images/authentication/background-dark-e5aa623b89b3a905069f0957e37f5ebf.png");
}
.logo-auth {
    width: 300px;
}
:root,[data-bs-theme=light]{
    --bs-primary:#2D6DBB;
    --bs-primary-active: #255A9B;
    --bs-form-check-bg: #2D6DBB;
}
.form-check-input:checked{
    background-color:#2D6DBB;
    border-color:#2D6DBB;
}
