﻿
.card_img {
	background-image: url('../../images/credit_card_logos_11.gif');
	background-repeat: no-repeat;
	width:235px;
	height:35px;
}

.card_cvv {
	background-image: url('../../images/credit_card_logos_34.gif');
	background-repeat: no-repeat;
	background-size: 90% 90%;
	width:180px;
	height:80px;
}



@media print {

    button {
        display: none;
    }
    
    label {
        width: 150px;
        margin: auto;
        display: inline-block;
        font-size: 6pt;
    }
    
    input[type="text"] {
        width: auto;
        margin: auto;
        display: inline;
        font-size: 6pt;
        border: 0px none;
    }

      .form-control {
        border: 0px none;
    }
    
    .form-group {
        margin: 0px;
        display: inline;
        float: left;
        width: auto;
    }
    
    .text-danger {
        display: none;
    }
}