.bg-login-image {
    background: url(https://source.unsplash.com/lmFJOx7hPc4/600x800);
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
    background-position: center;
    background-size: cover;
}

.bg-password-image {
    background: url(https://source.unsplash.com/RB-Ghvt-ZvA/600x800);
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
    background-position: center;
    background-size: cover;
}

.bg-reinit-image {
    background: url(https://source.unsplash.com/dk4en2rFOIE/600x800);
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
    background-position: center;
    background-size: cover;
}