* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  font-size: 16px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
	background-color: #b2bbcd!important;
}
#background {
  background-image: url("img/neptun.webp");
  height: 100vh;
  width: 33.333%;
  background-size: cover;
  background-position: left;
  position: fixed;
  top: 0;
  z-index: -1;
	right: 0;
}
.box {
  position: fixed; /* przyklejona do ekranu */
  left: 0; /* przy lewej krawędzi */
  top: 0; /* od góry */
  width: 66.666%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 50px 0 50px;
	background-color: #b2bbcd;
}
.logo {
  max-width: 110px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
small{ font-weight: 600; color: #ffffff}
.haslo {
  text-align: center;
  color: white;
  padding: 10px;
  width: 100%;
  margin-top: 30px;
	font-weight: 600;
}
.pytania {
  text-align: center;
  color: white;
  padding: 10px;
  width: 90%;
  margin-top: 20px;
	margin-bottom: 30px;
	font-weight: 600;
}

.pytania h3{margin-bottom: 15px; font-size: 1.4rem; font-weight: 600}
.pytania a{color: white}
.pytania a:hover{color:#2e9df1 }
.broszura {
 
  font-weight: 400
}

h1 {
  text-align: center;
  color: white;
  padding: 10px;
	font-size: 1.9rem;
	font-weight: 600;
}
p {
  text-align: center;
  color: white;
  font-size: 1.2rem;
}
.btn-light {
  background-color: white;
	text-transform: uppercase;
  color: #b2bbcd !important; /* niebieski Bootstrapowy */
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1); /* cień */
  transition: box-shadow 0.3s ease;
	font-weight: 600;
	border-radius: 0;
	padding: 6px 30px;
}
.btn-light:hover {
  background-color: #dddddd;
  color: #2e9df1 !important; /* niebieski Bootstrapowy */
  border: solid 1px #dddddd;
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.3); /* cień */
}
@media (max-width: 992px) {
  .box {
    width: 100%; /* pełna szerokość na mniejszych ekranach */
    padding: 40px 15px 40px 15px; position: absolute; height: auto; text-align: center
    
   
  }
  .logo {
    max-width: 75px; /* mniejsze logo */
    margin-bottom: 10px;
    
  }
  .haslo {
    width: auto; /* pełna szerokość hasła */
   
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
	  margin-top:12px;
  }
	 .pytania {
    width: auto; /* pełna szerokość hasła */
   
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
		  margin-top: 0px;
	margin-bottom: 5px;
		 font-size: 0.9rem;
  }
	
	.pytania h3{font-size:1rem}
  .broszura {
   
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
	 
  }
	h1{font-size: 1.3rem}
	p{font-size: 1rem}
  p, h1 {
    
    padding-left: 0;
    margin-left: 0;
    
    padding-right: 0;
    
    margin-right: 0;
  }
	.btn-light {
  
	padding: 4px 20px;
		font-size: 1rem
}
	small{font-size: 0.7rem; }
	#background{background-image: none}
	.pad-small{padding-top: 10px}
	
}
