html { 
    background: url(../images/login-bg.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }


body,
#loginwrapper {
    background-color: transparent !important;
}

.MyHeader {
    background-color: #fff !important;
}

#footer {
    background-color: #1e3960;
    color: #fff;
    bottom: 0;
}

.login-box{
    background-color: #fff;
    width: 290px;
    margin: auto;
    padding-bottom: 100px;
}

#text-raccourci{
    background-color: #fff;
}