@media (min-width: 1200px) {
    .container{
        max-width: 650px;
    }
}

@media (min-width: 1320px)
{
.container {
    max-width: 1300px;
}

}

.container-footer{
    max-width: 1200px;
}
footer{
   background-color: #353535;
   color: #fff;
}

footer a{
    color: #fff;
    font-weight: 800;
 }

 footer a:hover{
    color: #E2231A;
 }

 .bg-login{
    background: url('/img/bg-login.jpg') center no-repeat #000;
    background-size: cover;
    width: 100%;
    height: 100vh;
    min-height: 100%;
    transition: background 0.5s linear;
}

 .bg-wp{
     background-color: #C8307F;
 }


 .text-azul-corporativo{
    color: #00367C !important;
 }