/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.stripe-button-wrapper .error,
.stripe-button-wrapper .success-message {
  display: none;
}
.stripe-button-wrapper a.button {
  clear: both;
  display: inline-block;
  width: auto;
  font-size: 1.6rem;
  margin: 1em auto;
  outline: none;
  padding: 0.7em 1em 0.7em 1em;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.stripe-button-wrapper a.button .sub-heading {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  margin-top: -0.4em;
}
.stripe-button-wrapper a.button-purple {
  background: #6672a6;
  color: #eee;
}
.stripe-button-wrapper a.button-purple:hover {
  color: #eee;
  background: #8690b9;
}
.stripe-button-wrapper h4 {
  font-size: 2.2rem;
}
.stripe-button-wrapper .notice {
  font-style: italic;
  font-size: 1.5rem;
}
.stripe-button-wrapper .modal-header {
  border-bottom: none;
}
.stripe-button-wrapper .form-group {
  margin-left: auto;
  margin-right: auto;
  max-width: none;
}
.stripe-button-wrapper .form-group label {
  font-weight: 500;
}
.stripe-button-wrapper .form-group .form-control {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}
