body{
    margin: 0px;
    padding: 0px;
    
}

.background{
    position: fixed;
    top: 0px;
    z-index: -100;
    /*background-image: url("tlo.png");*/
    background-image: url("kierowca_rednica.jpg");
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
}

.brygadowka-LogoFirmy{

    width: 100%;
    height: 100%;
    padding: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size:contain;
   
}

.akceptowlny {
 
    font-size: 80%;
    color: #28a745;
}

.nie-akceptowlny {
    font-size: 80%;
    color: #dc3545;
}
