
body {
    background-image: url('images/bg/bg2.jpg');
    background-position: 20% center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #000;
}

/*.nespresso-login-welcome {*/
/*    position: absolute;*/
/*    top: 35%;*/
/*    left: 52%;*/
/*    text-align: center;*/
/*    color: #FFF*/
/*}*/

/*.nespresso-login-welcome img {*/
/*    width: 300px;*/
/*}*/

/*.nespresso-login-langs {*/
/*    position: absolute;*/
/*    top: 20px;*/
/*    right: 20px;*/
/*}*/

/*.nespresso-login-forgot-pwd {*/
/*    font-size: 10px;*/
/*    font-style: italic;*/
/*}*/


/*.nespresso-login-form {*/
/*    position: absolute;*/
/*    bottom: 30%;*/
/*    left: 55%;*/
/*}*/


.nespresso-login-footer {
    margin: 0px 30px;
    width: calc(100% - 60px);
    position: absolute;
    bottom: 20px;
    text-align: right;
}

.nespresso-login-footer div.line {
    box-sizing: border-box;
    position: absolute;
    width: calc(100% - 120px);
    bottom: 0px;
    text-align: right;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(to right, rgba(40,40,40,0.4) 0%, rgba(255,255,255,0.6) 50%, rgba(40,40,40,0.4) 100%);
    border-image-slice: 1;
}

.nespresso-login-footer img {
    width: 100px;
}