.formularz span.kod_kontrolny {
  background:var(--jasny_niebieski_logotyp);
  display: inline-block;
  font-size: 18px;
  height: 1em;
  padding: 6px 4px 6px 6px;
  position: relative;
  width: 4em;
  top: 0.6em;
  border-radius:var(--border_radius);
}

span.kod_kontrolny span {
  color: #fff;
  left: 0.2em;
  position: absolute;
  text-align: center;
  top: 0.18em;
  width: 0.9em;
}
.formularz input.blad{
	border:solid 1px red;
}
input.blad::placeholder{
  color: red;
  background:#fff;
}
span.blad{
	color:red;
}
.blad{
	 border-color:red;
}

/*FORMULARZ*/

.formularz {
  display: block;
  font-size: 14px;
}
.formularz > *:first-child {
  margin: 0px;
}
/*
.formularz table {
  width: 100%;
}
*/
.formularz table td {
  padding-left: 10px;
  max-width:33%;
}
.formularz textarea {
  height: 5em;
}

input.kontrola {
  width: 5em;
  position: relative;
  top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left:1em;
  letter-spacing:0.1em;
  font-size:1rem;
}
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  position: relative;
  font-size: 32px;
  margin: 0px 5px 0.25em 0px;
  top: 0.2em;  
}

#rodo {
  overflow: hidden;
  max-height: 0px;
  font-size: 12px;
  text-align: justify;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}
textarea,
input,
select {
  border: solid 1px var(--jasny_niebieski_logotyp);
  padding: 8px 2% 8px 2%;
  font-size: 15px;
  color:var(--text);
  margin: 3px 0px 12px 0px;
  background: none;
    border-radius:var(--border_radius);
  font-family: inherit;
  font-weight: 600;
  width: 96%;
  background:var(--jasny_niebieski);
}
input::placeholder,
textarea::placeholder {
  font-size: 14px;
  font-weight: 100;
  color: rgb(146, 146, 146);
}
.formularz select {
  width: 100%;
}
input[name="zgoda1"]{
	float:left;
}

fieldset {
  border: none;
}

input::placeholder,
textarea::placeholder {
  font-size: 14px;
  font-weight: 100;
  color: rgb(146, 146, 146);
}
