html, body {height:100%;}

/*
Winter : bg_login_winter.jpg
Other : bg_login.jpg
 */
.wrapper{
    background:#222d32 url('../img/bg_login.jpg') right -650px no-repeat;
}

.login-box{
    margin: 7% auto;
    position: relative;
    z-index: 99;
}

.login-box-body{
    border: 2px solid #222d32;
}
.main-footer{
    background: rgba(255,255,255,0.8);
    position: absolute;
    bottom: 0;
    width: 100%;
}

.login-box-body{
    background: rgba(255,255,255,0.8);
}

/* reprise code Ynovae protail */
#topbar {
    z-index: 2;
    position: fixed;
    top: 0;
    width: 100%;
    background: #26292b;
    padding: 6px 0;
    font-size: 14px;
}
#topbar .container-fluid {
    padding: 0 30px;
}
#topbar .topbar-left {
    padding-top: 3.5px;
}
#topbar .topbar-left a {
    color: #dddddd;
    margin-right: 15px;
}
#topbar .topbar-left a:hover {
    color: #ffffff;
    text-decoration: none;
}
#topbar .topbar-left i {
    color: #ff5800;
    margin-right: 6px;
}
#topbar a.adherent {
    display: inline-block;
    /*border: 1px solid @orange;*/
    background: #ff5800;
    padding: 3px 15px;
    color: #ffffff;
    margin-right: 0;
    font-weight: 700;
}
#topbar a.adherent:hover {
    color: #ff5800;
    background: #ffffff;
    text-decoration: none;
}
#topbar a.adherent:hover i {
    color: #ff5800;
}
#topbar a.adherent i {
    color: #ffffff;
    margin-right: 6px;
}
@media screen and (max-width: 992px) {
    #topbar .container-fluid {
        padding: 0 15px;
    }
}
@media screen and (max-width: 768px) {
    #topbar {
        padding: 0;
    }
    #topbar .container-fluid {
        padding: 0;
    }
    #topbar .text-right {
        text-align: center;
    }
    #topbar a.adherent {
        background: #26292b;
        padding: 10px 15px;
        text-align: center;
        width: 100%;
    }
    #topbar a.adherent:hover {
        color: #ffffff;
        background: #ff5800;
        text-decoration: none;
    }
    #topbar a.adherent:hover i {
        color: #ffffff;
    }
}

/** Gestion password hide/show **/
.box-password-eye {
    position:relative;
}
.box-password-eye .btn-eye {
    position: absolute;
    bottom: 15px;
    right: 15px;
    height: 34px;
    border-radius: 0;
}
.box-password-eye .padding-eye {
    padding-right: 40px !important;
}

#snow {
    position: absolute;
    top: 0;
    left: 0
}
