.login-wrapper {
    max-inline-size: unset;
    inline-size: unset;
    height: 100%;
    align-content: center;
    justify-content: center;
    margin-block-start: auto !important;
}

.login-wrapper .content {
    max-width: 28rem;
    border-radius: 1rem;
    border: 1px solid var(--blue-gray-800);
    padding: 1.25rem 2rem;
}

.login-wrapper .content #header-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.login-wrapper .content img {
    width: 16rem;
}

.login-wrapper .content .action {
    display: flex;
    justify-content: center;
}
