<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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: 14px;
  padding: 6px 4px 6px 6px;
  position: relative;
  width: 3.5em;
  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;border-color:red;
}

/*FORMULARZ*/

.formularz {
  display: block;
  padding: 0px 4% 0px 4%;
  font-size: 14px;
}

.formularz &gt; *: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 p {
  font-size: 12px;
}

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

.dziekujemy {
	color: #1d1c1b;
	padding: 40px 10% 30px 10%;
	background: #f7f7f7;
	margin: auto -4% auto auto;
	width: 70%;
	z-index: 1;
	box-shadow: 7px 7px 15px rgba(0,0,0,0.4);
	font-size:2rem;
}

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  */

input {
  padding: 10px 15px;
  border: 1px solid rgb(230, 230, 230);
}
input[type="checkbox"] {
  width: 0.8em;
  height: 0.8em;
  font-size: 30px;
  margin: 0px 5px 6px 0px;
  position: relative;
  float:left;
}
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;
  width:96%;
  color: #333;
  margin: 3px 0px 12px 0px;
  background: none;
  border-radius: 4px;
  font-weight: 600;
}
select{
	width:100%;
	color:
}
.display_none{
	display:none;
}
.blad .display_none{
	display:block;
}
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%;
  }
}
</pre></body></html>