.carousel-item {
    height: 65vh;
    min-height: 300px;
    width: 100%;
    max-width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.barra{
    background: #b2e8bb;
}

.login{
    -webkit-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.75);
}

.fondo{
    background-image: url("../../fiscalia/img/f.png");
    background-size: background-size[background-size]* 
    height: auto;
    padding: auto;
}
.contenedor{
    background-image: url("../../fiscalia/img/plantilla_Mesa de trabajo 1.jpg");
    background-size: background-size[background-size]* 
    height: auto;
    padding: auto;
}