body {
    background: url("/static/app_login/img/password_reset.jpg") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

.container-fluid {
    height: 100%;
}

html {
    height: 100%;
}

#password-reset {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
}

#password-reset > div {
    background-color: rgba(255, 255, 255, 0.86);
    border: black solid 1px;
    border-radius: 25px;
    color: rgb(90, 90, 90);
    padding: 0 3vw 3vh 3vw;
}

#title {
    margin: 2vh 0 3vh 0;
}