#mwFormularz {
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 5px;
}
#mwFormularz p {
  margin-bottom: 50px;
}
#mwFormularz textarea {
  width: 100%;
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 5px;
}
#mwFormularz textarea::placeholder {
  color: #999;
}
/* select {
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  color: #999;
} */
.custom-select {
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 5px;
  color: #999;
  width: 100%;
}
select::-ms-expand {
  display: none;
}
