html, body {
    position: absolute;
    height: 100%;
    width: 100%;
}
div#photo-cover-login {
    /* background-image: url('https://cdn.pixabay.com/photo/2017/06/25/19/11/bull-2441627_960_720.jpg'); */
    background-size: cover;
    background-position: center;
}
