body{
    font-family: 'Libre Franklin', sans-serif;
    background: url('../imagenes/digfondo.png') repeat;
   
}
.container{
   padding: 10px;
}
.col-imagen{
    background: url('../imagenes/itv.png') no-repeat center;
    background-color: black;
    background-size: cover;
    min-height:600px;
}
.datos_funcionario{
    min-height: 930px;
}
.col-form{
    background-color: #424632;
    min-height: 00px;
    min-width: 300px;
   
}
.div-contenedor{
    border-radius: 8px;
    border: solid 1px black;
    margin-top: 160px!important;
}
.form-gadget{
    border-radius: 10px;
    background-color:#53583e ;
    border: solid 1px;
    font-size: 15px;
    font-weight: bolder;
    width: 70%;
    color: aliceblue;
    padding: 20px;
    margin-bottom: 25px;
}
.help-block{
    color: rgb(250, 65, 96);
}
.col-data{
   
    color: black;
    font-size: 25px;
    font-weight: bold;
    padding: 20px;
    text-shadow: 1px 1px 2px rgb(54, 52, 52);
}
.error-text{
    color: red;
    font-size: 10px;
    font-weight: bolder;
}
.img-logo{
    height: 250px;
}
#watermark {
	position: fixed;

	/** 
		Establece una posición en la página para tu imagen
		Esto debería centrarlo verticalmente
	**/
	
	

	opacity:0.6;
	/** Cambiar las dimensiones de la imagen **/
	width:    450px;
	height:   450px;

	/** Tu marca de agua debe estar detrás de cada contenido **/
	z-index:  -80;
}

@media only screen and (max-width : 900px) {
    .col-imagen{
        display: none;
    }
    .div-contenedor{
        margin-top: 2px !important;
        min-height: 760px;

    }
    .container{
        margin-top: 5px;
        padding: 5px;
    }
    .img-logo{
        height: 200px !important;
    }
    .form-gadget{
        width: 90%;
        padding: 15px;
        margin-bottom: 25px;
    }
    .div-complento{
        display: none;
    }
    .datos_funcionario{
        min-height: 300px;
        margin-bottom: 0px;
    }
    .img-logodnf{
        height: 80px !important;
    }
    .vidoe-div{
        display: none;
    }
    .div-descargas .card{
        padding: 2px !important;
        margin-top: 0px !important;
    }
    .vammer{
        display: none;
        margin-top: 0px;
        padding: 0;
    }
}

    