﻿.bigCustomerLogo {
   background-image: url(images/logo.png);
   height: 95px;
}

.customerLogo {
    background-image: url(images/logo_small.png);
    height: 75px;
    background-size: contain;
    min-width: 225px;
}

.login{
   background-color: white !important;
}

.content{
   background-color: whitesmoke !important;
}

.form-actions{
   background-color: transparent !important;
}