@font-face {
  font-family: Inter;
  src: url('../Inter/static/Inter-Regular.ttf');
}
@font-face {
  font-family: InterBold;
  src: url('../Inter/static/Inter-Bold.ttf');
}
body {
    font-family: Inter, Arial, sans-serif;
    background-color: #2690ce;
    margin: 0;
    padding: 0;
}

#infoLogo {
    background-color: #fff;
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

#infoLogo img#logo {
    max-width: 300px;
}
#info {
    padding: 20px;
    text-align: center;
	font-family: Inter;
    font-size: 25px;
	color:white;
	}


#info p {
	font-family: InterBold;
    font-size: 25px;
	color:white;
    margin: 0;
}

#form {
    background-color: #fff;
    max-width: 500px;
    margin: 10px auto;
    padding: 30px 50px 30px 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}
#umowa {
    background-color: #fff;
    max-width: 1000px;
    margin: 10px auto;
    padding: 10px 10px 10px 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

#form p{
	font-size: 20pt;
	color: #2690ce;
	font-weight:bold;
	font-family: Inter;
	margin-top:10px;
	
}
#form img{
	height: 60px;
		
}

.akceptuje{
	font-size: 16px;
	font-family: Inter;
	color: #2690ce;
}
a.akceptuje{
	
	font-size: 16px;
	font-family: Inter;
	color: #2690ce;
	text-decoration:none;
}

table.linia{
	width: 100%;
	margin-bottom: 20px;
	padding: 0px 20px 0px 20px;
	border: 1px solid #2690ce;
	border-radius: 5px;
	font-size: 16px;
	font-family: Inter;
	color: #2690ce;
}
table.rad label{
	color: gray;
}
table.linia td{
	width:50%;
}
table.linia input {
	width: 100%;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	font-family: Inter;
	border: none;
} 
input[type="checkbox"] {
	width:20px;
	height:20px;
}
.cena{
    text-align: Center;
    padding-top: 5px;
    color: #2690ce;
    font-family: Inter;
    font-size: 14pt;
    margin-top: 20px;
    border-top: 1px silver solid;
}
.cenaWartosc{
	color: blue;
	font-family: Inter;
}
table#stronaG{
	margin: 0 auto;
	width: 90%;
}
#form select {
    width: 107%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #2690ce;
    border-radius: 5px;
    font-size: 16px;
	font-family: Inter;
}
#form textarea {
    width: 100%;
	height: 40px;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #2690ce;
    border-radius: 5px;
    font-size: 16px;
	font-family: Inter;
}

#form button {
	width:100%;
    background-color: #007BFF;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px; 
    cursor: pointer;
    transition: background-color 0.3s;
	font-family: Inter;
}
#form button.gr {
	background-color: #007BFF;
    color: #fff;
    padding: 5px 5px;
    border: none;
    border-radius: 5px;
    font-size: 10 pt; 
    cursor: pointer;
    transition: background-color 0.3s;
	font-family: Inter;
}
#form button.gr:hover {
    background-color: #0056b3;
}
#umowa button {
	width:100%;
    background-color: #007BFF;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px; 
    cursor: pointer;
    transition: background-color 0.3s;
	font-family: Inter;
}

table#daneLogowania{
	font-family: Inter;
    font-size: 16px;
}
#form button:hover {
    background-color: #0056b3;
}
#umowa button:hover {
    background-color: #0056b3;
}
/* Styl dla checkboxów */
input[type="checkbox"] {
    margin-right: 10px; /* Odstęp po prawej stronie checkboxa */
    vertical-align: middle; /* Wyrównanie w pionie do tekstu obok */
    width: 30px; /* Szerokość checkboxa */
    height: 30px; /* Wysokość checkboxa */
    display: inline-block; /* Wyświetlanie w jednej linii z etykietą */
}

/* Styl dla etykiet checkboxów */
label {
    font-family: Inter; 
    font-size: 16px; /* Rozmiar czcionki dla etykiety */
    vertical-align: middle; /* Wyrównanie w pionie do checkboxa */
    color: #333; /* Kolor tekstu etykiety */
    display: inline-block; /* Wyświetlanie w jednej linii z checkboxem */
}

/* Jeśli chcesz dodać dodatkowy odstęp między checkboxami */
.box{
	
    display: block; /* Wyświetlanie w nowej linii */
	margin-bottom: 10px;
}
td#grafika{
	width: 55%; 
	padding-top:100px; 
	vertical-align: top;
}
img#grafikas{
	width:99%; min-width: 500px;
}
img#grafikam{
		display:none;
	}
td#gform{
	width:40%;
}	

/* Styl dla smartfonów */
@media only screen and (hover: none) and (pointer: coarse) {
    #form {
        max-width: 100%; /* Ustawienie maksymalnej szerokości na 100% */
        margin: 10px 0; /* Usunięcie marginesów bocznych */
		font-size: 30px;
		font-family:Inter;
    }
	#form input{
		font-size: 30px;
		margin-bottom:30px;
		
	}
	#form input.rok{
		font-size: 30px;
		margin-bottom:0px;
		
	}
	#form select{
		font-size: 30px;
		margin-bottom:30px;
		
	}
	label{
		font-size:30px;
		margin-bottom:10px;
	}
	#form button {
		font-size:30px;
		margin-top:20px;
		padding: 25px 50px;
	}	
	#form button.gr {
		margin-top:0px;
	}
	#umowa {
		width: 100%;
	}
	#umowa button {
		font-size:30px;
		margin-top:20px;
		padding: 25px 50px;
	}
	#info p {
		font-size: 50px;
		padding: 50px 0 50px 0;
	} 
	table#daneLogowania{
		font-family: Inter;
		font-size: 30px;
	}
	#form input[type="checkbox"] {
		width: 50px;
		height: 50px;
	}
	td#grafika{
		width: 0px;
	}
	img#grafikas{
		display:none;
	}
	img#grafikam{
		display:block;
		margin: 0 auto;
		width:70%;
	}
	
	td#gform{
		width:100%;
	}	
	
	table.linia {
		
		font-size: 20pt;
		font-family: Inter;
	} 
		
	.akceptuje{
		font-size: 20pt;
		font-family: Inter;
		color: #2690ce;
	}
	a.akceptuje{
		
		font-size: 20pt;
		font-family: Inter;
		color: #2690ce;
		text-decoration:none;
	}

}