﻿.cardOk{
	background-image: url('img/checked-i.png');
    background-repeat: no-repeat;
    background-position: right 10px center;
}
.cardError{
	background-image: url('img/error-i.png');
    background-repeat: no-repeat;
    background-position: right 10px center;
}
.BONUS{
	background-image: url('img/bonus.png');
    background-repeat: no-repeat;
    background-position: right 10px center;
}
.MAXIMUM{
	background-image: url('img/maximum.png');
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.PARAF{
	background-image: url('img/paraf.png');
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.CARDFINANS{
	background-image: url('img/cardfinans.png');
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.AXESS{
	background-image: url('img/axess.png');
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.WORLD{
	background-image: url('img/world.png');
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.FLEXI{
	background-image: url('img/flexi.png');
    background-repeat: no-repeat;
    background-position: right 10px center;
}


@media (max-width: 767px)  {
	#cardNumber{background-size: 40px;}
}