  body{
    background-color:#fafafa;
}
#login-col{
    position:relative;

}
#login-col-absolute{
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    width:100%;

}
#login-card.card{
    background-color:white;
    padding:0;
    min-height:1000px;
    height:100%;

}
#login-card.card-content{
    margin-top:0;
    padding:35% 5%;
}

#row-content{
    margin:0;
}

#image{
    background-image: url('../../img/gym_wall_accueil.JPG');
    background-position:center center;
    background-repeat:no-repeat;
    background-size: auto;
    height:950px;
    line-height:350px;
    font-size:35px;
    text-align:center;
}

