#stripe_main_wrap {
  display: none;
  clear: both;
  margin-top: 25px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}

.stripe-payment-wrapper {
  max-width: 100% !important;
  margin: 0 auto;
}

#button_submit_pay {
  background: #0073aa;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
}

#button_submit_pay:hover {
  background: #005f8d;
}