.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: 16px;
  height: 14px;
  padding: 6px 4px 6px 6px;
  position: relative;
  width: 52px;
  margin-right: 6px;
  top: 6px;
}

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

.blad {
  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[type="text"],
.formularz select {
  width: 95%;
}

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

.formularz input[type="submit"] {
  float: right;
}

.dziekujemy {
    font-size: 27px;
    color: #fff;
    text-align: center;
    margin: 50px 0px 50px 0px;
    padding: 20px 0px 20px 0px;
    display: block;
    font-weight: bold;
}

input.kontrola {
  width: 80px;
  min-width: 100px;
  position: relative;
  top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
}

#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[type="text"],
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: "Open Sans";
  font-weight: 600;
}

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%;
  }
}
