html, body {
    height: 100%;
    margin: 0;
}

.login-wrapper {
    min-height: calc(100vh - 160px); /* adjust if header height differs */
}

.auth-card {
    width: 100%;
    max-width: 380px;
    background: #fff;
}

footer {
    margin-top: auto;
}
