﻿:root {
    --primary-color: #091E3F;
    --primary-color-hover: #0C2955; /* Lighten 5% */
    --primary-color-active: #0F336C; /* Lighten 10% */
}

.summary_header {background:url(img/summar_header.jpg) no-repeat 0 0;}
.currentstatement_header {background:url(img/currentstatement_header.jpg) no-repeat 0 0;}
.invoice_header {background:url(img/invoice_header.jpg) no-repeat 0 0;}
.paymenthistory_header {background:url(img/paymenthistory_header.jpg) no-repeat 0 0;}
.invoiceview_header {background:url(img/banner_header_image_1.jpg) no-repeat 0 0;}
.Payment_header {background:url(img/banner_header_image_2.jpg) no-repeat 0 0;}

.company-logo img {
    max-width: 120px;
}