/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17-mar-2021, 12.56.09
    Author     : campiottip
*/
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
body{
    font-family: 'Poppins', sans-serif;
    background-color: #f8f9fb !important;
}
div.bg_calcolatrice{
    background-image: url("/img/calcolatrice.jpg"); /* The image used */
    background-color: #cccccc; /* Used if the image is unavailable */
    min-height: 500px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    border-top-left-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important;
}