#fondo {
    background: linear-gradient(#ec520066, #ec520066), url('../img/fondo1.jpg') fixed center center;
    background-size: cover;
    padding: 110px;
}

.card-header, thead{
    background-color: #ec5200!important;
    color: #ffffff!important;
}

.card{
    border: none;
}

.box-responsive{
    width: 100%;
}

.box-responsive img{
    width: 35%;
}

#box-login{
    max-width:500px;
}

@media screen and (max-width: 1000px){
    #fondo {
        padding: 150px 2px;
    }
}

@media screen and (max-width: 570px){
    #fondo {
        padding: 220px 0;
    }
}

@media screen and (max-width:480px){
    #fondo {
        padding: 0;
    }
}