html, body {
    background: url(https://cdn.sogefi-web.com/interne/images/fond/login-fond.webp) no-repeat center center fixed;
    background-size: cover;
}
#info_etat{
    text-shadow: 0px 0px 10px #8b8b8b;
}
#container_login{
    width:100%;
    height:100%;
    position: absolute;
}
#img_logo_application{
    height: 220px;
    width: auto;
}
#card_login{
    opacity: 0.9;
}

#showHideBtn {
	top: 0.8rem !important;
}

/* Style for the assistance button */
#assistance-button {
    position: fixed;
    top: 30px; /* Adjust as needed */
    right: 30px; /* Adjust as needed */
}
