html,
body {
    min-height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}
.logo-login {
    width: 140px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 20px;
}
.card,
.form-control,
.btn {
    border-radius: 0.75rem;
}

.checklist-card {
    transition:
        transform 0.15s ease,
        box-shadow 0.15s ease;
}

.checklist-card:hover {
    transform: translateY(-2px);
}

.checklist-icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    background: #e9f2ff;
    color: #0d6efd;
    font-size: 1.4rem;
}
.control-card {
    overflow: hidden;
}

.control-card:has(:checked),
.control-card:focus-within {
    border-left: 4px solid #0d6efd !important;
}

.control-numero {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border-radius: 50%;
    background: #0d6efd;
    color: #fff;
    font-weight: 700;
}

.sticky-submit {
    position: sticky;
    bottom: 1rem;
    z-index: 100;
}

.form-check-input {
    cursor: pointer;
}

.btn-check + .btn {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .sticky-submit {
        bottom: 0.5rem;
    }
}
.navbar {
    background: #0d6efd !important;
}

.navbar-brand {
    font-weight: 700;
    letter-spacing: .3px;
}

.navbar .nav-link {
    color: rgba(255,255,255,.9) !important;
}

.navbar .nav-link:hover {
    color: #ffffff !important;
}

.navbar .dropdown-menu {
    border-radius: 10px;
}