body
{
    opacity: 0;
    margin-top: -100vh;

    overflow: hidden;
}

.erreur
{
    cursor: pointer;
}

.bloc_login
{
    box-shadow: 0 0 10px #666 !important;

    z-index: 10;
}

.background_login
{
    position: absolute;
    top: 0vh;
    left: 0vw;
    width: 100vw;
    height: 100vh;

    background: radial-gradient(#FFF4,#FFF2), url("/gestion/img/fond_login.jpg");
    background-size: cover;

    z-index: 5;
}

.bloc_form
{
    padding-top: 1rem !important;
}

#accueil
{
    position: fixed;
    top: 1em;
    left: 1em;
    width: 3em;
    height: 3em;

    display: flex;
    justify-content: center;
    align-items: center;

    color: #444;
    background-color: white;
    border: 2px solid #666;
    border-radius: 100%;
    text-decoration: none;
}

#accueil:hover
{
    background-color: #EEE;
}