
				.c100.small {
    font-size: 30px !important;
}


.sidebar-bg, .submenu ul, .side {
    background: #1c283e;
    color: #FFFFFF;
}

.form-signin {
    background: none;
}

body.login {
   /*background:#333 url("http://www.productadvance.com/wp-admin-bg.jpg") top center;*/
    background-image: none;
    background:#1c283e;
}

.login label {
    color: #e5e5e5;
}

.label {
    background: none;
    font-size: 11px;
    letter-spacing: 1px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    line-height: 21px;
    font-weight: 300;
}
.mainnavbar {
    background: #1c283e; 
}

.topbar {
    font-size: 15px;
    color: #fff;
}


.topbar span a {
    color: #fff;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
}

									