.payment-form span.price-title {font-weight: 700; font-size: 20px;} 

.payment-form form input[type="text"] {margin-bottom: 8px;padding: 12px !important;line-height: normal;height: auto;}

.payment-form input[type="submit"] { color: #fff; background: #f61192; border: none; padding: 4px 20px; transition: all ease 400ms; border-radius : 3px; padding: 9px 20px;}

@media (max-width: 991px){.payment-form input[type="submit"] {float: right; margin-top: 10px;}}

.payment-form input[type="submit"]:hover {background: #000; transition: all ease 400ms}

@media (max-width: 1200px){.payment-form form[name=ePayment] input[type="text"] { max-width: 100% !important;}}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
    color: #000 !important;
}

.table-bordered>tbody>tr>td a {
    color: #000 !important;
}

.label.label-success a {
    color: #fff !important;
}