* {
  font-family: "Nunito Sans", sans-serif;
}
html {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-variant: normal;
  padding: 0;
  margin: 0;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #000;
  min-height: 100%;
}
form,
.group-success {
  max-width: 720px;
  margin: 20px auto;
}
a {
  color: #2ea176;
}
a:hover,
a:visited {
  color: #2ea176;
}
h2 {
  background-image: linear-gradient(90deg, #05e1de, #c3ef17);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.group {
  text-align: left;
  margin-bottom: 10px;
}
.logo {
  margin-bottom: 30px;
}
.logo > img {
  max-height: 70px;
}
#amount + .input-group-addon {
  margin: 0;
  padding: 0;
  border: none;
}
#amount + .input-group-addon > .form-control {
  padding-right: 25px;
  border-radius: 0 2px 2px 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0 2px 2px 0;
  border-left: none;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='%23444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
  background-position: 100% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}
label.has-error {
  color: #e4584c;
}
.col-form-label {
  text-align: left;
}
/* @media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
} */

.form-control::-webkit-input-placeholder {
  color: #bbb;
}
.form-control::-moz-placeholder {
  color: #bbb;
}
.form-control:focus {
  background-color: #fff;
  border-color: #fff;
  outline: 0;
  box-shadow: none !important;
}
.form-control {
  border-radius: 2px;
  font-weight: 300;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  border-color: #fff;
}
.form-control.StripeElement--invalid,
.form-control.StripeElement--emptyy,
.form-control.parsley-error {
  border-color: #e4584c;
}
.form-control.parsley-error + .input-group-addon #currency {
  border-color: #e4584c;
  border-left: 1px solid rgba(255, 255, 255, 0);
  margin-left: -1px;
  z-index: 2;
}
#amount {
  border-right: 1px solid #000;
}
button {
  cursor: pointer;
  padding: 10px 30px;
  margin-top: 0;
  outline: none;
  border: 2px solid #fff;
  border-image: -webkit-linear-gradient(to left, #c3ef17 0%, #05e1de 100%);
  border-image: -moz-linear-gradient(to left, #c3ef17 0%, #05e1de 100%);
  border-image: -ms-linear-gradient(to left, #c3ef17 0%, #05e1de 100%);
  border-image: -o-linear-gradient(to left, #c3ef17 0%, #05e1de 100%);
  border-image: linear-gradient(to left, #c3ef17 0%, #05e1de 100%);
  border-image-slice: 1;
  background-color: rgba(255, 255, 255, 0) !important;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
button:hover {
  transform: scale(1.1);
}
.outcome {
  float: left;
  width: 100%;
  padding: 24px 0 16px;
  min-height: 24px;
  text-align: center;
}
.success,
.error {
  font-size: 14px;
}
.error {
  color: #e4584c;
}
#email-error,
#card-errors {
  color: #e4584c;
}
#email-error ul,
#card-errors {
  list-style: none;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
#email-error li {
  list-style: none;
  font-size: 14px;
}
#email-error > ul.filled ~ ul.filled:not(:first-child) {
  display: none;
}
#email-error ul.filled {
  display: block;
}
.success {
  color: #666ee8;
}
.success .token {
  font-weight: 500;
  font-size: 13px;
}
#main {
  color: #fff;
}
.header {
  position: relative;
  width: 100%;
  top: 0;
  height: 15px;
  padding: 1rem;
  background-color: #efefef;
  text-align: center;
}
#currency {
  max-width: 80px;
}
span.currency {
  text-transform: uppercase;
}
.text-muted {
  color: #05e1de !important;
}
#submit-button[disabled] {
  opacity: 0.5;
}
.footer-accept-payments {
  max-width: 376px;
}
.footer-accept-payments .col {
  padding-left: 3px;
  padding-right: 3px;
}
.footer-accept-payments .row {
  margin-right: -3px;
  margin-left: -3px;
}
.footer-accept-payments h2 {
  font-size: 22px;
}
.group-success label {
  display: block !important;
}
