@font-face {
    font-family: 'DIN-Regular';
    src: url('../fonts/DIN-Regular.eot');
    src: url('../fonts/DIN-Regular.woff2') format('woff2'),
    url('../fonts/DIN-Regular.woff') format('woff'),
    url('../fonts/DIN-Regular.ttf') format('truetype'),
    url('../fonts/DIN-Regular.svg#DIN-Regular') format('svg'),
    url('../fonts/DIN-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}


html::before {
    content: ' ';
    display: block;
    background-image: url("../images/bg.jpg");
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: -10; // This is pretty important.
}


/*body {*/
/*    background-image: url("../images/bg.jpg");*/
/*    background-size: cover;*/
/*    background-attachment: fixed;*/
/*}*/





.form-signin .form-signin-heading, .form-signin .checkbox {
    color: #ffffff;
    font-family: "DIN-Regular",Arial,Helvetica,sans-serif;
    font-size: 19px;
    margin-bottom: 20px;
    margin-top: 6px;
    text-align: center;
    text-transform: uppercase;

}
.detalle a{
    color: #ffffff;
}
select option:checked  {
    box-shadow: 0 0 10px 100px black inset;
}