<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;
  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.1em;
  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;
}
.formularz &gt; *:first-child {
  margin: 0px;
}
.formularz form&gt;div{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:1em 4%;
}
.formularz form&gt;div&gt;div&gt;*:first-child{
	margin-top:0px;
}
.formularz table {
  width: 100%;
  box-sizing:border-box;
  margin-top:-2px;
}

.formularz table td{
  padding-left: 4%;
    vertical-align:top;
	width:50%;
}

.formularz table tr td:first-child {
  padding-left: 0px;
}
.formularz textarea {
  height: 8em;
}
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:focus,
select:focus {
  outline: none;
}
textarea,
input,
select {
  border: solid 1px #dadada;
  padding: 6px 2% 6px 2%;
  font-size: 14px;
  color: #000;
  margin: 1px 0px 12px 0px;
  background:#fff;
  font-family: inherit;
  font-weight: 600;
  width: 100%;
  box-sizing:border-box;
  box-shadow:3px 3px 5px rgba(0,0,0,0.25)
}
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;
}

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>