.myError {
  color: tomato;
  font-style: normal;
}

.headline-bg-st {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100vh;
  background: #253340 url("../images/background/bg-header-small-1.jpg") no-repeat 50% top;
  background-size: cover
}

.headline-bg-st.landing-headline-bg {
  background-image: url("../images/background/bg-screen-1.jpg")
}

.headline-bg-st.subscriptions-headline-bg {
  background-image: url("../images/background/bg-screen-3.jpg")
}

.headline-bg-st.payment-methods-headline-bg {
  background-image: url("../images/background/bg-screen-2.jpg")
}
