.tournaments-coupon-create .io-tournaments-btm-img .mgz-single-image-wrapper {
  margin-top: 0;
}
.tournaments-coupon-create .io-tournament-subscribe-form {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 0;
  background-color: #000000;
}
.tournaments-coupon-create .io-tournament-subscribe-form .field.required {
  width: 40rem;
  max-width: 100%;
}
.tournaments-coupon-create .io-tournament-subscribe-form .field.required #email {
  height: 41px;
}
.tournaments-coupon-create .io-tournament-subscribe-form .actions-toolbar {
  border: 1px solid white;
  margin-bottom: 0;
  margin-top: auto;
}
@media (min-width: 768px), print {
  .tournaments-coupon-create .io-tournament-subscribe-form .actions-toolbar .primary .action {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .tournaments-coupon-create .io-tournament-subscribe-form .field.required {
    width: unset;
  }
}
