#formularz-zgloszeniowy input.btn.btn-light,
#formularz-zgloszeniowy button.btn.btn-light {
  font-family: "Lateral Condensed";
  font-weight: bold;
  color: #001E62;
  background-color: #fff;
  padding: 12px 15px 10px 15px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 0.8rem;
} 

#top {
    background: url(../img/ApresSkin_naglowek.jpg) bottom / cover no-repeat;
}


@media (min-width: 576px) {
    #top {
        background: 
        url(../img/ApresSkin_naglowek.jpg)
        bottom / cover no-repeat;
        
         /* background-image:
            url(../img/head-img.jpg), url(../img/head-img.jpg);
        background-repeat: no-repeat, no-repeat;
        background-position: bottom, bottom;
        background-size: contain, cover; */
    } 
}

@media (min-width: 1170px) {
        #top { 
            background-position: center;
        }

    .logo-top {
        margin: 0 18% 0 auto;

    }
}
@media (min-width: 1300px) {
    .logo-top {
        margin: 0 21% 0 auto;

    }
}
@media (min-width: 1400px) {
    .logo-top {
        margin: 0 24% 0 auto;

    }
}


