body {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../bundles/coucou/images/connexion-copromatic.svg) no-repeat center center fixed;
    background-size: cover;
}

#sidebar {
    position:fixed;
    z-index:1;
    width:400px;
    padding:30px;
    height:100%;
    background-color:#f5f5f5;
    overflow-y: scroll;
}

#sidebar .logo {
    padding:80px 30px;
}

#sidebar legend {
    padding-bottom:10px;
}

#sidebar .form-group {
    clear:both;
    padding-top:10px;
}

/* Ecarte les labels pour edit profil */
label[for="pass"] {
    margin-top: 5px;
}

@media (max-width: 599px) {
    #sidebar {
        width: 100%;
    }

    #sidebar .logo {
        padding:40px 0px;
    }
}