body{
    font-size: 14px !important;
}

/*
|-------------------------------------------------------------------------------
| 01. General
|-------------------------------------------------------------------------------
*/
.bg-login {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background-color: #42A5F5 !important;
}

table, table * {
    font-size: 13px !important;
}


/*
|-------------------------------------------------------------------------------
| 02. Button
|-------------------------------------------------------------------------------
*/
.btn-primary {
    color: #fff;
    background-color: #0C7BCB !important;
    border-color: #0C7BCB !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff !important;
    background-color: #0C7BCB !important;
    border-color: #0C7BCB !important;
}

.btn-sm{
    font-size:11px !important;
    padding-top:1px !important;
    padding-bottom:1px !important;
}



/*
|-------------------------------------------------------------------------------
| 03. Card
|-------------------------------------------------------------------------------
*/
.card-login {
    width: 100%;
    max-width: 400px;
    background: white;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.card-header-login {
    background: linear-gradient(to right, #0C7BCB, #33AEFF);
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    color :#fff;
    font-size:20px;
    font-weight: bold;
}



/*
|-------------------------------------------------------------------------------
| 04. Bg color
|-------------------------------------------------------------------------------
*/
.bg-primary{
    color: #fff !important;
    background-color: #0C7BCB !important;
    border-color: #0C7BCB !important;
}




/*
|-------------------------------------------------------------------------------
| 05. Sidebar
|-------------------------------------------------------------------------------
*/
.sidebar-menu{
    font-size:12px !important;
}



/*
|-------------------------------------------------------------------------------
| 06. Badge
|-------------------------------------------------------------------------------
*/
/* margin top bottom di kurangi */
.badge {
    padding:5px;
    font-size:12px !important;
}