body {
    background-image: url('../../../images/Web-5-scaled.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.content {
    padding-top: unset;
    height: 100vh;
}

.login {
    display: flex;
    min-height: 90vh;
    align-items: center;
}

.login .card {
    width: 24rem;
    max-width: 24rem;
    margin: 0 auto;
}