
/***************************************** LOGIN */
body {
    background: #fff;
}
.loginpage #logo-group {
    background: transparent !important;
    width: 100%;
}
.loginpage #logo-group #logo {
    float: none;
    margin: 0 auto;
    height: auto;
    width: auto;
}
.loginpage #logo-group #logo img {
    margin: 0 auto !important;
    padding: 50px;
}


/***************************************** STORE */
/***************************************** STORE HEADER */
/*
.store #header {
    background: white;
    height: 100px;
}
.store #logo img {
   /* height: 90px;*/
}
/*
.store #header .btn a {
    color: #f47e1f;
}
*/

/***************************************** STORE SIDEBAR */
/*
.sliding.sidebar {
    background: #9aca3b;
    top: 100px;
}
h3.heading {
    color: #f7e000;
    font-weight: 700;
}
.navlist li { color: #fff !important; }
.navlist li.active { color: #333 !important; }
p.welcome {
    font-size: 16px;
    font-weight: bold;
}
.welcomelogo {
    background: url('sidebar-logo.png') no-repeat center;
    height: 120px;
}
.store #fullscreen {
    background: #f47e1f;
    margin: 0 20px;
}
*/
