/* CSS dla bloku newsletter */
.przerywnik {
 
min-height: 500px;
}
.nakladka{
	  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

input#email {
    border-radius: 30px;
    text-align: center;
    margin-bottom: 35px;
}

input.btn.btn-dark.btn-lg.px-4 {
    background: transparent;
    color: white;
    border-radius: 30px;
}


.mc4wp-alert.mc4wp-error {
    color: white !important;
    margin-top: 30px;
}