/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

.header-aluv{
    background-color: #CCCCCC!important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    
}

.header-aluvri{
    height: 10vh!important;
}

.left-panel-aluvri{
    margin-top: 10vh;
    background: linear-gradient(to bottom, #410B10, #CCCCCC)!important;
}

.fuente-aluvri{
    font-family: 'Montserrat', sans-serif!important;
}

nav ul li.active{
    background-color: #e5e6e6!important;
    border-radius: 15px;
}

.form-login{
    border-color: #410b10;
    border-style: solid;
    border-radius: 15px;
}
