/* 
------------------------------------------------------------------------------
CONFIG
------------------------------------------------------------------------------
*/

:root 
{
    --primary-color: #1759ba;
    --primary-color-dark: #0d2b4f;
    --primary-color-hover: #0c3470;

    --secondary-color: #d3dbe1;
    --secondary-color-dark: #97a2b4;
    --secondary-color-light: #ebeef2;

    --status-green: #6adb7c;
    --status-green-hover: #3ca64d;
    --status-green-light: #bcefc4;
    
    --status-yellow: #ffc261;
    --status-yellow-hover: #e2a545;
    --status-yellow-light: #ffe0af;
    
    --status-yellowToast: #ffe461;
    --status-yellowToast-hover: #ffcb22;

    --status-red: #ff6969;
    --status-red-hover: #bb3232;
    --status-red-light: #fba3a3;

    --text-color: #0d2b4f;
    --text-color-white: #fff;

    --color-white: #fff;
}



/* 
------------------------------------------------------------------------------
LOGO
------------------------------------------------------------------------------
*/

header .logo
{
    width: 200px;
    height: 20px;
    
    /*half size of logo height*/
    margin-top: -10px;
}

header .logo img
{
    width: 200px;
    height: auto;
}