﻿
#main-logo {
    background: url("https://coreperformancefiles.blob.core.windows.net/coreperformancefiles/images/platform/BASF/logo_BASF_AdvisorAdvantage_Platform.png") no-repeat center;
    background-size: contain;
    aspect-ratio: 369 / 286;
    height: auto!important;
}

#login-logo {
    background: url("https://coreperformancefiles.blob.core.windows.net/coreperformancefiles/images/platform/BASF/logo_BASF_AdvisorAdvantage_Login.png") no-repeat;
    background-origin: content-box;
    background-position: center;
    background-size: contain;
    height: 110px;
}

.LoginLeft {
    background-color: #00793a;
    color: white;
}

.LoginBackground {
    background: url("https://coreperformancefiles.blob.core.windows.net/coreperformancefiles/images/platform/BASF/bg_login.jpg") no-repeat center center;
    background-size: cover;
}

.PrimaryText, A {
    color: #65ac1e;
}

/*.nav-welcome-box .PrimaryText, .nav-welcome-box #spanPendingPointValue, .nav-pills .link-dark {
    color: #FFF !important;
}

.nav-pills .nav-link.active {
    background-color: #FFF !important;
    color: #65ac1e !important;
}*/

/*.main-sidebar .nav .nav-item .link-dark:hover {
    color: #00793a !important;
}

.main-sidebar, .unauth-navbar {
    background-color: #00793a !important;
    color: #FFF;
}*/

.PrimaryBorder {
    border: 1.5px solid #65ac1e !important;
}

    .PrimaryBorder:hover {
        border: 1.5px solid #a3a5a8 !important;
    }

.forgotPasswordLink {
    font-size: 16px;
}

.Primary, .RadButton_Bootstrap.rbPrimaryButton, .btn-primary, .nav-pills .nav-link.active {
    background-color: #65ac1e !important;
    color: #fff !important;
}

.LoginLinkText {
    color: #fff;
    font-size: 14px;
}

.LoginLinkTextLarge {
    font-size: 14px;
}

.LoginLinkTextDisplay {
    color: #a3a5a8;
    font-size: 18px;
}

.loginRegistrationLink {
    display: none !important;
}

.loginRegistrationLinkLarge {
    display: none !important;
    font-size: 24px;
}

.btn-login {
    font-size: 16px;
}

.RadButton_Bootstrap.rbPrimaryButton, .btn-primary {
    border: none;
}


.cardBorder {
    border: 2px solid #65ac1e;
}


.RadTabStrip_Bootstrap .rtsLevel1 .rtsSelected .rtsLink {
    color: #65ac1e !important;
}


.conciergeRow {
    display: flex !important;
}