
.index-navbar {
    background-color: white !important;
     box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
}

.index-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #d8d8d8;
    margin: 0;
}

.system-title {
    font-size: 1.1rem;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
}

.index-banner-content {
    background: linear-gradient(rgba(0, 60, 116, 0.769), rgba(0, 29, 61, 0.797)), 
                url('/assets/images/fondo.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    padding: 80px 0;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.banner-welcome {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    color: #ffffff;
    line-height: 1.3;
}

.banner-description {
    font-size: 1.2rem;
    margin-bottom: 3rem;
    opacity: 0.9;
}

.login-title {
    color: #001D3D;
    margin-bottom: 1.5rem;
    font-weight: bold;
}

.btn-primary {
    background-color: #e1b533;
    border-color: #003366;
    color: rgb(0, 0, 0);
    padding: 0.5rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.btn-primary:hover {
    background-color: #002244;
    color: white;
}
