.formularz span.kod_kontrolny {
  background: #66b32e;
  display: inline-block;
  font-size: 18px;
  height: 1em;
  padding: 4px 4px 4px 6px;
  position: relative;
  width: 4em;
  border-radius: 0.5em;
  float: right;
  position: relative;
  left: 2px;
  top: -0.2em;
}

span.kod_kontrolny span {
	color: #fff;
	left: 0.2em;
	position: absolute;
	text-align: center;
	top: 0em;
	width: 0.9em;
	font-weight: bold;
}
.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;
}

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

input.kontrola {
	width: 140px;
	margin-top: 0em;
	margin-bottom: 0px;
	letter-spacing: 0.5em;
	font-size: 18px;
	padding-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:focus,
select:focus {
  outline: none;
}
textarea,
input,
select {
  border: solid 1px #66b32e;
  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: 95%;
  box-shadow:2px 2px 0px #66b32e;
}
input::placeholder,
textarea::placeholder {
  font-size: 14px;
  font-weight: 100;
  color: rgb(146, 146, 146);
}
.formularz select {
  width: 100%;
}
/* select {
  width: 100%;
  padding: 10px 0px 10px 0px;
  border-right: none;
} */

fieldset {
  border: none;
}

.formularz .akcja{
  display: flex;
  justify-content: flex-end;
}

input::placeholder,
textarea::placeholder {
  font-size: 14px;
  font-weight: 100;
  color: rgb(146, 146, 146);
}
.formularz form > div{
	float: left;
}
.formularz input[type="submit"] {
  background: #66b32e;
  cursor: pointer;
  width: 130px;
  float: right;
  margin-top: 23px;
  margin-bottom: 0px;
  font-weight:bold;
  letter-spacing:0.1em;
}
.formularz input[type="submit"]:hover{
	background:#f49720;
}
.dziekujemy{
	box-shadow:var(--box-shadow);
	background:var(--szary);
	display:block;
	padding: 1.5em;
	font-size:20px;
	border-radius:var(--rogi);
	color:var(--pomaranczowy_logo);
	font-weight:600;
	margin-bottom:3em;
}
@media screen and (max-width: 720px) {
  .formularz {
	padding-top:2em;
	overflow:hidden;

  }
} 
