﻿.fondo {
    background-color: #e1e7f1;
}
.login-form label{
    color: #00326c;
}


@media (max-width: 991.98px) {
    .fondo {
        background-image: url('images/PortadaLoginOrdaz.webp');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .degradado{
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.86)) !important;
    }
    .card{
        --bs-card-bg:none;
        border: none;
    }
    .shadow{
        box-shadow: none !important;
    }
}