    /* Fondo translúcido de la tarjeta */
.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 15px;
}
.login-card {
    background: rgba(255, 255, 255, 0.95);
    padding: 35px 30px;
    max-width: 420px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.title {
    font-weight: 600;
    margin-bottom: 10px;
    color: #a06b00;
}
.subtitle {
    font-size: 14px;
    margin-bottom: 25px;
    color: #555;
}

.btn-login {
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
}
.btn-login:hover {

    background-color: #ec971f;
}

.help-block a {
    color: #a06b00;
    font-weight: bold;
}

.loading-subtitle{
    color:#555;
    font-size:18px;
    line-height:1.6;
    margin-bottom:10px;
}
.loading-subtitle{
    font-size:16px;
}
/* Zona de diseño del not found*/

    .login-container{
        display:flex;
        justify-content:center;
        align-items:center;
        min-height:70vh;
    }

    .login-card{
        width:420px;
        background:rgba(255,255,255,0.92);
        border-radius:12px;
        padding:40px 35px;
        box-shadow:0 10px 30px rgba(0,0,0,.18);
        text-align:center;
        backdrop-filter: blur(4px);
    }

    .login-card .icon{
        font-size:60px;
        margin-bottom:15px;
        color:#d88a00;
    }

    .login-card .title{
        color:#b77700;
        font-size:36px;
        font-weight:700;
        margin-bottom:10px;
    }

    .login-card .subtitle{
        color:#555;
        font-size:17px;
        margin-bottom:30px;
    }

    .alert-message{
        background:#fff5e6;
        border:1px solid #f1cf92;
        border-left:5px solid #e3a12d;
        border-radius:8px;
        padding:18px;
        margin-bottom:25px;
        color:#7a5a1d;
        font-size:15px;
        line-height:1.6;
    }

    .btn-service{
        display:block;
        width:100%;
        background:#eda634;
        color:#fff !important;
        border:none;
        padding:14px;
        border-radius:6px;
        font-size:18px;
        font-weight:bold;
        text-decoration:none;
        transition:all .3s ease;
    }

    .btn-service:hover{
        background:#d88a00;
        text-decoration:none;
        color:#fff !important;
    }

    .help-block{
        margin-top:20px;
    }

    .help-block a{
        color:#b77700;
        font-weight:600;
        text-decoration:none;
    }

    .help-block a:hover{
        text-decoration:underline;
    }
