.content-header {
    padding: 5px 0.5rem;;
}

.btn-app {
    font-size: 1.6rem;
    width: 200px;
    height: 200px;
    border-radius: 5px;
    padding: 15px;
 }

 .btn-app>.dashboard-icon {
    font-size: 4rem;
 }

 .btn-app>.badge {
    font-size: 1rem;
 }

.select2-container .select2-selection--single {
   height: auto;
}

.body-dashboard {
   min-height: 450px;
   background-color: transparent;
   background-image: url(../assets/images/SellingPro-LogoFinalJPG.jpg);   
   background-size: contain;   
   background-position: center;
   background-repeat: no-repeat;
}

.login-page {
   background: linear-gradient(#fff, #47caff) !important;
   /*background: linear-gradient(#fff, #0073d5) !important;*/
}

.login-logo a, .register-logo a {
   color: #0073d5 !important;
}