body {
    font-family:  'Arial Narrow Bold', sans-serif ;
}

.fondo{
    background-image: url(fondo.svg);
    height: 100vh ; 
    background-position: center;
    background-repeat: no-repeat;
    background-size:contain;
}

.fondoInicio{
    background-color: rgb(229,231,235);
}

.fondoFormulario{
    background-color: #ffffff;
}

.modal-backdrop.show {
    opacity: .2;
    filter: alpha(opacity=80); /* Para versiones anteriores de IE */
}