.formularz span.kod_kontrolny {
  background: #019ade;
  background: -webkit-linear-gradient(left, #019ade, #2863af);
  background: -o-linear-gradient(left, #019ade, #2863af);
  background: -moz-linear-gradient(left, #019ade, #2863af);
  background: linear-gradient(right, #019ade, #2863af);
  display: inline-block;
  font-size: 18px;
  height: 1em;
  padding: 6px 4px 6px 6px;
  position: relative;
  width: 4em;
  margin-right: 6px;
  top: 0.5em;
}

span.kod_kontrolny span {
  color: #fff;
  left: 2px;
  position: absolute;
  text-align: center;
  top: 2px;
  width: 9px;
}

input.blad::placeholder{
  color: red;
  background:#fff;
}
span.blad{
	color:red;
}
.blad{
	 border-color:red;
}

/*FORMULARZ*/

.formularz {
  display: block;
  padding: 0px 4% 0px 4%;
  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: 5em;
}

.formularz textarea,
.formularz input,
.formularz select {
  width: 96%;
}

.formularz p {
  font-size: 12px;
}

.formularz input[type="submit"] {
  float: right;
  width:auto;
  font-size:18px;
  cursor:pointer;
  font-weight:normal;
  color:#555;
  min-width:180px;
  
}
.formularz input[type="submit"]:hover{
  color:#ffffff;
  background-color: #0c4c95;
}
.dziekujemy {
  font-size: 27px;
  color: #243746;
  text-align: center;
  margin: 50px 0px 50px 0px;
  padding: 20px 0px 20px 0px;
  display: block;
  font-weight: bold;
}

input.kontrola {
  width: 5em;
  position: relative;
  top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  font-size:18px;
  padding-top:4px;
  padding-bottom:4px;
  letter-spacing:0.1em;
}

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

/* tymczasowo ukryte  */
/* .formularz select[name="wybierz"] {
  display: none;
} */
input {
  padding: 10px 15px;
  border: 1px solid rgb(230, 230, 230);
}
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  font-size: 30px;
  margin: 0px 5px 6px 0px;
  position: relative;
  top: 5px;
}
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: "Poppins";
  font-weight: 600;
}
.formularz select {
  width: 100%;
}
/* select {
  width: 100%;
  padding: 10px 0px 10px 0px;
  border-right: none;
} */

fieldset {
  border: none;
}

input::placeholder,
textarea::placeholder {
  font-size: 14px;
  font-weight: 100;
  color: rgb(146, 146, 146);
}
@media screen and (max-width: 720px) {
  .formularz {
    display: block;
    float: none;
    width: 92%;
  }
  .formularz input[type="submit"] {
	  float:none;
	  width:90%;
	  margin:1em 5% 0px 5%;
  }
}
