.cp-login .cp-login-container .cp-login-box > .cp-logo {
    height: 80px;
    width: 322px;
    max-width: 777px;
    max-height: 171px;
    background-repeat: no-repeat;
    margin: 7px auto;
    background-position-x: center;
    background-size: contain;
    background-image: url(/customer/images/sparc_logo_small.png);
}


.cp-login .cp-login-container .cp-login-box-image .cp-login-image {
    width: 50%;
    padding-left: 27px;
    background-image: url(/customer/images/sparc_brands.png);
    background-position: center;
    max-width: 938px;
    max-height: 1150px;
    background-repeat: no-repeat;
}

.cp-login-background {
    background-color: rgb(0 132 212);
    width: 100%;
}

.cp-header-logo-block .cp-header-custom-logo {
    background-image: url(/customer/images/sparc_logo_small.png);
    background-size: 200px 67px;
    width: 200px;
    height: 70px;
    margin: auto;
    max-width: 213px;
    background-repeat: no-repeat;
}



.cpStartPageBlock.cp-startpage-blocktype-2 .cpStartPageBlockContent .cp-startpage-image-block 
    color: #ffffff;
    background-color: #0084d4;
    border-radius: 15px;


.cpMenu .cp-menu-content 
    width: 100%;
    display: block;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    margin-top: 60px;
    height: calc(100% - 200px);
    background-color: #0084D5;


.cpMenu .cp-menu-content .cp-menu-item 
    cursor: pointer;
    margin: 0px 5px 0px 5px;
    min-height: 45px;
    line-height: 45px;
    display: flex;
    font-size: 16px;
    padding-left: 30px;
    align-items: center;
    border-left: solid 5px transparent;
    background-color: #0084d4;


body 
    font-family: 'Quicksand';
    font-weight: 500;
    font-size: 16px;
    color: #ffff;
    margin: 0;


##.cpMenu 
    flex-direction: column;
    z-index: 2;
    width: 250px;
    position: absolute;
    height: 100%;
    background-color: #0084d4;


##.cpMenu .cp-menu-footer .cp-menu-footer-text 
    width: 8%;
    word-wrap: inherit;
    font-size: 10px;
    padding: 0 2px 2px 15px;
    margin-right: 43px;
    line-height: 6px;
##

