.gfsecurepay-creditcard-name {
  padding-right: 25px;
}

.gfsecurepay-creditcard-name input {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #CBCBCB;
  border-radius: 3px;
  color: #313131;
  display: block;
  font-family: inherit;
  font-size: 18px;
  font-weight: 400;
  height: 42px;
  line-height: 22px;
  margin: 0;
  outline: 0;
  overflow: visible;
  padding: 10px 12px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  width: 100%;
}

.gfsecurepay-creditcard-name label {
  color: #313131!important;
  display: inline-block;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  margin-bottom: 9px;
}

.is-error input {
  border: 1px solid #D9534F;
}

.securepay-ui-iframe {
  border: none;
  /* width: 100%; */
  width: 95%;
  margin: 2%;
}
#securepay-ui-container{
  border: 1px solid #000;
}
