.twofa-login-page {
    height: 100vh;
    .card {
        width: 26rem;
        box-shadow: 0 4px 40px rgba(0, 0, 0, 0.27);
        .card-header {
            background-color: var(--color-extra-light-gray);
        }
        .card-body {
            min-height: 20rem;
        }
        .label {
            .title {
                font-size: 1.25rem;
                font-weight: 500;
                color: var(--bs-card-title-color);
            }
        }
        .instruction {
            font-size: 0.95rem;
        }
        .inputs {
            display: flex;
            gap: 0.5rem;
            justify-content: center;
            input {
                width: 2.85rem;
                font-size: 1.5rem;
            }
            &.error input {
                border-color: rgba(var(--bs-danger-rgb)) !important;
            }
        }
        .error-hint {
            margin-top: 0.35rem;
            font-size: 0.85rem;
        }
    }
}
