html, body {
    background: url(https://cdn.sogefi-web.com/interne/images/fond/login-fond.webp) no-repeat center center fixed;
    background-size: cover;
}
#container_login{
    width:100%;
    height:100%;
    position: absolute;
}
.img_logo_application{
    background: url(https://cdn.sogefi-web.com/interne/images/logo-monterritoire/horizontal/carto.svg) no-repeat center;
    height: 220px;    
}
#card_login{
    opacity: 0.9;
}

#showHidePassword {
	top: 0.8rem !important;
}


/* SESSION LOGOUT MODAL */
#session_logout_container{
    height: 100%;
    width: 100%; 
    display:none;
    background-color: #fffa;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999999999;
}
#session_logout_modal {
    text-align: center;
    border-radius: 10px;
    padding-bottom: 15px;
}
#session_logout_modal .modal-content{
    padding-bottom: 15px;
}
#session_logout_modal .modal-content > p{
    width: 80%;
    margin: 0 auto;
}
#session_logout_modal h4{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
#session_logout_modal h4:after{
    content: "";
    display: block;
    width: 25%;
    height: 1px;
    margin: 30px auto 20px auto;
    background-color: #ccc;
}
#session_logout_modal h4 i{
    display: block;
    font-size: 40px;
    margin-bottom: 10px;
    color: var(--main-color-first)
}

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