.whitelabel .full-bg {
    background: #000 url('lt-background.jpg') no-repeat center;
    background-size: cover;
}

.whitelabel .login-panel__title {
    background: url('lt-logo.png') no-repeat center !important;
	background-size: contain !important;
}

.whitelabel .navbar-brand {
	background: url('lt-logo-square.png');
	background-repeat: no-repeat;
	background-size: contain;
}

.whitelabel .btn-primary,
.whitelabel .zend_form input[type="submit"],
.whitelabel .competitor__add,
.whitelabel .btn-primary:visited,
.whitelabel .zend_form input[type="submit"]:visited,
.whitelabel .competitor__add:visited,
.whitelabel .navbar .navbar__adv-search-btn {
    background-color: #656565 !important;
    color: #fff !important;
}

.whitelabel .block-tabs li.active > a,
.whitelabel .block-tabs li.active > a:visited,
.whitelabel .block-tabs li.active > a:hover,
.whitelabel .block-tabs li.active > a:focus {
    border-top: 3px solid #656565 !important;
}

@media (max-width: 767px) {
	.summary__tabs.fixed-bottom li.active > a,
    .summary__tabs.fixed-bottom li.active > a:visited,
    .summary__tabs.fixed-bottom li.active > a:hover,
    .summary__tabs.fixed-bottom li.active > a:focus {
        background-color: #656565 !important;
        color: #fff !important;
    }
}
