.gtpay-form{
  background-color: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  padding: 3em;
  border-radius: 8px;
  border: 1px solid #c0c0c0;
}
.gtpay-form .gt-btn-primary, .gt-btn-primary[type=submit] {
  display: inline-block;
  border-radius: 8px;
  background-color: #3ab284;
  border: none;
  color: #fff;
  padding: 0 24px;
  font-weight: bold;
  height: 54px !important;
  text-decoration: none;
  line-height: 54px !important;
}


.gtpay-form .gt-btn-primary:hover {
  background-color: #087848;
}

.gtpay-form small {
  font-size: 0.88em;
  line-height: normal;
}

.gtpay-form .control-label {
  margin-top: 16px;
  margin-bottom: 8px;
  font-weight: bold;

}

.gt-msg svg {
  height: 120px;
  width: 100px;
}

.gt-msg {
  background-color: #fff;
  padding: 3em;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}

.gt-text-center {
  text-align: center !important;
}

.gt-msg .title {
  font-weight: bold;
}

.gt-msg .subtitle {
  opacity: 0.75;
}/*# sourceMappingURL=gtpay.css.map */

.gtpay-form [type=text], .gtpay-form textarea, .gtpay-form [type=email], .gtpay-form [type=number]{
  border: 1px solid #c0c0c0;
  border-radius: 8px;
}