/*Add your custom css*/
#entry-page {
    background-image: url("images/home-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#login-page {
    margin-top: 20vh;
}

#login-page h2 {
    text-align: center;
}