@font-face {
    font-family: 'Lucida';
    src: url('/framework/templates/font/LCALLIG.ttf');
}

.font-2 {
    font-family: 'Lucida';
}

.font-3 {
    font-family: Arial, Helvetica, sans-serif;
}

body {
	background: #663300; /* Old browsers */
    background-image: url('/framework/templates/img/loginbg2.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Arial, Helvetica, sans-serif;
}
#loadingbar{
	display:none;
}

h3 {
    /* font-family: 'Lucida'; */
    font-size: 36px;    
}