.formularz span.kod_kontrolny {
  background: #019ade;
  display: inline-block;
  font-size: 18px;
  height: 1em;
  padding: 6px 4px 6px 6px;
  position: relative;
  width: 4em;
  top: 0.6em;
}

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;
  background:#de8fb1;
  padding:2em;
  color:#fff;
  box-sizing: border-box;
}
.formularz > *:first-child {
  margin: 0px;
}

.formularz table {
  width: 100%;
}

.formularz table td {
  padding-left: 10px;
}

.formularz table tr td:first-child {
  padding-left: 0px;
}
.formularz textarea {
  height: 5em;
}

input.kontrola {
  width: 80px;
  min-width: 100px;
  position: relative;
  top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left:1em;
}
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  font-size: 30px;
  margin: 0px 5px 0.4em 0px;
  position: relative;
  top: 16px;
  float:left;
}

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

input {
  padding: 10px 15px;
  border: 1px solid rgb(230, 230, 230);
}
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  font-size: 32px;
  margin: 0px 5px 0.25em 0px;
  position: relative;
  top: 0.3em;
}
textarea:focus,
input[type="text"]:focus,
select:focus {
  outline: none;
}
textarea,
input,
select {
  border: solid 1px #dadada;
  padding: 8px 2% 8px 2%;
  font-size: 14px;
  color: #000;
  margin: 3px 0px 12px 0px;
  background: none;
  border-radius: 4px;
  font-family: inherit;
  font-weight: 600;
  width: 96%;
  background:#fff;
}
input::placeholder,
textarea::placeholder {
  font-size: 14px;
 font-weight:300;
}
.formularz select {
  width: 100%;
}


fieldset {
  border: none;
}
.dziekujemy{
	background:#e3060f;
	padding-top:120px;
	padding-bottom:120px;
	text-align:center;
	width:100%;
	color:#fff;
	margin-top:50px;
	
}
