@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    background: url("img/csm_Bandeau_VilleJardin.jpg") no-repeat center fixed;
    background-size: 100%;
    background-position: left 240px;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

#wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -80px;
    padding: 20px 0 80px;
}

@media (min-width: 768px) {
    #wrap {
        margin: 0 auto -60px;
    }
}

#logincontent {
    margin-top: 25px;
    width: 400px;
}

#logincontent .btn-success {
    color: #fff;
    background-color: #081446;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
}
