body {
    background-image: url(../img/bg2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.login-container {
    padding: 2rem;
    width: 350px;
}
