/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/*
    Created on : 21 de set. de 2022, 12:57:47
    Author     : diego.rodrigues
*/

body{
    background-image: url("/assets/smart/img/bg-login.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100vh;
    margin: 3px auto 0;
    position: relative;

}


@font-face{
    font-family: 'password';
    font-style: 'normal';
    src: url('/assets/smart/fonts/password.ttf');
}
.ss {
    font-family: 'password';
}

.custom-tooltip {
    --bs-tooltip-bg: var(--bs-primary);
}
