#suscriptionForm{
  position: absolute;
  left: 50%;
}

@media (width >= 1024px) {
  #suscriptionForm {
    transform: translate(-50%, 35%);
  }
  #gigya-subscribe-thank-you-screen-leads{
    transform: translate(1%, 100%);
  }
}
@media (640px <= width <= 1023px) {
  #suscriptionForm {
    transform: translate(-50%, 27%);
    width: 60% !important;
  }
  #gigya-subscribe-thank-you-screen-leads{
    transform: translate(1%, 40%);
  }
}
@media (width <= 640px) {
  #suscriptionForm {
    transform: translate(-50%, 30%);
    width: 80% !important;
  }
  #gigya-subscribe-thank-you-screen-leads{
    transform: translate(1%, 40%);
  }
}
.gigya-screen{
  box-shadow: rgba(0, 0, 0, 0.8) 0 0 10px;
}