/* .card {
  background-color: #fff;
}

.card * {
  font-family: Source Code Pro, Consolas, Menlo, monospace;
  font-size: 16px;
  font-weight: 500;
}

.card .row {
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px 10px;
}

.card .field {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 0 10px;
}

.card .field.half-width {
  width: 50%;
}

.card .field.quarter-width {
  width: calc(25% - 10px);
}

.card .baseline {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #cfd7df;
  transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.card label {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 8px;
  color: #cfd7df;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transform-origin: 0 50%;
  cursor: text;
  pointer-events: none;
  transition-property: color, transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.card .input {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding-bottom: 7px;
  color: #32325d;
  background-color: transparent;
}

.card .input::-webkit-input-placeholder {
  color: transparent;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.card .input::-moz-placeholder {
  color: transparent;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.card .input:-ms-input-placeholder {
  color: transparent;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.card .input.StripeElement {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: opacity;
}

.card .input.focused,
.card .input:not(.empty) {
  opacity: 1;
}

.card .input.focused::-webkit-input-placeholder,
.card .input:not(.empty)::-webkit-input-placeholder {
  color: #cfd7df;
}

.card .input.focused::-moz-placeholder,
.card .input:not(.empty)::-moz-placeholder {
  color: #cfd7df;
}

.card .input.focused:-ms-input-placeholder,
.card .input:not(.empty):-ms-input-placeholder {
  color: #cfd7df;
}

.card .input.focused + label,
.card .input:not(.empty) + label {
  color: #aab7c4;
  transform: scale(0.85) translateY(-25px);
  cursor: default;
}

.card .input.focused + label {
  color: #24b47e;
}

.card .input.invalid + label {
  color: #ffa27b;
}

.card .input.focused + label + .baseline {
  background-color: #24b47e;
}

.card .input.focused.invalid + label + .baseline {
  background-color: #e25950;
}

.card input, .card button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
}

.card input:-webkit-autofill {
  -webkit-text-fill-color: #e39f48;
  transition: background-color 100000000s;
  -webkit-animation: 1ms void-animation-out;
}

.card .StripeElement--webkit-autofill {
  background: transparent !important;
}

.card input, .card button {
  -webkit-animation: 1ms void-animation-out;
}

.card button {
  display: block;
  width: calc(100% - 30px);
  height: 40px;
  margin: 40px 15px 0;
  background-color: #24b47e;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}

.card .error svg {
  margin-top: 0 !important;
}

.card .error svg .base {
  fill: #e25950;
}

.card .error svg .glyph {
  fill: #fff;
}

.card .error .message {
  color: #e25950;
}

.card .success .icon .border {
  stroke: #abe9d2;
}

.card .success .icon .checkmark {
  stroke: #24b47e;
}

.card .success .title {
  color: #32325d;
  font-size: 16px !important;
}

.card .success .message {
  color: #8898aa;
  font-size: 13px !important;
}

.card .success .reset path {
  fill: #24b47e;
}

.brand {
  width: 30px;
}
 */

.cardnumbercontainer #card-element{
    
}
.cardnumbercontainer{
    position:relative;
}
.cardnumbercontainer .brand{
    position: absolute;
    top: 0;
    z-index: 9;
    right: 10px;
    margin-top:16px;
}
/* //OLD CLASSES  */
.vtwo {
    width: 47%;
    display: inline-block;
    margin: 0 0 20px
}
.security_icons {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .6px;
    color: #6E777F;
    font-size: 12px;
    font-weight: 400;
}
.paymentErrors {
    color: red;
    padding: 10px 0px;
}
.paymentErrors span {
    color: green;
} 