input[type=number]::-webkit-inner-spin-button,
		input[type=number]::-webkit-outer-spin-button {
 							-webkit-appearance: none;
  							margin: 0;
		}
	#container {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: 300px;
  position: relative;
}
#card {
  max-width: 400px;
  height: 250px;
  background: url("logo/black-credit-card-background.jpg") no-repeat 0 -50px;
  background-size: 150%;
  margin: 0 auto;
  border-radius: 20px;
  position: relative;
  z-index: 10;
}

#cardnumber {
  height: 50px;
  position: absolute;
  top: 110px;


}
#cardnumber > input {
  font-size: 30px;
  font-weight: bold;
  text-align: justify;
  max-width: 90%;
  background: transparent;
}
div#brand {

    height: 25%;
    width: 25%;
    background-size: 90%;
    position: absolute;
    left: 75%;
    top: 75%;
}
.VISA {
	background: url(logo/visa.svg) 0% 0% no-repeat;
	background-size: contain !important;
}
.MasterCard {
	background: url(logo/mastercard.svg) 0% 0% no-repeat;
	background-size: contain !important;
}
.Diners {
	background: url(logo/diners.png) 0% 0% no-repeat;
	background-size: contain !important;
}
.Maestro {
	background: url(logo/maestro.png) 0% 0% no-repeat;
	background-size: contain !important;
}
.JCB {
  background: url(logo/jcb.png) 0% 0% no-repeat;
	background-size: contain !important;
}
.AMEX {
  background: url(logo/amex.svg) 0% 0% no-repeat;
	background-size: contain !important;
}

.chip {
  background: url(logo/chip.png) 0% 0% no-repeat;
    position: absolute;
    width: 50px;
    height: 50px;
    background-size: 50px;
    top: 55px;
    left: 40px;

}
div#validity {
    position: absolute;
    bottom: 29px;
    left: 35px;
		font-size: 1.25em;
}
div#cvvtext {
    position: absolute;
    left: 135px;
    bottom: 30px;
}
div#cvv2 {
    position: absolute;
    bottom: 0px;
    left: 90px;
}
