body {
    background: #fff
}

.card {
    border-radius: 1.2rem;
    box-shadow: 0 0.5rem 1.5rem rgba(2,47,87,0.08);
}

.card-header {
    border-top-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem;
    background: #022f57 !important;
}

.btn-primary {
    background: #0896d7;
    border: none;
}

.btn-primary:hover {
    background: #022f57;
}

input.form-control:focus {
    border-color: #0896d7;
    box-shadow: 0 0 0 0.15rem #0896d733;
}

footer {
    border-top: 3px solid #0896d7;
    font-size: 0.95rem;
}

.navbar {
    font-size: 1.05rem;
}
.navbar .nav-link {
    color: #022f57 !important;
    transition: background .18s, color .18s;
    border-radius: 0.3rem;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.navbar .nav-link:hover, .navbar .nav-link.active {
    background: #e9f2fa;
    color: #0896d7 !important;
}
.navbar .navbar-brand span {
    letter-spacing: 1px;
    font-size: 1.25rem;
}

.dashboard-logo {
    max-width: 180px;     /* Puedes subir hasta 200px si quieres más grande */
    margin-bottom: 1.5rem;
}

.login-logo, .dashboard-logo {
    max-width: 180px;  /* O más, si deseas */
    margin-bottom: 1.5rem;
}
