@font-face {
    font-family: 'Titillium Web';
    src: url('/plugins/fonts/TitilliumWeb-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

fonts {
    name: "Titillium Web" ,
        style: "normal" ,
        weight: 200 
    filename: "TitilliumWeb-ExtraLight.ttf", 
        post_script_name: "TitilliumWeb-ExtraLight", 
        full_name: "Titillium Web ExtraLight" 
        copyright: "Copyright (c) 2009-2011 by Accademia di Belle Arti di Urbino and students of MA course of Visual design. Some rights reserved."
}

.user-panel {
    cursor: pointer;
}


.spin {
    animation: fa-spin 2s infinite linear;
}

.login-box {
    margin-bottom: 20%;
}

.securityFont {
    font-family: 'Courier New', Courier, monospace;
}

.nav-link {
    cursor: pointer;
}