.cont-card{
	position:relative;
	/* background-color:green !important; */
	width:658px;
	height: 250px;
	transform-origin: 0 0;
}
.cont-card img{
	display: none !important;
}
.cont-card  .boxnumero{
	position:absolute;
	width: 312px;
	height: 40px;
	top:0;
	margin-top: 115px;
	border: 1px solid #333 !important;
}
.cont-card  .boxnumero .linea{
	position:absolute;
	height: 34px;
	width: 1px;
	top:2px;
	background-color: #999 !important;
}
.cont-card  .boxnumero .linea1{
	left: 83px;
}
.cont-card  .boxnumero .linea2{
	left: 155px;
}
.cont-card  .boxnumero .linea3{
	left: 226px;
}
.cont-card input[type="text"]{
	position:absolute;
	display:block !important;
	/* background-color:rgba(0,0,0,.2) !important; */
	top:0;
	left:0;
	margin-top:114px;
	font-size:16px;
	letter-spacing:9px;
	padding:0 18px !important;
	width:340px !important;
	border: 0px solid #fff !important;
	/* border: 1px solid #ddd!important; */

}
.cont-card select{
	position: absolute;
	top:0;
	margin-top: 190px;
}

.cont-card select#tipo_carta{
	margin-top: 30px;
}

.cont-card select#anno_carta{
	margin-left: 100px;
}

.cont-card .label{
	position: absolute;
	background-color: rgba(255,255,255,.5);
	width: 100%;
	height: 20px;
	top:0;
}
.cont-card .label0{
	margin-top: 0px;
}
.cont-card .label1{
	margin-top: 90px;
}
.cont-card .label2{
	margin-top: 160px;
}
@media only screen and (max-width: 600px) {
  .cont-card{
		transform:scale( .8 );
  }
}
/* @media only screen and (max-width: 900px) {
  .cont-card{
		transform:scale( .85);
  }
} */
/* @media only screen and (max-width: 780px) {
  .cont-card{
		transform:scale( .90);
  }
}
@media only screen and (max-width: 600px) {
  .cont-card{
		transform:scale( .5);
  }
}
@media only screen and (max-width: 400px) {
  .cont-card{
		transform:scale( .43 );
		height: 150px;
  }
} */
