/* CONFIGURATE FONT AND STYLE OF THE CLIENT*/
/* google font  */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:wght@100&display=swap');


:root {
    --primary: #000000;
	--primary-color: #000000;
    --primary-color-hover: #333333;
    --primary-color-shadow: #0d162f;
	--secondary-color: #fff;
    --secondary-color-hover: rgba(0,74,173,1);
	--third-color: #fff;
	--dark: #fff;
	--white: #fff;
	--e-global-color-text: #fff;
    --primary-font: "Montserrat";
}

.table td:last-of-type{
	white-space: nowrap;
}

.form_login.form-signin img.img-fluid{
     margin-bottom:2em;
	 border-radius: 0.5em;
}