#formularz1 input{
  display: block;
  width: 240px;
  height: 39px;
  font-size: 15px;
  padding-left: 10px;
  border-radius: 20px;
  border: 0;
  margin: 12px auto;
}

#formularz1 button {
  background: url(../img/btn.png) no-repeat;
  width: 238px;
  height: 41px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  margin: 5px auto 0;
  -webkit-box-shadow: 0 0 29px -9px #7a26e2;
  box-shadow: 0 0 29px -9px #7a26e2;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  border-radius: 20px;
  text-transform: uppercase;
}